diff options
author | Matt Housh <jaeger@crux.ninja> | 2022-05-09 10:52:22 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2022-05-09 10:52:22 -0500 |
commit | 94b3fd7ee101908b86d737185325a09331b0a11d (patch) | |
tree | 59ce24575b4d6c86473f0fe0c641eb5edb444593 /linux-pam | |
parent | e6561d675e3e1db1d525374f9326130509c68ace (diff) | |
download | core-94b3fd7ee101908b86d737185325a09331b0a11d.tar.gz core-94b3fd7ee101908b86d737185325a09331b0a11d.tar.xz |
linux-pam: added pam_limits.so to common-session
Diffstat (limited to 'linux-pam')
-rw-r--r-- | linux-pam/.signature | 6 | ||||
-rw-r--r-- | linux-pam/Pkgfile | 2 | ||||
-rw-r--r-- | linux-pam/common-session | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/linux-pam/.signature b/linux-pam/.signature index 884b9cfe..09e1bdb0 100644 --- a/linux-pam/.signature +++ b/linux-pam/.signature @@ -1,10 +1,10 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqqoPrzYTZGExFSz/VAXVbLSf1UW7I5LaGrc7nM3dm8fcPA9bjwONTFPXNn0ajUKTS2n3lbqMGseycYH9M26vtws= -SHA256 (Pkgfile) = 46c2f70eb5b41a367509aa69a3bbf1704ca245394c64d32e25a06d673b278be9 +RWRJc1FUaeVequ+aZ2+y2YVUZZL5oUX8LOyNDCtw9ftvpScJYUkGVsR6pgXLsXmzUYTD/aKto8PY2Qr1eP11z7xIgfeOQjJ+Xw8= +SHA256 (Pkgfile) = c840de62b5691becf67c1da498d2d5d3f3d44a9b5a148f7b06eaa7bc0165fc2b 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) = b80f6fba2d709ff4f093a07d3e5c4c55b6c7c5ad00f990d38231c4f85bb5cc36 SHA256 (other) = 543e9b4493e8d60aac66d5e6dbc9955b53efa421e19400b47f243a42d67246f1 diff --git a/linux-pam/Pkgfile b/linux-pam/Pkgfile index 785f1c7d..cebced89 100644 --- a/linux-pam/Pkgfile +++ b/linux-pam/Pkgfile @@ -4,7 +4,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 2a9013c8..2b1f6f34 100644 --- a/linux-pam/common-session +++ b/linux-pam/common-session @@ -2,4 +2,5 @@ # /etc/pam.d/common-session - common session module configuration # +session required pam_limits.so session required pam_unix.so |