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

authored by Austin Horstman and committed by GitHub d852aa1c 3cc65eac

+1
+1
nixos/modules/services/hardware/bluetooth.nix
··· 153 CapabilityBoundingSet = [ 154 "CAP_NET_BIND_SERVICE" # sockets and tethering 155 ]; 156 NoNewPrivileges = true; 157 RestrictNamespaces = true; 158 ProtectControlGroups = true;
··· 153 CapabilityBoundingSet = [ 154 "CAP_NET_BIND_SERVICE" # sockets and tethering 155 ]; 156 + ConfigurationDirectoryMode = "0755"; 157 NoNewPrivileges = true; 158 RestrictNamespaces = true; 159 ProtectControlGroups = true;