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 2a44ba681f..2d1f2cd17e 100644 --- a/src/core/condition.h +++ b/src/core/condition.h @@ -32,6 +32,7 @@ typedef enum ConditionType { CONDITION_PATH_IS_DIRECTORY, CONDITION_PATH_IS_SYMBOLIC_LINK, CONDITION_PATH_IS_MOUNT_POINT, + CONDITION_PATH_IS_READ_WRITE, CONDITION_DIRECTORY_NOT_EMPTY, CONDITION_FILE_IS_EXECUTABLE, CONDITION_KERNEL_COMMAND_LINE, |