diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-11-30 16:24:20 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-11-30 16:24:20 +0000 |
| commit | 0caeee4e362d935d4dfad936cc15e5dc15878ea9 (patch) | |
| tree | 2ecfbfb55f239b3f004eebe9849cfa49080ae444 | |
| parent | 931a10c9d2fdacbf0b8627aba57014446943a68b (diff) | |
Notes
| -rw-r--r-- | include/paths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h index 9894e00bc8c8..8a2259face08 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" |
