mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/gradm to 3.0.201407162022-1
This commit is contained in:
parent
376087bd4a
commit
6dba1def71
2 changed files with 5 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
pkgname=gradm
|
pkgname=gradm
|
||||||
_version=3.0
|
_version=3.0
|
||||||
_timestamp=201405281853
|
_timestamp=201407162022
|
||||||
pkgver=3.0.$_timestamp
|
pkgver=3.0.$_timestamp
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Administration utility for grsecurity's Role Based Access Control (RBAC)"
|
pkgdesc="Administration utility for grsecurity's Role Based Access Control (RBAC)"
|
||||||
|
@ -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=('4ee8a4e3a658f14b58c55fb8c5a9d3234e0ec87cf90a886499918553a15c557a'
|
sha256sums=('300d119f584644a4698cf6c9125fa0cd17a7ff00b4f7885fe782828b93881e1b'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'704ea6ba7f748761735cbe1cf52ef04f53eab1a1e9ea1bdcb6abaaf4a641e44d'
|
'704ea6ba7f748761735cbe1cf52ef04f53eab1a1e9ea1bdcb6abaaf4a641e44d'
|
||||||
'c2fb8e696969530c4dc707c59cdc608df6c21d6226979dfeadef92c51deabc5e')
|
'0d069e28845f789d0e9da82fc6dffa368ab71b2ca4ab37e0d3e3c6951e82d98a')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
|
|
@ -385,6 +385,7 @@ subject /usr/bin/sshd dpo
|
||||||
/root
|
/root
|
||||||
/proc r
|
/proc r
|
||||||
/proc/*/oom_adj rw
|
/proc/*/oom_adj rw
|
||||||
|
/proc/*/oom_score_adj rw
|
||||||
/proc/kcore h
|
/proc/kcore h
|
||||||
/proc/sys h
|
/proc/sys h
|
||||||
/proc/sys/kernel/ngroups_max r
|
/proc/sys/kernel/ngroups_max r
|
||||||
|
@ -412,6 +413,7 @@ subject /usr/bin/sshd dpo
|
||||||
+CAP_SYS_RESOURCE
|
+CAP_SYS_RESOURCE
|
||||||
+CAP_SYS_TTY_CONFIG
|
+CAP_SYS_TTY_CONFIG
|
||||||
+CAP_AUDIT_WRITE
|
+CAP_AUDIT_WRITE
|
||||||
|
+CAP_KILL
|
||||||
# to access user keys
|
# to access user keys
|
||||||
+CAP_DAC_OVERRIDE
|
+CAP_DAC_OVERRIDE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue