Revert "Drop as much capabilities as possibile for the Collabora container (#8000)"

This reverts commit 9dcb25b4ae, reversing
changes made to 261675f4d3.
This commit is contained in:
Pablo Zmdl
2026-07-18 21:56:12 +02:00
parent 7f62c8ab41
commit 889fd6757c
4 changed files with 4 additions and 17 deletions
-6
View File
@@ -308,11 +308,6 @@ readonly class ContainerDefinitionFetcher {
$capAdd = $entry['cap_add'];
}
$capDrop = [];
if (isset($entry['cap_drop'])) {
$capDrop = $entry['cap_drop'];
}
$shmSize = -1;
if (isset($entry['shm_size'])) {
$shmSize = $entry['shm_size'];
@@ -375,7 +370,6 @@ readonly class ContainerDefinitionFetcher {
$devices,
$enableNvidiaGpu,
$capAdd,
$capDrop,
$shmSize,
$apparmorUnconfined,
$backupVolumes,