diff options
Diffstat (limited to 'src/core/condition.h')
-rw-r--r-- | src/core/condition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/condition.h b/src/core/condition.h index 55b331edd7..03954e40b3 100644 --- a/src/core/condition.h +++ b/src/core/condition.h @@ -33,6 +33,7 @@ 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, |