mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
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:
parent
931a10c9d2
commit
0caeee4e36
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue