-
-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #837 from Enzime/add/shells
etc: add known hash for `/etc/shells`
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
doc/known-files/9d5aa72f807091b481820d12e693093293ba33c73854909ad7b0fb192c2db193
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# List of acceptable shells for chpass(1). | ||
# Ftpd will not allow users to connect who are not using | ||
# one of these shells. | ||
|
||
/bin/bash | ||
/bin/csh | ||
/bin/dash | ||
/bin/ksh | ||
/bin/sh | ||
/bin/tcsh | ||
/bin/zsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters