nixos/nebula: loosen ProtectSystem
"strict" may be too strict for some PKCS#11 providers.
This commit is contained in:
@@ -241,7 +241,7 @@ in
|
||||
ProtectKernelModules = true;
|
||||
ProtectKernelTunables = true;
|
||||
ProtectProc = "invisible";
|
||||
ProtectSystem = "strict";
|
||||
ProtectSystem = true;
|
||||
RestrictNamespaces = true;
|
||||
RestrictSUIDSGID = true;
|
||||
User = networkId;
|
||||
|
||||
Reference in New Issue
Block a user