svn commit: r219129 - in head/sys: compat/freebsd32 conf kern sys

Alexander Leidinger Alexander at Leidinger.net
Tue Mar 1 15:13:16 UTC 2011


Quoting Robert Watson <rwatson at FreeBSD.org> (from Tue, 1 Mar 2011  
13:23:37 +0000 (UTC)):

> Author: rwatson
> Date: Tue Mar  1 13:23:37 2011
> New Revision: 219129
> URL: http://svn.freebsd.org/changeset/base/219129
>
> Log:
>   Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,
>   compiled conditionally on options CAPABILITIES:

Typo in NOTES.
What about adding a FEATURE to sys_capabilities.c, could it be useful?

> Modified: head/sys/conf/NOTES
> ==============================================================================
> --- head/sys/conf/NOTES	Tue Mar  1 13:14:28 2011	(r219128)
> +++ head/sys/conf/NOTES	Tue Mar  1 13:23:37 2011	(r219129)
> @@ -1157,6 +1157,9 @@ options 	MAC_SEEOTHERUIDS
>  options 	MAC_STUB
>  options 	MAC_TEST
>
> +# Support for Capsicum
> +options 	CAPABILIITES
> +
>
>  #####################################################################
>  # CLOCK OPTIONS
>

> Added: head/sys/kern/sys_capability.c

Bye,
Alexander.

-- 
A woman has got to love a bad man once or twice in her life to be
thankful for a good one.
		-- Marjorie Kinnan Rawlings

http://www.Leidinger.net    Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org       netchild @ FreeBSD.org  : PGP ID = 72077137


More information about the svn-src-head mailing list