feat(profile): support open suse path for git.

See #208
This commit is contained in:
Alexandre Pujol 2023-10-09 21:01:49 +01:00
parent b5fbef8eef
commit 1cfe802172
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
6 changed files with 14 additions and 11 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,