mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
systemd: remove RestrictNamespaces from service file
Wireplumber loads the libcamera nodes into the pipewire server. We need to remove the RestrictNamespaces option from the service file to allow libcamera to load sandboxed IPA modules.
This commit is contained in:
parent
e6bcd7b611
commit
707bd256b9
2 changed files with 0 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ Requires=pipewire.socket
|
|||
LockPersonality=yes
|
||||
MemoryDenyWriteExecute=yes
|
||||
NoNewPrivileges=yes
|
||||
RestrictNamespaces=yes
|
||||
SystemCallArchitectures=native
|
||||
SystemCallFilter=@system-service
|
||||
Type=simple
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ ConditionUser=!root
|
|||
LockPersonality=yes
|
||||
MemoryDenyWriteExecute=yes
|
||||
NoNewPrivileges=yes
|
||||
RestrictNamespaces=yes
|
||||
SystemCallArchitectures=native
|
||||
SystemCallFilter=@system-service mincore
|
||||
Type=simple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue