summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-12-20 14:33:57 +0100
committerNicolas Iooss2021-12-20 14:33:57 +0100
commit87b2b088940f9ac65723eeb0c856da2aa4443aef (patch)
tree1d8f414f7e3574d8a7c26e96f4770d0196655060
parent1222af56d7248f2f03d10acd3bb20c16ecd9c6c1 (diff)
downloadaur-87b2b088940f9ac65723eeb0c856da2aa4443aef.tar.gz
pambase-selinux 20211210-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--system-auth5
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12744d0ae951..92374f14a348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pambase-selinux
pkgdesc = SELinux aware base PAM configuration for services
- pkgver = 20211111
+ pkgver = 20211210
pkgrel = 1
url = https://www.archlinux.org
arch = any
groups = selinux
license = GPL
- provides = pambase=20211111-1
- provides = selinux-pambase=20211111-1
+ provides = pambase=20211210-1
+ provides = selinux-pambase=20211210-1
conflicts = pambase
conflicts = selinux-pambase
conflicts = pam-selinux<1.4.0
@@ -23,7 +23,7 @@ pkgbase = pambase-selinux
source = system-remote-login
source = system-services
source = other
- sha256sums = e9aedc66bfe06aa0e62e4539525b23dcdf98e373e6930a2a8b2be06045355fee
+ sha256sums = d3f6c7465198415df7bc3b365595642c7255dd69f2d7db548eb071123f43164c
sha256sums = 005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9
sha256sums = faa98a6c4c501d34709f46081f73f110473e93183ecebf21070c7590a4045d80
sha256sums = 005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9
diff --git a/PKGBUILD b/PKGBUILD
index f07ea6ae62a6..0c3b14cab18d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=pambase-selinux
-pkgver=20211111
+pkgver=20211210
pkgrel=1
pkgdesc="SELinux aware base PAM configuration for services"
arch=('any')
@@ -29,7 +29,7 @@ backup=('etc/pam.d/system-auth'
'etc/pam.d/system-remote-login'
'etc/pam.d/system-services'
'etc/pam.d/other')
-sha256sums=('e9aedc66bfe06aa0e62e4539525b23dcdf98e373e6930a2a8b2be06045355fee'
+sha256sums=('d3f6c7465198415df7bc3b365595642c7255dd69f2d7db548eb071123f43164c'
'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
'faa98a6c4c501d34709f46081f73f110473e93183ecebf21070c7590a4045d80'
'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
diff --git a/system-auth b/system-auth
index 240a244df9a1..a30490b4edf5 100644
--- a/system-auth
+++ b/system-auth
@@ -3,8 +3,8 @@
auth required pam_faillock.so preauth
# Optionally use requisite above if you do not want to prompt for the password
# on locked accounts.
-auth [success=2 default=ignore] pam_unix.so try_first_pass nullok
--auth [success=1 default=ignore] pam_systemd_home.so
+-auth [success=2 default=ignore] pam_systemd_home.so
+auth [success=1 default=bad] pam_unix.so try_first_pass nullok
auth [default=die] pam_faillock.so authfail
auth optional pam_permit.so
auth required pam_env.so
@@ -21,6 +21,7 @@ account required pam_time.so
password required pam_unix.so try_first_pass nullok shadow sha512
password optional pam_permit.so
+-session optional pam_systemd_home.so
session required pam_limits.so
session required pam_unix.so
session optional pam_permit.so