Profile update.
This commit is contained in:
parent
683da55bb9
commit
60cb62334b
12 changed files with 28 additions and 25 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue