# Maintainer: Dave Reisner # SELinux Maintainer: Nicolas Iooss (nicolas iooss m4x org) # SELinux Contributor: Timothée Ravier # SELinux Contributor: Nicky726 (Nicky726 gmail com) # # This PKGBUILD is maintained on https://github.com/archlinuxhardened/selinux. # If you want to help keep it up to date, please open a Pull Request there. pkgname=pambase-selinux pkgver=20211111 pkgrel=1 pkgdesc="SELinux aware base PAM configuration for services" arch=('any') url="https://www.archlinux.org" license=('GPL') groups=('selinux') conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}" 'pam-selinux<1.4.0') provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}" "selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}") source=('system-auth' 'system-local-login' 'system-login' 'system-remote-login' 'system-services' 'other') backup=('etc/pam.d/system-auth' 'etc/pam.d/system-local-login' 'etc/pam.d/system-login' 'etc/pam.d/system-remote-login' 'etc/pam.d/system-services' 'etc/pam.d/other') sha256sums=('e9aedc66bfe06aa0e62e4539525b23dcdf98e373e6930a2a8b2be06045355fee' '005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9' 'faa98a6c4c501d34709f46081f73f110473e93183ecebf21070c7590a4045d80' '005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9' '6eb1acdd3fa9f71a7f93fbd529be57ea65bcafc6e3a98a06af4d88013fc6a567' 'd5ed59ec2157c19c87964a162f7ca84d53c19fb2bd68d3fbc1671ba8d906346f') package() { install -dm755 "$pkgdir/etc/pam.d" install -m644 -t "$pkgdir/etc/pam.d" "${source[@]}" } # vim:set ts=2 sw=2 et: