mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
hardware.bluetooth: fix configuration directory mode
bluetooth.service: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
This commit is contained in:
parent
9fbc4bf2d3
commit
410e151ba4
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ in
|
|||
CapabilityBoundingSet = [
|
||||
"CAP_NET_BIND_SERVICE" # sockets and tethering
|
||||
];
|
||||
ConfigurationDirectoryMode = "0755";
|
||||
NoNewPrivileges = true;
|
||||
RestrictNamespaces = true;
|
||||
ProtectControlGroups = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue