Profile update.

This commit is contained in:
Alexandre Pujol 2022-03-02 18:22:57 +00:00
parent 683da55bb9
commit 60cb62334b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
12 changed files with 28 additions and 25 deletions

View file

@ -80,6 +80,8 @@ profile git @{exec_path} {
owner @{HOME}/@{XDG_PROJECTS_DIR}/ rw,
owner @{HOME}/@{XDG_PROJECTS_DIR}/** rwkl -> @{HOME}/@{XDG_PROJECTS_DIR}/**,
owner @{user_cache_dirs}/**/.SRCINFO r,
owner @{user_cache_dirs}/**/.git/** r,
owner /tmp/** rwkl -> /tmp/**,
owner /tmp/**/bin/* rCx -> exec,
@ -96,6 +98,7 @@ profile git @{exec_path} {
owner /tmp/.git_vtag_tmp* rw, # For git log --show-signature
owner /tmp/git-commit-msg-.txt rw, # For android studio
deny @{user_share_dirs}/gvfs-metadata/* r,
profile gpg {
include <abstractions/base>

View file

@ -42,9 +42,9 @@ profile kmod @{exec_path} flags=(attach_disconnected) {
/{usr/,}lib/modules/*/modules.* rw,
/var/lib/dkms/**/module/*.ko r,
/tmp/**/*.ko{,.zst} r,
/usr/src/*/*.ko r,
/var/lib/dkms/**/module/*.ko r,
/var/tmp/dracut.*/{,**} rw,
@{sys}/module/{,**} r,