summaryrefslogtreecommitdiffstats
path: root/include/paths.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-11-30 16:24:20 +0000
committerrwatson <rwatson@FreeBSD.org>2001-11-30 16:24:20 +0000
commite5f733cc4d13194966a11f2bc42e5f2fe2084042 (patch)
tree2ecfbfb55f239b3f004eebe9849cfa49080ae444 /include/paths.h
parent77d826cd4189233ea9473a4f1e3007034dea6531 (diff)
downloadFreeBSD-src-e5f733cc4d13194966a11f2bc42e5f2fe2084042.zip
FreeBSD-src-e5f733cc4d13194966a11f2bc42e5f2fe2084042.tar.gz
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
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h
index 9894e00..8a2259f 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -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"
OpenPOWER on IntegriCloud