svn commit: r274960 - head/usr.bin/elfdump

Baptiste Daroussin bapt at FreeBSD.org
Mon Nov 24 10:12:00 UTC 2014


On Mon, Nov 25, 2014 at 09:31:38AM +0000, Christian Brueffer wrote:
> Author: brueffer
> Date: Mon Nov 24 09:31:38 2014
> New Revision: 274960
> URL: https://svnweb.freebsd.org/changeset/base/274960
> 
> Log:
>   Limit descriptors and enter capability mode.
>   
>   Differential:	D1009
>   Reviewed by:	jonathan, pjd
>   MFC after:	2 weeks
>   Relnotes:	yes
> 
> Modified:
>   head/usr.bin/elfdump/elfdump.c
> 
> Modified: head/usr.bin/elfdump/elfdump.c
> ==============================================================================
> --- head/usr.bin/elfdump/elfdump.c	Mon Nov 24 09:16:19 2014	(r274959)
> +++ head/usr.bin/elfdump/elfdump.c	Mon Nov 24 09:31:38 2014	(r274960)
> @@ -29,12 +29,15 @@
>  __FBSDID("$FreeBSD$");
>  
>  #include <sys/types.h>
> +
> +#include <sys/capsicum.h>

Beware that MFC will not work oot of box as sys/capsicum.h is not in stable/10
the only way to do portable capsicum right now between freebsd branches is to
use sys/capability.h

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20141124/a6468307/attachment.sig>


More information about the svn-src-all mailing list