feat(profile): general update.
This commit is contained in:
parent
c622f5de93
commit
6539b713fb
21 changed files with 66 additions and 86 deletions
|
|
@ -92,14 +92,9 @@ profile git @{exec_path} flags=(attach_disconnected) {
|
|||
owner @{HOME}/.netrc r,
|
||||
owner @{user_config_dirs}/git/{,*} rw,
|
||||
|
||||
owner @{tmp}/git-difftool.*/ rw, # For diffs
|
||||
owner @{tmp}/git-difftool.*/right/{,**} rw,
|
||||
owner @{tmp}/git-difftool.*/left/{,**} rw,
|
||||
owner @{tmp}/* rw,
|
||||
owner @{tmp}/tmp*/ rw, # For TWRP-device-tree-generator
|
||||
owner @{tmp}/tmp*/** rwkl -> /tmp/tmp*/**,
|
||||
owner @{tmp}/.git_vtag_tmp@{rand6} rw, # For git log --show-signature
|
||||
owner @{tmp}/git-commit-msg-.txt rw, # For android studio
|
||||
owner @{tmp}/git-difftool.*/{,**} rw, # For diffs
|
||||
|
||||
deny owner @{code_config_dirs}/** rw,
|
||||
deny owner @{user_share_dirs}/gvfs-metadata/* r,
|
||||
|
|
@ -126,6 +121,7 @@ profile git @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
profile ssh flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
network inet dgram,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue