Rather than listing the unsafe capabilities, assume they're all unsafe unless
[util-vserver.git] / lib / Makefile-files
index 670e56b..cccd057 100644 (file)
@@ -34,7 +34,9 @@ lib_management_SRCS =         lib/comparevserverbyid.c \
                                lib/getvservername.c \
                                lib/getvservervdir.c \
                                lib/xidopt2xid.c \
-                               lib/nidopt2nid.c
+                               lib/nidopt2nid.c \
+                               lib/tagopt2tag.c \
+                               lib/exitlikeprocess.c
 lib_v11_SRCS =                 lib/syscall_rlimit.c \
                                lib/syscall_rlimit-v11.hc \
                                lib/syscall_kill.c  \
@@ -129,6 +131,8 @@ lib_v21_SRCS =                      lib/syscall_setccaps-v21.hc \
                                lib/syscall_ctxmigrate-v21.hc \
                                lib/syscall_setmapping.c \
                                lib/syscall_setmapping-v21.hc \
+                               lib/syscall_unsetmapping.c \
+                               lib/syscall_unsetmapping-v21.hc \
                                lib/syscall_schedinfo.c \
                                lib/syscall_schedinfo-v21.hc \
                                lib/syscall_getccaps-v21.hc \
@@ -145,6 +149,18 @@ lib_v22_SRCS =                     lib/syscall_setsched-v22.hc \
 lib_netv2_SRCS =               lib/syscall_netadd-netv2.hc \
                                lib/syscall_netremove-netv2.hc
 
+lib_v23_SRCS =                 lib/syscall_tagmigrate-v23.hc \
+                               lib/syscall_tagmigrate.c \
+                               lib/syscall_tagcreate.c \
+                               lib/syscall_tasktag-v23.hc \
+                               lib/syscall_tasktag.c \
+                               lib/syscall_getbadness.c \
+                               lib/syscall_getbadness-v23.hc \
+                               lib/syscall_setbadness.c \
+                               lib/syscall_setbadness-v23.hc \
+                               lib/syscall_getspacedefault.c \
+                               lib/syscall_getspacedefault-v23.hc
+
 if ENSC_HAVE_C99_COMPILER
 lib_v13_SRCS +=                        lib/syscall_adddlimit-v13.hc \
                                lib/syscall_adddlimit.c \
@@ -192,6 +208,7 @@ lib_SRCS =                          lib/syscall.c \
                                $(lib_v21_SRCS) \
                                $(lib_v22_SRCS) \
                                $(lib_netv2_SRCS) \
+                               $(lib_v23_SRCS) \
                                $(ensc_fmt_SRCS)
 
 include_HEADERS +=             lib/vserver.h