summaryrefslogtreecommitdiff
path: root/strata/foundation/linux-pam.morph
blob: 27d0a8a34c83d3c494d16ffef72b589c72e0d280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: linux-pam
kind: chunk
build-system: autotools
post-install-commands:
# sudo command is expecting this file.
- |
  install -D -m 0644 /proc/self/fd/0 <<'EOF' "$DESTDIR"/etc/pam.d/other
  #%PAM-1.0
  auth            required        pam_unix.so
  account         required        pam_unix.so
  password        required        pam_unix.so
  session         required        pam_unix.so
  EOF