summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/GENERIC
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-08-18 10:21:29 +0000
committerpjd <pjd@FreeBSD.org>2013-08-18 10:21:29 +0000
commitae1f4cb9ce8a2cedd481bb667791cb0cbe5bb893 (patch)
treeb7beea60b7b145312177f9e6a9ef5d441cb897fc /sys/amd64/conf/GENERIC
parentc4b895432e7a62c87ae06853cc1c1cd0ee053646 (diff)
downloadFreeBSD-src-ae1f4cb9ce8a2cedd481bb667791cb0cbe5bb893.zip
FreeBSD-src-ae1f4cb9ce8a2cedd481bb667791cb0cbe5bb893.tar.gz
Add process descriptors support to the GENERIC kernel. It is already being
used by the tools in base systems and with sandboxing more and more tools the usage should only increase. Submitted by: Mariusz Zaborski <oshogbo@FreeBSD.org> Sponsored by: Google Summer of Code 2013 MFC after: 1 month
Diffstat (limited to 'sys/amd64/conf/GENERIC')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 9127913..3068a8a0 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -66,6 +66,7 @@ options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options CAPABILITY_MODE # Capsicum capability mode
options CAPABILITIES # Capsicum capabilities
+options PROCDESC # Support for process descriptors
options MAC # TrustedBSD MAC Framework
options KDTRACE_FRAME # Ensure frames are compiled in
options KDTRACE_HOOKS # Kernel DTrace hooks
OpenPOWER on IntegriCloud