Allow audit control by default.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Mon, 5 Oct 2009 21:27:24 +0000 (21:27 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Mon, 5 Oct 2009 21:27:24 +0000 (21:27 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2851 94cd875c-1c1d-0410-91d2-eb244daf1a30

lib/vserver.h

index 2ab484a..2224be7 100644 (file)
@@ -949,7 +949,7 @@ extern "C" {
 
   uint_least64_t               vc_get_insecurebcaps() VC_ATTR_CONST;
   inline static uint_least64_t vc_get_insecureccaps() {
-    return ~(VC_VXC_SET_UTSNAME|VC_VXC_RAW_ICMP);
+    return ~(VC_VXC_SET_UTSNAME|VC_VXC_RAW_ICMP|VC_VXC_AUDIT_CONTROL);
   }
   
   inline static int    vc_setfilecontext(char const *filename, xid_t xid) {