feat(tunable): add pp tunable, improve dbus tunables.

This commit is contained in:
Alexandre Pujol 2025-08-25 00:04:15 +02:00
parent 068d205e13
commit 7ecc84d3b0
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -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