Update profile from #25 (2).
This commit is contained in:
parent
2f77653cba
commit
810985a0cd
38 changed files with 103 additions and 37 deletions
|
|
@ -18,6 +18,8 @@ profile apparmor_parser @{exec_path} flags=(attach_disconnected) {
|
|||
/etc/apparmor.d/{,**} r,
|
||||
/etc/apparmor.d/cache.d/{,**} rw,
|
||||
|
||||
/usr/share/apparmor/{,**} r,
|
||||
|
||||
owner /var/cache/apparmor/{,**} rw,
|
||||
owner /var/lib/docker/tmp/docker-default[0-9]* r,
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ profile firecfg @{exec_path} flags=(attach_disconnected) {
|
|||
/usr/share/applications/*.desktop r,
|
||||
|
||||
@{user_share_dirs}/applications/ r,
|
||||
@{user_share_dirs}/applications/*.desktop r,
|
||||
@{user_share_dirs}/applications/*.desktop rw,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ profile fusermount @{exec_path} {
|
|||
umount @{run}/user/@{uid}/gvfs/,
|
||||
|
||||
/etc/fuse.conf r,
|
||||
/etc/machine-id r,
|
||||
|
||||
/dev/fuse rw,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue