mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/gradm to 3.0.201408301734-2
This commit is contained in:
parent
73113e7046
commit
95815ae7d3
2 changed files with 6 additions and 3 deletions
|
@ -12,7 +12,7 @@ pkgname=gradm
|
|||
_version=3.0
|
||||
_timestamp=201408301734
|
||||
pkgver=3.0.$_timestamp
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Administration utility for grsecurity's Role Based Access Control (RBAC)"
|
||||
arch=(i686 x86_64)
|
||||
url=https://grsecurity.net/
|
||||
|
@ -24,8 +24,11 @@ source=(https://grsecurity.net/stable/$pkgname-$_version-$_timestamp.tar.gz
|
|||
policy)
|
||||
sha256sums=('b190e5afecdf3ac5020a4e5e4b698645f1c01b20d036129dd8b609c4bd0c319c'
|
||||
'SKIP'
|
||||
'23862daef9b00cdc91367d3a8039fc41627312a6c3d1f34054519f599514379c'
|
||||
'61c3042879ec2303b713f57f751fb66a95e2cc4737fbbd6d95879829c7b7d3c0'
|
||||
'73cf31add3da55b539777d736764a40c6b30041cc259e1d0372c867b87070440')
|
||||
validpgpkeys=(
|
||||
'DE9452CE46F42094907F108B44D1C0F82525FE49' # Bradley Spengler
|
||||
)
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
|
|
|
@ -79,7 +79,7 @@ always-reduce-path /var/abs
|
|||
always-reduce-path /tmp
|
||||
always-reduce-path /var/tmp
|
||||
|
||||
high-reduce-path /dev/.udev
|
||||
high-reduce-path /run/udev
|
||||
high-reduce-path /dev/mapper
|
||||
high-reduce-path /dev/snd
|
||||
high-reduce-path /proc
|
||||
|
|
Loading…
Reference in a new issue