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:
Austin Horstman 2025-04-04 08:59:53 -05:00
parent 9fbc4bf2d3
commit 410e151ba4
No known key found for this signature in database

View file

@ -151,6 +151,7 @@ in
CapabilityBoundingSet = [
"CAP_NET_BIND_SERVICE" # sockets and tethering
];
ConfigurationDirectoryMode = "0755";
NoNewPrivileges = true;
RestrictNamespaces = true;
ProtectControlGroups = true;