mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
fix(profiles): ensure some profile do not break when sandboxed.
See #191
This commit is contained in:
parent
e169ea5ccf
commit
a3cacccd90
@ -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…
Reference in New Issue
Block a user