diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-11-28 20:33:06 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-12-12 19:36:52 +0100 |
commit | 866ec5cd537af57774a267128214923f591cfb09 (patch) | |
tree | b3c29bf7cc21d050db41351603befcce499c84b6 /sys-freebsd | |
parent | sys-freebsd/freebsd-libexec: remove unused file (diff) | |
download | gentoo-866ec5cd537af57774a267128214923f591cfb09.tar.gz gentoo-866ec5cd537af57774a267128214923f591cfb09.tar.bz2 gentoo-866ec5cd537af57774a267128214923f591cfb09.zip |
sys-freebsd/freebsd-ubin: remove unused files
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-freebsd')
-rw-r--r-- | sys-freebsd/freebsd-ubin/files/login.pamd | 18 | ||||
-rw-r--r-- | sys-freebsd/freebsd-ubin/files/passwd.pamd | 9 | ||||
-rw-r--r-- | sys-freebsd/freebsd-ubin/files/su.pamd | 15 |
3 files changed, 0 insertions, 42 deletions
diff --git a/sys-freebsd/freebsd-ubin/files/login.pamd b/sys-freebsd/freebsd-ubin/files/login.pamd deleted file mode 100644 index ff1b6a8af1cf..000000000000 --- a/sys-freebsd/freebsd-ubin/files/login.pamd +++ /dev/null @@ -1,18 +0,0 @@ -# -# PAM configuration for the "login" service -# - -# auth -auth required pam_nologin.so no_warn -auth sufficient pam_self.so no_warn -auth include system - -# account -account requisite pam_securetty.so -account include system - -# session -session include system - -# password -password include system diff --git a/sys-freebsd/freebsd-ubin/files/passwd.pamd b/sys-freebsd/freebsd-ubin/files/passwd.pamd deleted file mode 100644 index a2a928686dc1..000000000000 --- a/sys-freebsd/freebsd-ubin/files/passwd.pamd +++ /dev/null @@ -1,9 +0,0 @@ -# -# PAM configuration for the "passwd" service -# - -# passwd(1) does not use the auth, account or session services. - -# password -#password requisite pam_passwdqc.so enforce=users -password required pam_unix.so no_warn try_first_pass nullok diff --git a/sys-freebsd/freebsd-ubin/files/su.pamd b/sys-freebsd/freebsd-ubin/files/su.pamd deleted file mode 100644 index be70c96a96a5..000000000000 --- a/sys-freebsd/freebsd-ubin/files/su.pamd +++ /dev/null @@ -1,15 +0,0 @@ -# -# PAM configuration for the "su" service -# - -# auth -auth sufficient pam_rootok.so no_warn -auth sufficient pam_self.so no_warn -auth requisite pam_group.so no_warn group=wheel root_only fail_safe -auth include system - -# account -account include system - -# session -session required pam_permit.so |