From 0caeee4e362d935d4dfad936cc15e5dc15878ea9 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 30 Nov 2001 16:24:20 +0000 Subject: [PATCH] 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 --- include/paths.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/paths.h b/include/paths.h index 9894e00bc8c..8a2259face0 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"