forked from mirrors/nixpkgs
nixos/shiori: fix SystemCallFilter after libseccomp update (#108160)
fixes #108146
This commit is contained in:
parent
c54625d5ca
commit
8442c216af
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue