File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11package :
22 name : linux-pam
33 version : " 1.7.1"
4- epoch : 2
4+ epoch : 3
55 description : Linux PAM (Pluggable Authentication Modules for Linux)
66 copyright :
77 - license : BSD-3-Clause
8+ checks :
9+ disabled :
10+ - setuidgid
811 dependencies :
912 runtime :
1013 - merged-usrsbin
@@ -52,12 +55,16 @@ pipeline:
5255 done
5356
5457 # make "unix_chkpwd" shadow group and enable g+s
55- chgrp shadow ${{targets.destdir}}/bin/unix_chkpwd \
56- && chmod g+s ${{targets.destdir}}/bin/unix_chkpwd
58+ chgrp shadow ${{targets.destdir}}/usr/ bin/unix_chkpwd \
59+ && chmod g+s ${{targets.destdir}}/usr/ bin/unix_chkpwd
5760
5861 # Don't ship /var/run
5962 rm -r ${{targets.destdir}}/var/run
6063
64+ # Copy tmpfile template
65+ mkdir -p ${{targets.destdir}}/usr/lib/tmpfiles.d/
66+ mv pam-faillock.conf ${{targets.destdir}}/usr/lib/tmpfiles.d/
67+
6168subpackages :
6269 - name : linux-pam-dev
6370 pipeline :
Original file line number Diff line number Diff line change 1+ # Create faillock directory with correct SELinux context
2+ d /var/log/faillock 0700 root root - -
3+ Z /var/log/faillock - - - - -
You can’t perform that action at this time.
0 commit comments