owncloud/module.nix: unharden
This commit is contained in:
parent
288289d6ce
commit
1c662fcce6
1 changed files with 12 additions and 12 deletions
|
@ -30,19 +30,19 @@ in {
|
||||||
# User = "cr";
|
# User = "cr";
|
||||||
# Group = "cr";
|
# Group = "cr";
|
||||||
|
|
||||||
Keyringmode = "shared";
|
# Keyringmode = "shared";
|
||||||
DevicePolicy = "closed";
|
# DevicePolicy = "closed";
|
||||||
PrivateDevices = true;
|
# PrivateDevices = true;
|
||||||
PrivateTmp = true;
|
# PrivateTmp = true;
|
||||||
ProtectClock = true;
|
# ProtectClock = true;
|
||||||
ProtectControlGroups = true;
|
# ProtectControlGroups = true;
|
||||||
ProtectControlGroup = true;
|
# ProtectControlGroup = true;
|
||||||
ProtectKernelLogs = true;
|
# ProtectKernelLogs = true;
|
||||||
ProtectKernelModules = true;
|
# ProtectKernelModules = true;
|
||||||
ProtectKernelTunables = true;
|
# ProtectKernelTunables = true;
|
||||||
|
|
||||||
ProtectSystem = "strict";
|
# ProtectSystem = "strict";
|
||||||
SystemCallFilter = "~@clock @cpu-emulation @debug @obsolete @module @mount @raw-io @reboot @swap @privileged";
|
# SystemCallFilter = "~@clock @cpu-emulation @debug @obsolete @module @mount @raw-io @reboot @swap @privileged";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue