mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gradm to 3.0.201408301734-1
This commit is contained in:
parent
8bb1ec1a53
commit
1fb44dc30a
3 changed files with 6 additions and 8 deletions
|
@ -10,9 +10,9 @@
|
||||||
|
|
||||||
pkgname=gradm
|
pkgname=gradm
|
||||||
_version=3.0
|
_version=3.0
|
||||||
_timestamp=201407222118
|
_timestamp=201408301734
|
||||||
pkgver=3.0.$_timestamp
|
pkgver=3.0.$_timestamp
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Administration utility for grsecurity's Role Based Access Control (RBAC)"
|
pkgdesc="Administration utility for grsecurity's Role Based Access Control (RBAC)"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url=https://grsecurity.net/
|
url=https://grsecurity.net/
|
||||||
|
@ -22,10 +22,10 @@ source=(https://grsecurity.net/stable/$pkgname-$_version-$_timestamp.tar.gz
|
||||||
https://grsecurity.net/stable/$pkgname-$_version-$_timestamp.tar.gz.sig
|
https://grsecurity.net/stable/$pkgname-$_version-$_timestamp.tar.gz.sig
|
||||||
learn_config
|
learn_config
|
||||||
policy)
|
policy)
|
||||||
sha256sums=('6c29274d63293540646be8c8c2c131654ec307b17674c25085b352305562e7e8'
|
sha256sums=('b190e5afecdf3ac5020a4e5e4b698645f1c01b20d036129dd8b609c4bd0c319c'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'704ea6ba7f748761735cbe1cf52ef04f53eab1a1e9ea1bdcb6abaaf4a641e44d'
|
'23862daef9b00cdc91367d3a8039fc41627312a6c3d1f34054519f599514379c'
|
||||||
'1ddc7eede746da2ac321a2a46facefbe98992123d950b1c1240aa4d360cbc7c4')
|
'73cf31add3da55b539777d736764a40c6b30041cc259e1d0372c867b87070440')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
|
|
@ -75,6 +75,7 @@ always-reduce-path /run/screen
|
||||||
always-reduce-path /usr/share/locale
|
always-reduce-path /usr/share/locale
|
||||||
always-reduce-path /usr/share/zoneinfo
|
always-reduce-path /usr/share/zoneinfo
|
||||||
always-reduce-path /usr/share/terminfo
|
always-reduce-path /usr/share/terminfo
|
||||||
|
always-reduce-path /var/abs
|
||||||
always-reduce-path /tmp
|
always-reduce-path /tmp
|
||||||
always-reduce-path /var/tmp
|
always-reduce-path /var/tmp
|
||||||
|
|
||||||
|
|
|
@ -458,9 +458,6 @@ subject /usr/bin/sudo
|
||||||
subject /usr/bin/agetty
|
subject /usr/bin/agetty
|
||||||
/var/log/wtmp w
|
/var/log/wtmp w
|
||||||
|
|
||||||
subject /usr/bin/init
|
|
||||||
/var/log/wtmp w
|
|
||||||
|
|
||||||
subject /usr/bin/xauth
|
subject /usr/bin/xauth
|
||||||
/home r
|
/home r
|
||||||
/home/*/.Xauthority-* rwcdl
|
/home/*/.Xauthority-* rwcdl
|
||||||
|
|
Loading…
Reference in a new issue