diff --git a/nixos/modules/services/web-apps/jitsi-meet.nix b/nixos/modules/services/web-apps/jitsi-meet.nix index 219fab93e642..cc6e6af64051 100644 --- a/nixos/modules/services/web-apps/jitsi-meet.nix +++ b/nixos/modules/services/web-apps/jitsi-meet.nix @@ -528,7 +528,7 @@ in ProtectSystem = "strict"; ProtectClock = true; ProtectHome = true; - ProtectProc = true; + ProtectProc = "noaccess"; ProtectKernelLogs = true; PrivateTmp = true; PrivateDevices = true;