fix(profiles): ensure some profile do not break when sandboxed.

See #191
This commit is contained in:
Alexandre Pujol 2023-09-05 16:34:22 +01:00
parent e169ea5ccf
commit a3cacccd90
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ abi <abi/3.0>,
include <tunables/global> include <tunables/global>
@{exec_path} = @{lib}/bluetooth/bluetoothd @{exec_path} = @{lib}/bluetooth/bluetoothd
profile bluetoothd @{exec_path} { profile bluetoothd @{exec_path} flags=(attach_disconnected) {
include <abstractions/base> include <abstractions/base>
# Needed for configuring HCI interfaces # Needed for configuring HCI interfaces

View File

@ -8,7 +8,7 @@ abi <abi/3.0>,
include <tunables/global> include <tunables/global>
@{exec_path} = @{bin}/usbguard-daemon @{exec_path} = @{bin}/usbguard-daemon
profile usbguard-daemon @{exec_path} { profile usbguard-daemon @{exec_path} flags=(attach_disconnected) {
include <abstractions/base> include <abstractions/base>
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>
include <abstractions/devices-usb> include <abstractions/devices-usb>