Update hyprpaper

This commit is contained in:
odomingao 2024-07-15 11:52:52 -03:00 committed by GitHub
parent 3a37efb551
commit 03516160a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ include <tunables/global>
@{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/nameservice-strict>
@ -16,17 +16,16 @@ profile hyprpaper /{,usr/}{,s}bin/hyprpaper flags=(attach_disconnected) {
/usr/share/icons/** r,
owner @{XDG_WALLPAPERS_DIR}/** r,
owner @{HOME}/@{XDG_WALLPAPERS_DIR}/** r,
owner @{user_config_dirs}/hypr/hyprpaper.conf r,
owner @{run}/user/*/ r,
owner @{run}/user/*/.hyprpaper* rw,
owner @{run}/user/*/hypr/*/.hyprpaper.sock w,
owner @{run}/user/*/hyprpaper.lock rw,
owner @{run}/user/@{uid}/ r,
owner @{run}/user/@{uid}/.hyprpaper* rw,
owner @{run}/user/@{uid}/hypr/*/.hyprpaper.sock w,
owner @{run}/user/@{uid}/hyprpaper.lock rw,
include if exists <local/hyprpaper>
}
# vim:syntax=apparmor