Fix xdg user dirs (#186)
* Rename XDG_*_HOME to XDG_*_DIR for consistent naming * tunables/xdg-user-dirs.d/apparmor.d now includes 'apparmor.d.d' subfolder to permit user override
This commit is contained in:
parent
e821470d0d
commit
cc8210a1bd
7 changed files with 30 additions and 28 deletions
|
|
@ -104,10 +104,10 @@ profile man_filter {
|
|||
# there's no harm in allowing wide read access here since the worst it can
|
||||
# do is feed data to the invoking man process.
|
||||
/usr/** r,
|
||||
owner @{HOME}/@{XDG_DATA_HOME}/** r,
|
||||
owner @{HOME}/@{XDG_DATA_DIR}/** r,
|
||||
owner @{user_projects_dirs}/** r,
|
||||
owner @{user_cache_dirs}/** r,
|
||||
owner @{MOUNTS}/*/@{XDG_DATA_HOME}/** r,
|
||||
owner @{MOUNTS}/*/@{XDG_DATA_DIR}/** r,
|
||||
|
||||
/var/cache/man/** w,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue