nixos/jitsi-meet: fix systemd protection flag warning (#438180)
This commit is contained in:
@@ -528,7 +528,7 @@ in
|
||||
ProtectSystem = "strict";
|
||||
ProtectClock = true;
|
||||
ProtectHome = true;
|
||||
ProtectProc = true;
|
||||
ProtectProc = "noaccess";
|
||||
ProtectKernelLogs = true;
|
||||
PrivateTmp = true;
|
||||
PrivateDevices = true;
|
||||
|
||||
Reference in New Issue
Block a user