Update AppArmor profiles to include $XDG_CACHE_HOME/aurutils/sync
This commit is contained in:
parent
3452b40b55
commit
67d43ff359
2
PKGBUILD
2
PKGBUILD
@ -1,6 +1,6 @@
|
||||
# Maintainer: Eric Torres <erictorres4@protonmail.com>
|
||||
pkgname=packaging-scripts
|
||||
pkgver=1.1.2
|
||||
pkgver=1.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="A set of helper scripts for handling Arch Linux packages"
|
||||
arch=('any')
|
||||
|
@ -16,6 +16,8 @@
|
||||
# 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,
|
||||
owner /home/*/{Packages,Projects} r,
|
||||
owner /home/*/{Packages,Projects}/** rw,
|
||||
owner /home/*/.cache/aurutils/* r,
|
||||
owner /home/*/.cache/aurutils/** rw,
|
||||
}
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <abstractions/python>
|
||||
|
||||
/usr/bin/delpkg mrix,
|
||||
/usr/bin/repo-add Ux,
|
||||
/usr/bin/repo-remove Ux,
|
||||
|
||||
/etc/pacman.conf r,
|
||||
@ -17,6 +18,8 @@
|
||||
# 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,
|
||||
owner /home/*/{Packages,Projects}/ r,
|
||||
owner /home/*/{Packages,Projects}/** rw,
|
||||
owner /home/*/.cache/aurutils/* r,
|
||||
owner /home/*/.cache/aurutils/** rw,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user