mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
add config dirs
This commit is contained in:
parent
d7e09d88fd
commit
26e7da6641
1 changed files with 6 additions and 0 deletions
|
@ -23,5 +23,11 @@ profile w3m @{exec_path} {
|
|||
|
||||
/usr/share/terminfo/{,**} r,
|
||||
|
||||
/etc/w3m/{,**} r,
|
||||
owner @{HOME}/.w3m/{,**} r,
|
||||
owner @{user_config_dirs}/w3m/{,**} r,
|
||||
|
||||
owner /tmp/@{rand6}/{,**} rw,
|
||||
|
||||
include if exists <local/w3m>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue