mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
parent
b5fbef8eef
commit
1cfe802172
@ -42,7 +42,7 @@ profile etckeeper @{exec_path} {
|
||||
@{bin}/uniq rix,
|
||||
@{bin}/whoami rix,
|
||||
@{bin}/xargs rix,
|
||||
@{lib}/git-core/git* rix,
|
||||
@{lib}/git{,-core}/git* rix,
|
||||
|
||||
/etc/.git/hooks/* rix,
|
||||
/etc/etckeeper/*.d/* rix,
|
||||
|
@ -21,11 +21,12 @@ profile hugo @{exec_path} {
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/git rix,
|
||||
@{lib}/go/bin/go rix,
|
||||
@{lib}/git-core/git-remote-http rix,
|
||||
@{bin}/git rix,
|
||||
@{lib}/git{,-core}/git rix,
|
||||
@{lib}/git{,-core}/git-remote-http rix,
|
||||
@{lib}/go/bin/go rix,
|
||||
|
||||
/usr/share/git-core/{,**} r,
|
||||
/usr/share/git{,-core}/{,**} r,
|
||||
/usr/share/mime/{,**} r,
|
||||
/usr/share/terminfo/x/xterm-256color r,
|
||||
|
||||
|
@ -15,6 +15,7 @@ profile onefetch @{exec_path} {
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/git rPx,
|
||||
@{lib}/git{,-core}/git rPx,
|
||||
|
||||
owner @{user_config_dirs}/git/{,**} r,
|
||||
owner @{user_projects_dirs}/{,**} r,
|
||||
|
@ -42,6 +42,7 @@ profile pass @{exec_path} {
|
||||
@{bin}/which rix,
|
||||
|
||||
@{bin}/git rCx -> git,
|
||||
@{lib}/git{,-core}/git rCx -> git,
|
||||
@{bin}/gpg{2,} rCx -> gpg,
|
||||
@{bin}/qdbus rCx -> qdbus,
|
||||
@{bin}/vim{,.*} rCx -> editor,
|
||||
@ -105,8 +106,8 @@ profile pass @{exec_path} {
|
||||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
@{bin}/git* mrix,
|
||||
@{lib}/git-core/git* mrix,
|
||||
@{bin}/git* mrix,
|
||||
@{lib}/git{,-core}/git* mrix,
|
||||
|
||||
@{bin}/pager rPx -> child-pager,
|
||||
@{bin}/less rPx -> child-pager,
|
||||
@ -114,7 +115,7 @@ profile pass @{exec_path} {
|
||||
|
||||
@{bin}/gpg{2,} rPx -> pass//gpg,
|
||||
|
||||
/usr/share/git-core/{,**} r,
|
||||
/usr/share/git{,-core}/{,**} r,
|
||||
|
||||
owner @{HOME}/.gitconfig r,
|
||||
owner @{user_config_dirs}/git/{,*} r,
|
||||
|
@ -30,9 +30,8 @@ profile repo @{exec_path} {
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/uname rix,
|
||||
|
||||
@{bin}/git rix,
|
||||
@{lib}/git-core/git rix,
|
||||
@{lib}/git-core/git-* rix,
|
||||
@{bin}/git rix,
|
||||
@{lib}/git{,-core}/git* rix,
|
||||
|
||||
@{bin}/curl rCx -> curl,
|
||||
@{bin}/gpg{,2} rCx -> gpg,
|
||||
|
@ -42,6 +42,7 @@ profile youtube-dl @{exec_path} {
|
||||
@{bin}/ldconfig rix,
|
||||
@{bin}/rtmpdump rix,
|
||||
@{bin}/uname rix,
|
||||
@{lib}/git{,-core}/git rix,
|
||||
@{lib}/llvm-[0-9]*/bin/clang rix,
|
||||
|
||||
/etc/mime.types r,
|
||||
|
Loading…
Reference in New Issue
Block a user