mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 23:05:11 +01:00
fix(profile): yay: pacman can be used by yay without installing anything
ie: without `sudo pacmcan -U ...` see #420
This commit is contained in:
parent
4a978ef9b6
commit
a68cd26d41
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ profile yay @{exec_path} {
|
|||
@{bin}/git Cx -> git,
|
||||
@{bin}/gpg{,2} Cx -> gpg,
|
||||
@{bin}/makepkg Px,
|
||||
@{bin}/pacman Px,
|
||||
@{bin}/pacman-conf Px,
|
||||
@{bin}/sudo Cx -> sudo,
|
||||
|
||||
|
|
Loading…
Reference in a new issue