mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 19:45:42 +03:00
nixos/zwave-js-ui: Add chown to allowed syscalls (#380999)
This commit is contained in:
commit
9b62d5e280
2 changed files with 2 additions and 1 deletions
|
@ -111,6 +111,7 @@ in
|
|||
SystemCallFilter = [
|
||||
"@system-service @pkey"
|
||||
"~@privileged @resources"
|
||||
"@chown"
|
||||
];
|
||||
UMask = "0077";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue