From ada825d2337179c8a973df7e4ae05293d4ff91f4 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Mon, 5 Oct 2009 21:27:24 +0000 Subject: [PATCH] Allow audit control by default. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2851 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- lib/vserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vserver.h b/lib/vserver.h index 2ab484a..2224be7 100644 --- a/lib/vserver.h +++ b/lib/vserver.h @@ -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) { -- 1.8.1.5