nixos/llama-swap: remove ProcSubset pid limitation (#524909)
This commit is contained in:
@@ -166,7 +166,6 @@ in
|
||||
SystemCallErrorNumber = "EPERM";
|
||||
ProtectProc = "invisible";
|
||||
ProtectHostname = true;
|
||||
ProcSubset = "pid";
|
||||
WorkingDirectory = "/tmp";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user