From c390488fa4eccc579046a06a3b08aa72e7458875 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Wed, 25 Nov 2009 12:10:36 +0000 Subject: [PATCH] VXC_TIOCSTI git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2864 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- lib/ccaps-v13.c | 1 + lib/vserver.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/ccaps-v13.c b/lib/ccaps-v13.c index 8041435..91d5800 100644 --- a/lib/ccaps-v13.c +++ b/lib/ccaps-v13.c @@ -34,6 +34,7 @@ static struct Mapping_uint64 const VALUES[] = { DECL("set_utsname", VC_VXC_SET_UTSNAME), DECL("set_rlimit", VC_VXC_SET_RLIMIT), DECL("fs_security", VC_VXC_FS_SECURITY), + DECL("tiocsti", VC_VXC_TIOCSTI), DECL("raw_icmp", VC_VXC_RAW_ICMP), DECL("syslog", VC_VXC_SYSLOG), DECL("oom_adjust", VC_VXC_OOM_ADJUST), diff --git a/lib/vserver.h b/lib/vserver.h index e8dfb24..4233e33 100644 --- a/lib/vserver.h +++ b/lib/vserver.h @@ -206,6 +206,7 @@ #define VC_VXC_SET_UTSNAME 0x00000001ull #define VC_VXC_SET_RLIMIT 0x00000002ull #define VC_VXC_FS_SECURITY 0x00000004ull +#define VC_VXC_TIOCSTI 0x00000010ull #define VC_VXC_RAW_ICMP 0x00000100ull #define VC_VXC_SYSLOG 0x00001000ull -- 1.8.1.5