summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2015-11-18 18:18:20 +0100
committerNicolas Iooss2015-11-18 18:18:20 +0100
commit96f6380eaa0915154fde1279cf9212691cb07657 (patch)
tree65397abea11ce98698b0aa96944ba873c8a02b29
parented0b4868e9b62ee1375a294d1a3eb8d3b3899dd2 (diff)
downloadaur-96f6380eaa0915154fde1279cf9212691cb07657.tar.gz
pam-selinux 1.2.1-3 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 4 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14ef55d417ef..ad8e2af0a239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pam-selinux
pkgdesc = SELinux aware PAM (Pluggable Authentication Modules) library
pkgver = 1.2.1
- pkgrel = 2
+ pkgrel = 3
url = http://linux-pam.org
arch = i686
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = pam-selinux
depends = libtirpc
depends = pambase-selinux
depends = libselinux
- provides = pam=1.2.1-2
- provides = selinux-pam=1.2.1-2
+ provides = pam=1.2.1-3
+ provides = selinux-pam=1.2.1-3
conflicts = pam
conflicts = selinux-pam
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 76a90de8cd40..1051264bb507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=pam-selinux
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="SELinux aware PAM (Pluggable Authentication Modules) library"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -64,16 +64,6 @@ package() {
cd $srcdir/pam_unix2-2.9.1
make DESTDIR=$pkgdir install
- # add the realtime permissions for audio users
- sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
- cat >>$pkgdir/etc/security/limits.conf <<_EOT
-* - rtprio 0
-* - nice 0
-@audio - rtprio 65
-@audio - nice -10
-@audio - memlock 40000
-_EOT
-
# fix some missing symlinks from old pam for compatibility
cd $pkgdir/usr/lib/security
ln -s pam_unix.so pam_unix_acct.so