0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

treewide: remove duplicates SystemCallFilters

This commit is contained in:
Izorkin 2021-05-13 15:29:25 +03:00
parent e948a04cde
commit feebe402f5
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09
6 changed files with 6 additions and 13 deletions

View file

@ -331,7 +331,7 @@ in {
PrivateMounts = true;
# System Call Filtering
SystemCallArchitectures = "native";
SystemCallFilter = "~@clock @cpu-emulation @debug @keyring @memlock @module @mount @obsolete @privileged @raw-io @reboot @resources @setuid @swap";
SystemCallFilter = "~@cpu-emulation @debug @keyring @memlock @mount @obsolete @privileged @resources @setuid";
};
};
};