diff security/linux-pam/linux-pam.sh @ 1221:a47aaf9743a0

misc: backed out changeset 4ccc42bf0284 We will keep .sh for now.
author David Demelier <markand@malikania.fr>
date Fri, 15 Oct 2021 16:07:30 +0200
parents 4ccc42bf0284
children 325631424c65
line wrap: on
line diff
--- a/security/linux-pam/linux-pam.sh	Thu Sep 30 09:26:38 2021 +0200
+++ b/security/linux-pam/linux-pam.sh	Fri Oct 15 16:07:30 2021 +0200
@@ -15,7 +15,26 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-. ./linux-pam.info
+PKGNAME=linux-pam
+PKGVERSION=1.3.1
+PKGREVISION=1
+PKGLICENSE="BSD"
+PKGSUMMARY="pluggable authentication modules"
+PKGDOWNLOAD="https://github.com/linux-pam/linux-pam/releases/download/v$PKGVERSION/Linux-PAM-$PKGVERSION.tar.xz"
+PKGOPTIONS="NLS SELINUX"
+PKGPROTECT="etc/environment
+            etc/pam.d/other
+            etc/pam.d/system-account
+            etc/pam.d/system-auth
+            etc/pam.d/system-password
+            etc/pam.d/system-session
+            etc/security/access.conf
+            etc/security/group.conf
+            etc/security/limits.conf
+            etc/security/namespace.conf
+            etc/security/namespace.init
+            etc/security/pam_env.conf
+            etc/security/time.conf"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}