o Introduce _PATH_CAPABILITY and _PATH_CAPABILITY_DB to the system

path set.  These files will hold per-user capability information.

Obtained from:	TrustedBSD Project
Submitted by:	tmm
This commit is contained in:
Robert Watson 2001-11-30 16:24:20 +00:00
parent 931a10c9d2
commit 0caeee4e36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87135

View File

@ -47,6 +47,8 @@
#define _PATH_AUTHCONF "/etc/auth.conf"
#define _PATH_BSHELL "/bin/sh"
#define _PATH_CAPABILITY "/etc/capability"
#define _PATH_CAPABILITY_DB "/etc/capability.db"
#define _PATH_CONSOLE "/dev/console"
#define _PATH_CSHELL "/bin/csh"
#define _PATH_DEFTAPE "/dev/sa0"