feat(abs): add user bin to the app launch abs.

This commit is contained in:
Alexandre Pujol 2024-08-28 18:46:35 +01:00
parent f9169bc40b
commit c13aa711da
Failed to generate hash of commit
3 changed files with 3 additions and 3 deletions

View file

@ -21,6 +21,9 @@
/usr/ r, /usr/ r,
/usr/local/bin/ r, /usr/local/bin/ r,
@{user_bin_dirs}/ r,
@{user_bin_dirs}/** PUx,
include if exists <abstractions/app-launcher-user.d> include if exists <abstractions/app-launcher-user.d>
# vim:syntax=apparmor # vim:syntax=apparmor

View file

@ -31,8 +31,6 @@ profile ksmserver @{exec_path} flags=(attach_disconnected,mediate_deleted) {
#aa:exec drkonqi #aa:exec drkonqi
#aa:exec kscreenlocker_greet #aa:exec kscreenlocker_greet
@{user_bin_dirs}/** rPUx,
/usr/share/color-schemes/{,**} r, /usr/share/color-schemes/{,**} r,
/usr/share/knotifications{5,6}/*.notifyrc r, /usr/share/knotifications{5,6}/*.notifyrc r,
/usr/share/kservices{5,6}/{,**} r, /usr/share/kservices{5,6}/{,**} r,

View file

@ -10,7 +10,6 @@ include <tunables/global>
profile waybar @{exec_path} flags=(attach_disconnected) { profile waybar @{exec_path} flags=(attach_disconnected) {
include <abstractions/base> include <abstractions/base>
include <abstractions/audio-client> include <abstractions/audio-client>
include <abstractions/app-launcher-user>
include <abstractions/dconf-write> include <abstractions/dconf-write>
include <abstractions/desktop> include <abstractions/desktop>
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>