From 24942085d73d1337ab49729194ee2cbfda272d09 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 15 Jul 2005 16:27:02 +0000 Subject: [PATCH] removed VC_CAP_QUOTACTL added VC_CAP_AUDIT* added VC_VXC_{SYSLOG,BINARY_MOUNT,QUOTA_CTL} git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2147 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/vserver.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/util-vserver/lib/vserver.h b/util-vserver/lib/vserver.h index 61c5ab2..1565e94 100644 --- a/util-vserver/lib/vserver.h +++ b/util-vserver/lib/vserver.h @@ -137,7 +137,8 @@ #define VC_CAP_SYS_TTY_CONFIG 26 #define VC_CAP_MKNOD 27 #define VC_CAP_LEASE 28 -#define VC_CAP_QUOTACTL 29 +#define VC_CAP_AUDIT_WRITE 29 +#define VC_CAP_AUDIT_CONTROL 30 #define VC_IMMUTABLE_FILE_FL 0x0000010lu #define VC_IMMUTABLE_LINK_FL 0x0008000lu @@ -191,9 +192,13 @@ #define VC_VXC_SET_RLIMIT 0x00000002ull #define VC_VXC_RAW_ICMP 0x00000100ull +#define VC_VXC_SYSLOG 0x00001000ull #define VC_VXC_SECURE_MOUNT 0x00010000ull #define VC_VXC_SECURE_REMOUNT 0x00020000ull +#define VC_VXC_BINARY_MOUNT 0x00040000ull + +#define VC_VXC_QUOTA_CTL 0x00100000ull #define VC_VXSM_FILL_RATE 0x0001 -- 1.8.1.5