mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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
|
||||
_version=3.0
|
||||
_timestamp=201407222118
|
||||
_timestamp=201408301734
|
||||
pkgver=3.0.$_timestamp
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="Administration utility for grsecurity's Role Based Access Control (RBAC)"
|
||||
arch=(i686 x86_64)
|
||||
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
|
||||
learn_config
|
||||
policy)
|
||||
sha256sums=('6c29274d63293540646be8c8c2c131654ec307b17674c25085b352305562e7e8'
|
||||
sha256sums=('b190e5afecdf3ac5020a4e5e4b698645f1c01b20d036129dd8b609c4bd0c319c'
|
||||
'SKIP'
|
||||
'704ea6ba7f748761735cbe1cf52ef04f53eab1a1e9ea1bdcb6abaaf4a641e44d'
|
||||
'1ddc7eede746da2ac321a2a46facefbe98992123d950b1c1240aa4d360cbc7c4')
|
||||
'23862daef9b00cdc91367d3a8039fc41627312a6c3d1f34054519f599514379c'
|
||||
'73cf31add3da55b539777d736764a40c6b30041cc259e1d0372c867b87070440')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
|
|
|
@ -75,6 +75,7 @@ always-reduce-path /run/screen
|
|||
always-reduce-path /usr/share/locale
|
||||
always-reduce-path /usr/share/zoneinfo
|
||||
always-reduce-path /usr/share/terminfo
|
||||
always-reduce-path /var/abs
|
||||
always-reduce-path /tmp
|
||||
always-reduce-path /var/tmp
|
||||
|
||||
|
|
|
@ -458,9 +458,6 @@ subject /usr/bin/sudo
|
|||
subject /usr/bin/agetty
|
||||
/var/log/wtmp w
|
||||
|
||||
subject /usr/bin/init
|
||||
/var/log/wtmp w
|
||||
|
||||
subject /usr/bin/xauth
|
||||
/home r
|
||||
/home/*/.Xauthority-* rwcdl
|
||||
|
|
Loading…
Reference in a new issue