summaryrefslogtreecommitdiff
path: root/src/core/condition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/condition.h')
-rw-r--r--src/core/condition.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/condition.h b/src/core/condition.h
index 3dca432f77..1797385d26 100644
--- a/src/core/condition.h
+++ b/src/core/condition.h
@@ -33,11 +33,14 @@ typedef enum ConditionType {
CONDITION_PATH_IS_MOUNT_POINT,
CONDITION_PATH_IS_READ_WRITE,
CONDITION_DIRECTORY_NOT_EMPTY,
+ CONDITION_FILE_NOT_EMPTY,
CONDITION_FILE_IS_EXECUTABLE,
CONDITION_KERNEL_COMMAND_LINE,
CONDITION_VIRTUALIZATION,
CONDITION_SECURITY,
CONDITION_CAPABILITY,
+ CONDITION_HOST,
+ CONDITION_AC_POWER,
CONDITION_NULL,
_CONDITION_TYPE_MAX,
_CONDITION_TYPE_INVALID = -1