feat(tunable): add pp tunable, improve dbus tunables.
This commit is contained in:
parent
068d205e13
commit
7ecc84d3b0
1 changed files with 9 additions and 2 deletions
|
|
@ -16,8 +16,8 @@
|
|||
# Name of the dbus daemon profiles
|
||||
@{p_dbus_accessibility}=dbus-accessibility
|
||||
#aa:only apparmor4.1
|
||||
@{p_dbus_system}={dbus-system,dbus-system//&unconfined}
|
||||
@{p_dbus_session}={dbus-session,dbus-session//&unconfined}
|
||||
@{p_dbus_system}={dbus-system,unconfined}
|
||||
@{p_dbus_session}={dbus-session,unconfined}
|
||||
|
||||
#aa:exclude apparmor4.1
|
||||
@{p_dbus_system}=dbus-system
|
||||
|
|
@ -68,5 +68,12 @@
|
|||
@{p_upowerd}=upowerd
|
||||
@{p_xdg_desktop_portal}=xdg-desktop-portal
|
||||
|
||||
# Profiles Patterns
|
||||
# Fit to an action that can be handled by multiple profiles depending on the software installed and the distribution
|
||||
|
||||
# Notification
|
||||
@{pp_notification}={plasmashell,gjs-console}
|
||||
@{pp_app_indicator}={plasmashell,gnome-shell}
|
||||
@{pp_dbusmenu}={plasmashell,nautilus}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue