nixos/gitea: set proper SystemCallFilter

remove trailing whitespace
This commit is contained in:
MidAutumnMoon 2022-10-24 10:39:12 +08:00 committed by zowoq
parent 0a657fb3e6
commit e04013af1a

View file

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