summaryrefslogtreecommitdiff
path: root/strata/foundation/linux-pam.morph
blob: 0dfbe7596b308aee1b43129a9a542bf7c254be27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: linux-pam
kind: chunk
build-system: autotools
pre-configure-commands:
- autoreconf -ivf
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