Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 06:41:29 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r257259 - soc2013/dpl/head/lib/libz
Message-ID:  <201309130641.r8D6fTtk047766@socsvn.freebsd.org>

index | next in thread | raw e-mail

Author: dpl
Date: Fri Sep 13 06:41:29 2013
New Revision: 257259
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=257259

Log:
  Deleted (for real) any traces of Capsicum here.
  

Modified:
  soc2013/dpl/head/lib/libz/gzlib.c

Modified: soc2013/dpl/head/lib/libz/gzlib.c
==============================================================================
--- soc2013/dpl/head/lib/libz/gzlib.c	Fri Sep 13 06:12:07 2013	(r257258)
+++ soc2013/dpl/head/lib/libz/gzlib.c	Fri Sep 13 06:41:29 2013	(r257259)
@@ -251,9 +251,7 @@
         free(state);
         return NULL;
     }
-#ifdef CAPSICUM
-	cap_rights_limit(state->fd, CAP_READ|CAP_SEEK|CAP_WRITE|CAP_FSTAT);
-#endif
+
     if (state->mode == GZ_APPEND)
         state->mode = GZ_WRITE;         /* simplify later checks */
 


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309130641.r8D6fTtk047766>