diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 18:46:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 18:46:03 +0000 |
commit | 419e67db337cd8747471f4b751db9de2b5044ac8 (patch) | |
tree | 939115badce6c4fc81b0f83347825429d1e92d85 /config/shells | |
parent | 6fff545cff2e1c40ee23c4b24a52a5c3e0f2809d (diff) |
Initial revision
Diffstat (limited to 'config/shells')
-rw-r--r-- | config/shells | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/shells b/config/shells new file mode 100644 index 00000000..6c681235 --- /dev/null +++ b/config/shells @@ -0,0 +1,16 @@ +# List of acceptable shells for chsh/passwd -s +# Ftpd will not allow users to connect who do not have one of these shells. +# +# Yes, emacs is in /etc/shells. Surprised? +# +/bin/sh +/bin/bash +/bin/kibosh +/bin/kish +/bin/ash +/bin/emacs +/bin/es +/bin/rc +/bin/tcsh +/bin/zsh +/bin/csh |