Okay, now lock some stuff
This commit is contained in:
parent
f92c5ce3a3
commit
cb5aaf3efc
|
@ -65,21 +65,21 @@ in {
|
|||
OBJECTIFIER_CLEANUP_DELAY = toString cfg.cleanup.delay;
|
||||
};
|
||||
serviceConfig = {
|
||||
# PrivateUsers = true;
|
||||
# PrivateDevices = true;
|
||||
# PrivateTmp = true;
|
||||
# PrivateMounts = true;
|
||||
# ProtectControlGroups = true;
|
||||
# ProtectKernelTunables = true;
|
||||
# ProtectKernelModules = true;
|
||||
# ProtectSystem = true;
|
||||
# ProtectHostname = true;
|
||||
# ProtectHome = true;
|
||||
# ProtectClock = true;
|
||||
# ProtectKernelLogs = true;
|
||||
# DynamicUser = true;
|
||||
# MemoryDenyWriteExecute = true;
|
||||
# RestrictRealtime = true;
|
||||
PrivateUsers = true;
|
||||
PrivateDevices = true;
|
||||
PrivateTmp = true;
|
||||
PrivateMounts = true;
|
||||
ProtectControlGroups = true;
|
||||
ProtectKernelTunables = true;
|
||||
ProtectKernelModules = true;
|
||||
ProtectSystem = true;
|
||||
ProtectHostname = true;
|
||||
ProtectHome = true;
|
||||
ProtectClock = true;
|
||||
ProtectKernelLogs = true;
|
||||
DynamicUser = true;
|
||||
MemoryDenyWriteExecute = true;
|
||||
RestrictRealtime = true;
|
||||
# LockPersonality = true;
|
||||
# PermissionsStartOnly = true;
|
||||
WorkingDirectory = "${pkgs.objectifier}";
|
||||
|
|
Loading…
Reference in New Issue