fix(profiles): ensure some profile do not break when sandboxed.
See #191
This commit is contained in:
parent
e169ea5ccf
commit
a3cacccd90
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue