From 8fafdb4b1e52f200f9f2d69ba86fa325670126ef Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 18 May 2022 16:58:45 +0200 Subject: [PATCH] linux-pam: added pam_limits.so to common-session --- linux-pam/.signature | 6 +++--- linux-pam/Pkgfile | 2 +- linux-pam/common-session | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/linux-pam/.signature b/linux-pam/.signature index 65c6c65..0f1e42f 100644 --- a/linux-pam/.signature +++ b/linux-pam/.signature @@ -1,10 +1,10 @@ untrusted comment: verify with /etc/ports/core-arm.pub -RWTMGLGEHsm4dci86plHYNzHwWbCJafNBiJsmn8prkbi1TiyA0WTTcEGozQzc7SVLWbjvrXolt1k3r94wSr9FukuenT+iC1PHAs= -SHA256 (Pkgfile) = 121d230f961253e111e32059539b2f13f8aac9dde0b26eb8c11a8649388615e4 +RWTMGLGEHsm4daz3bk2wV1/zabiFfQQgOjNBBM9TJ9o/83g7Ql59EbuFjsIWYVnRJxCb19c3ueSJWy7re/+zhC3BmQJbDLSlkwQ= +SHA256 (Pkgfile) = 293d5d0cd1bbe62da1fe5ecc648a5c4835e997ad7a45726314ce8de1607158ee SHA256 (.footprint) = 61506ab0d42eb8c61e8051581d901a4b025858b44cdf90d0b150278ab14b2db3 SHA256 (Linux-PAM-1.5.2.tar.xz) = e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d SHA256 (common-account) = 63b6d073e0a05d45260912fd900e27ccac3304ca23cd05df68ce88da34a5d832 SHA256 (common-auth) = c8f2c471572147fafddfe2062b763d360bbb6d21aa8017c725785f96667e9b02 SHA256 (common-password) = 999c19d97ab2a8408103304faa12252d11ab03d492880d78a0bd1a1335659258 -SHA256 (common-session) = 796f130c01d2c98c23fea8d72ed7cb79cf58b7987b3aa2abed880ad424e5e87c +SHA256 (common-session) = 2592b8fce477aca271a9a3368064912e6d0519ea6a40216ba7911604f0dc2968 SHA256 (other) = 543e9b4493e8d60aac66d5e6dbc9955b53efa421e19400b47f243a42d67246f1 diff --git a/linux-pam/Pkgfile b/linux-pam/Pkgfile index fb36654..9e2faef 100644 --- a/linux-pam/Pkgfile +++ b/linux-pam/Pkgfile @@ -5,7 +5,7 @@ name=linux-pam version=1.5.2 -release=2 +release=3 source=(https://github.com/$name/$name/releases/download/v${version}/Linux-PAM-$version.tar.xz \ common-account common-auth common-password common-session \ other) diff --git a/linux-pam/common-session b/linux-pam/common-session index 2a9013c..b8d6ce1 100644 --- a/linux-pam/common-session +++ b/linux-pam/common-session @@ -1,5 +1,5 @@ # # /etc/pam.d/common-session - common session module configuration # - +session required pam_limits.so session required pam_unix.so -- 2.26.2