mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/akkoma: dont disable protectsystem in confinement mode
this works fine since #289593
This commit is contained in:
parent
a247fc94b4
commit
7952d92b82
1 changed files with 1 additions and 1 deletions
|
@ -1072,7 +1072,7 @@ in {
|
||||||
|
|
||||||
ProtectProc = "noaccess";
|
ProtectProc = "noaccess";
|
||||||
ProcSubset = "pid";
|
ProcSubset = "pid";
|
||||||
ProtectSystem = mkIf (!isConfined) "strict";
|
ProtectSystem = "strict";
|
||||||
ProtectHome = true;
|
ProtectHome = true;
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
PrivateDevices = true;
|
PrivateDevices = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue