VXC_TIOCSTI
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Wed, 25 Nov 2009 12:10:36 +0000 (12:10 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Wed, 25 Nov 2009 12:10:36 +0000 (12:10 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2864 94cd875c-1c1d-0410-91d2-eb244daf1a30

lib/ccaps-v13.c
lib/vserver.h

index 8041435..91d5800 100644 (file)
@@ -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),
index e8dfb24..4233e33 100644 (file)
 #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