Skip to content
Snippets Groups Projects
Commit 08f65709 authored by Denis Pynkin's avatar Denis Pynkin
Browse files

Fix the label in AppArmor profile


Some Apertis apps use label '/usr/lib/bluetooth/bluetoothd' for
accessing to bluetooth daemon, hence use expected name for the label.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent b5cc0f10
No related branches found
No related tags found
1 merge request!2Add AppArmor profile
......@@ -5,7 +5,7 @@
include <tunables/global>
/usr/lib{,32,64}/bluetooth/bluetoothd flags=(attach_disconnected) {
/usr/lib/bluetooth/bluetoothd flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/dbus-session>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment