nixos/shiori: fix SystemCallFilter after libseccomp update (#108160)

fixes #108146
This commit is contained in:
Rémi NICOLE 2021-04-03 12:44:24 +02:00 committed by GitHub
parent c54625d5ca
commit 8442c216af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,8 +87,8 @@ in {
SystemCallFilter = [
"@system-service"
"~@chown" "~@cpu-emulation" "~@debug" "~@ipc" "~@keyring" "~@memlock"
"~@module" "~@obsolete" "~@privileged" "~@process" "~@raw-io"
"~@chown" "~@cpu-emulation" "~@debug" "~@keyring" "~@memlock"
"~@module" "~@obsolete" "~@privileged" "~@raw-io"
"~@resources" "~@setuid"
];
};