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
commit d852aa1cbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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