hardware.bluetooth: fix configuration directory mode (#396044)

This commit is contained in:
Austin Horstman
2025-04-10 16:34:27 -07:00
committed by GitHub
@@ -153,6 +153,7 @@ in
CapabilityBoundingSet = [
"CAP_NET_BIND_SERVICE" # sockets and tethering
];
ConfigurationDirectoryMode = "0755";
NoNewPrivileges = true;
RestrictNamespaces = true;
ProtectControlGroups = true;