mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Add some more commonly-used directories and files.
Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
a87cdc1598
commit
75f3111c6f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96194
@ -50,18 +50,24 @@
|
||||
#define _PATH_CAPABILITY "/etc/capability"
|
||||
#define _PATH_CAPABILITY_DB "/etc/capability.db"
|
||||
#define _PATH_CONSOLE "/dev/console"
|
||||
#define _PATH_CP "/bin/cp"
|
||||
#define _PATH_CSHELL "/bin/csh"
|
||||
#define _PATH_DEFTAPE "/dev/sa0"
|
||||
#define _PATH_DEVDB "/var/run/dev.db"
|
||||
#define _PATH_DEVNULL "/dev/null"
|
||||
#define _PATH_DEVZERO "/dev/zero"
|
||||
#define _PATH_DRUM "/dev/drum"
|
||||
#define _PATH_ETC "/etc"
|
||||
#define _PATH_FTPUSERS "/etc/ftpusers"
|
||||
#define _PATH_KMEM "/dev/kmem"
|
||||
#define _PATH_LOGIN "/usr/bin/login"
|
||||
#define _PATH_MAILDIR "/var/mail"
|
||||
#define _PATH_MAN "/usr/share/man"
|
||||
#define _PATH_MEM "/dev/mem"
|
||||
#define _PATH_NOLOGIN "/var/run/nologin"
|
||||
#define _PATH_RCP "/usr/bin/rcp"
|
||||
#define _PATH_RLOGIN "/usr/bin/rlogin"
|
||||
#define _PATH_RSH "/usr/bin/rsh"
|
||||
#define _PATH_SENDMAIL "/usr/sbin/sendmail"
|
||||
#define _PATH_SHELLS "/etc/shells"
|
||||
#define _PATH_TTY "/dev/tty"
|
||||
|
Loading…
Reference in New Issue
Block a user