nixos/nebula: loosen ProtectSystem

"strict" may be too strict for some PKCS#11 providers.
This commit is contained in:
Morgan Jones
2024-07-08 01:04:15 -07:00
parent b81827b992
commit 95f1ebd2aa
+1 -1
View File
@@ -241,7 +241,7 @@ in
ProtectKernelModules = true;
ProtectKernelTunables = true;
ProtectProc = "invisible";
ProtectSystem = "strict";
ProtectSystem = true;
RestrictNamespaces = true;
RestrictSUIDSGID = true;
User = networkId;