mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
Minor improvements (#336)
* Update audio-client * Update mpv * Update mutt add common mail dir * Update apparmor.d * Update mutt * Update mutt * Update mutt * Update mutt * Update mutt
This commit is contained in:
parent
adccd0066a
commit
d12db8a8dc
4 changed files with 5 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
/etc/esound/esd.conf r,
|
||||
/etc/libao.conf r,
|
||||
/etc/openal/alsoft.conf r,
|
||||
/etc/pipewire/client.conf r,
|
||||
/etc/pipewire/client{,-rt}.conf r,
|
||||
/etc/pipewire/client.conf.d/{,**} r,
|
||||
/etc/pulse/client.conf r,
|
||||
/etc/pulse/client.conf.d/{,**} r,
|
||||
|
|
|
@ -64,6 +64,7 @@ profile mpv @{exec_path} {
|
|||
|
||||
owner @{PROC}/@{pid}/cmdline r,
|
||||
owner @{PROC}/@{pid}/task/ r,
|
||||
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
|
||||
|
||||
@{run}/udev/data/+input:input@{int} r, # for mouse, keyboard, touchpad
|
||||
@{run}/udev/data/c13:@{int} r, # for /dev/input/*
|
||||
|
|
|
@ -97,7 +97,8 @@ profile mutt @{exec_path} {
|
|||
@{bin}/lynx mrix,
|
||||
|
||||
owner @{HOME}/.w3m/* rw,
|
||||
|
||||
owner @{user_mail_dirs}/{,**} r,
|
||||
owner @{user_mail_dirs}/tmp/{,**} rw,
|
||||
owner /{var/,}tmp/mutt* rw,
|
||||
|
||||
include if exists <local/mutt_html-renderer>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
@{XDG_VM_DIR}=".vm"
|
||||
@{XDG_VM_SHARES_DIR}="VM_Shares"
|
||||
@{XDG_IMG_DIR}="images"
|
||||
@{XDG_MAIL_DIR}="Mail"
|
||||
@{XDG_MAIL_DIR}="Mail" ".{m,M}ail"
|
||||
@{XDG_SCREENSHOTS_DIR}="Pictures/Screenshots"
|
||||
@{XDG_WALLPAPERS_DIR}="Pictures/Wallpapers"
|
||||
|
||||
|
|
Loading…
Reference in a new issue