Enable capsicum on MALTA kernels.

This adds less that 10K to the kernel and should probably be done in the
other std.* configs.
This commit is contained in:
Brooks Davis 2017-02-17 21:25:24 +00:00
parent b1fa987835
commit 621c56330d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313899

View File

@ -26,6 +26,8 @@ options NFSCL #Network Filesystem Client
options NFS_ROOT #NFS usable as /, requires NFSCL
options PSEUDOFS #Pseudo-filesystem framework
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options CAPABILITY_MODE # Capsicum capability mode
options CAPABILITIES # Capsicum capabilities
options TMPFS #Efficient memory filesystem