diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:05:10 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:05:10 (GMT) |
commit | 7108cf5024e8a9491c1269e95426889736472d0a (patch) | |
tree | aec3fe8fdc2b5c5571200d11584a1799d1392510 /abs/core/util-linux/pam-common | |
parent | f3d2833257ef401f6311b0d1a7a7e5c7fb5bdc12 (diff) | |
download | linhes_pkgbuild-7108cf5024e8a9491c1269e95426889736472d0a.zip linhes_pkgbuild-7108cf5024e8a9491c1269e95426889736472d0a.tar.gz linhes_pkgbuild-7108cf5024e8a9491c1269e95426889736472d0a.tar.bz2 |
util-linux 2.21.2
includes our patch for agetty
Diffstat (limited to 'abs/core/util-linux/pam-common')
-rw-r--r-- | abs/core/util-linux/pam-common | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/core/util-linux/pam-common b/abs/core/util-linux/pam-common new file mode 100644 index 0000000..a7bf8a4 --- /dev/null +++ b/abs/core/util-linux/pam-common @@ -0,0 +1,6 @@ +#%PAM-1.0 +auth sufficient pam_rootok.so +auth required pam_unix.so +account required pam_unix.so +session required pam_unix.so +password required pam_permit.so |