We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632ff00 commit 87c47f5Copy full SHA for 87c47f5
linux-pam.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: linux-pam
3
version: "1.7.1"
4
- epoch: 2
+ epoch: 3
5
description: Linux PAM (Pluggable Authentication Modules for Linux)
6
copyright:
7
- license: BSD-3-Clause
@@ -58,6 +58,10 @@ pipeline:
58
# Don't ship /var/run
59
rm -r ${{targets.destdir}}/var/run
60
61
+ # Copy tmpfile template
62
+ mkdir -p ${{targets.destdir}}/usr/lib/tmpfiles.d/
63
+ mv pam-faillock.conf ${{targets.destdir}}/usr/lib/tmpfiles.d/
64
+
65
subpackages:
66
- name: linux-pam-dev
67
pipeline:
linux-pam/pam-faillock.conf
@@ -0,0 +1,3 @@
+ # Create faillock directory with correct SELinux context
+ d /var/log/faillock 0700 root root - -
+ Z /var/log/faillock - - - - -
0 commit comments