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