X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvserver.h;h=e8dfb24de7c15386b5842a741784c68414d04bcd;hb=ae30e15c735cd221315b111584cb30fc9e7bc476;hp=2ab484a1119d1a20a6278450bac413da2289c2ac;hpb=ae59423d404b48f39f674570f9b40175a31db571;p=util-vserver.git diff --git a/lib/vserver.h b/lib/vserver.h index 2ab484a..e8dfb24 100644 --- a/lib/vserver.h +++ b/lib/vserver.h @@ -160,6 +160,7 @@ #define VC_IATTR_BARRIER 0x00010000u #define VC_IATTR_IUNLINK 0x00020000u #define VC_IATTR_IMMUTABLE 0x00040000u +#define VC_IATTR_COW 0x00080000u // the flags @@ -949,7 +950,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) {