parent
14fae89fdd
commit
93313422bd
34 changed files with 93 additions and 43 deletions
|
|
@ -43,6 +43,7 @@ profile git @{exec_path} flags=(attach_disconnected) {
|
|||
# These are needed for "git submodule update"
|
||||
@{sh_path} rix,
|
||||
@{bin}/{,e}grep rix,
|
||||
@{bin}/alts rix,
|
||||
@{bin}/basename rix,
|
||||
@{bin}/cat rix,
|
||||
@{bin}/date rix,
|
||||
|
|
@ -78,6 +79,7 @@ profile git @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/vim.* rCx -> editor,
|
||||
|
||||
/usr/share/git{,-core}/{,**} r,
|
||||
/usr/share/libalternatives/{,**} r,
|
||||
/usr/share/terminfo/** r,
|
||||
|
||||
/etc/gitconfig r,
|
||||
|
|
@ -139,14 +141,15 @@ profile git @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{bin}/ssh mr,
|
||||
|
||||
/etc/ssh/ssh_config.d/{,*} r,
|
||||
/etc/ssh/ssh_config r,
|
||||
@{etc_ro}/ssh/ssh_config.d/{,*} r,
|
||||
@{etc_ro}/ssh/ssh_config r,
|
||||
|
||||
owner @{HOME}/@{XDG_SSH_DIR}/* r,
|
||||
owner @{HOME}/@{XDG_SSH_DIR}/known_hosts{,.*} rw,
|
||||
owner @{HOME}/@{XDG_SSH_DIR}/known_hosts.old rwl,
|
||||
owner @{HOME}/@{XDG_SSH_DIR}/known_hosts{,.*} rw,
|
||||
owner @{HOME}/@{XDG_SSH_DIR}/ssh_control_* rwl,
|
||||
|
||||
owner @{tmp}/git@*:@{int} rwl -> /tmp/git@*:@{int}.*,
|
||||
owner @{tmp}/git@*:@{int} rwl -> @{tmp}/git@*:@{int}.*,
|
||||
owner @{tmp}/ssh-*/agent.@{int} rw,
|
||||
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ profile issue-generator @{exec_path} {
|
|||
@{bin}/sort rix,
|
||||
|
||||
/etc/issue.d/{,**} r,
|
||||
/etc/sysconfig/issue-generator r,
|
||||
|
||||
@{run}/issue r,
|
||||
@{run}/issue.@{rand10} rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue