mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/readeck: add back MemoryDenyWriteExecute
SQLite driver is reverted to its CGO version so this can be enabled
This commit is contained in:
parent
49860b21df
commit
17f95268f3
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ in
|
||||||
ExecStart = "${lib.getExe cfg.package} serve -config ${configFile}";
|
ExecStart = "${lib.getExe cfg.package} serve -config ${configFile}";
|
||||||
ProtectSystem = "full";
|
ProtectSystem = "full";
|
||||||
SystemCallArchitectures = "native";
|
SystemCallArchitectures = "native";
|
||||||
|
MemoryDenyWriteExecute = true;
|
||||||
NoNewPrivileges = true;
|
NoNewPrivileges = true;
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
PrivateDevices = true;
|
PrivateDevices = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue