chiark / gitweb /
nspawn: spawn shell under specified --user
[elogind.git] / src / condition.h
index 9913c8c84020b3395fa57c5707b20f130d955f4e..84028028c40f75721e6b23e76ce5097656a43cfa 100644 (file)
@@ -32,6 +32,7 @@ typedef enum ConditionType {
         CONDITION_DIRECTORY_NOT_EMPTY,
         CONDITION_KERNEL_COMMAND_LINE,
         CONDITION_VIRTUALIZATION,
+        CONDITION_SECURITY,
         CONDITION_NULL,
         _CONDITION_TYPE_MAX,
         _CONDITION_TYPE_INVALID = -1