1
0
Fork 0
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:
Arne Keller 2025-03-10 08:47:46 +01:00 committed by GitHub
commit 9b62d5e280
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -111,6 +111,7 @@ in
SystemCallFilter = [
"@system-service @pkey"
"~@privileged @resources"
"@chown"
];
UMask = "0077";
};