nixos/redmine: Add PrivateMounts to systemd unit settings (#361065)
This commit is contained in:
@@ -442,6 +442,7 @@ in
|
||||
MemoryDenyWriteExecute = true;
|
||||
NoNewPrivileges = true;
|
||||
PrivateDevices = true;
|
||||
PrivateMounts = true;
|
||||
PrivateTmp = true;
|
||||
ProcSubset = "pid";
|
||||
ProtectClock = true;
|
||||
|
||||
Reference in New Issue
Block a user