23 lines
502 B
Plaintext
23 lines
502 B
Plaintext
#include <tunables/global>
|
|
|
|
/usr/bin/delpkg {
|
|
#include <abstractions/base>
|
|
#include <abstractions/bash>
|
|
#include <abstractions/python>
|
|
|
|
/usr/bin/delpkg mrix,
|
|
/usr/bin/repo-remove Ux,
|
|
|
|
/etc/pacman.conf r,
|
|
/etc/pacman.d/ r,
|
|
/etc/pacman.d/** r,
|
|
/var/cache/pacman/ r,
|
|
/var/cache/pacman/** rw,
|
|
|
|
# Home permissions are really touchy
|
|
# Since PKGBUILD files exist only on
|
|
# the top level of each package anyways
|
|
/home/*/{Packages,Projects} r,
|
|
/home/*/{Packages,Projects}/** rw,
|
|
}
|