HomeFreeBSD

Add sysent flag to switch to capabilities mode on startup.

Description

Add sysent flag to switch to capabilities mode on startup.

CloudABI processes should run in capabilities mode automatically. There
is no need to switch manually (e.g., by calling cap_enter()). Add a
flag, SV_CAPSICUM, that can be used to call into cap_enter() during
execve().

Reviewed by: kib

Details

Provenance
edAuthored on
Reviewer
kib
Parents
rS286228: Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUID
Branches
Unknown
Tags
Unknown