- Add a FEATURE for capsicum (security_capabilities).
- Rename mac FEATURE to security_mac. Discussed with: rwatson
This commit is contained in:
parent
ed18ff13e7
commit
b66d64d436
@ -61,6 +61,8 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#ifdef CAPABILITIES
|
||||
|
||||
FEATURE(security_capabilities, "Capsicum Capability Mode");
|
||||
|
||||
/*
|
||||
* We don't currently have any MIB entries for sysctls, but we do expose
|
||||
* security.capabilities so that it's easy to tell if options CAPABILITIES is
|
||||
|
@ -73,7 +73,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#ifdef MAC
|
||||
|
||||
FEATURE(mac, "Mandatory Access Control Framework support");
|
||||
FEATURE(security_mac, "Mandatory Access Control Framework support");
|
||||
|
||||
int
|
||||
__mac_get_pid(struct thread *td, struct __mac_get_pid_args *uap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user