Update profile from #25 (2).

This commit is contained in:
Alexandre Pujol 2022-02-09 19:35:18 +00:00
parent 2f77653cba
commit 810985a0cd
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
38 changed files with 103 additions and 37 deletions

View file

@ -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,

View file

@ -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,

View file

@ -41,6 +41,7 @@ profile fusermount @{exec_path} {
umount @{run}/user/@{uid}/gvfs/,
/etc/fuse.conf r,
/etc/machine-id r,
/dev/fuse rw,