Update hyprpaper
This commit is contained in:
parent
3a37efb551
commit
03516160a4
1 changed files with 6 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = @{bin}/hyprpaper
|
@{exec_path} = @{bin}/hyprpaper
|
||||||
|
|
||||||
profile hyprpaper /{,usr/}{,s}bin/hyprpaper flags=(attach_disconnected) {
|
profile hyprpaper @{exec_path} flags=(attach_disconnected) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/nameservice-strict>
|
||||||
|
|
||||||
|
|
@ -16,17 +16,16 @@ profile hyprpaper /{,usr/}{,s}bin/hyprpaper flags=(attach_disconnected) {
|
||||||
|
|
||||||
/usr/share/icons/** r,
|
/usr/share/icons/** r,
|
||||||
|
|
||||||
owner @{XDG_WALLPAPERS_DIR}/** r,
|
owner @{HOME}/@{XDG_WALLPAPERS_DIR}/** r,
|
||||||
|
|
||||||
owner @{user_config_dirs}/hypr/hyprpaper.conf r,
|
owner @{user_config_dirs}/hypr/hyprpaper.conf r,
|
||||||
|
|
||||||
owner @{run}/user/*/ r,
|
owner @{run}/user/@{uid}/ r,
|
||||||
owner @{run}/user/*/.hyprpaper* rw,
|
owner @{run}/user/@{uid}/.hyprpaper* rw,
|
||||||
owner @{run}/user/*/hypr/*/.hyprpaper.sock w,
|
owner @{run}/user/@{uid}/hypr/*/.hyprpaper.sock w,
|
||||||
owner @{run}/user/*/hyprpaper.lock rw,
|
owner @{run}/user/@{uid}/hyprpaper.lock rw,
|
||||||
|
|
||||||
include if exists <local/hyprpaper>
|
include if exists <local/hyprpaper>
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:syntax=apparmor
|
# vim:syntax=apparmor
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue