summaryrefslogtreecommitdiff
path: root/src/core/condition.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-04-12 02:39:02 +0200
committerLennart Poettering <lennart@poettering.net>2012-04-12 12:58:19 +0200
commitd051610953754ce2b79d23b83c1d5c167defd5be (patch)
tree55711d7c3077d2c3e1c99de134f106c8a9b3b39f /src/core/condition.h
parentf33d3ec1d7521c91da8b30ad5cb345d6416bb07d (diff)
unit: introduce ConditionPathIsReadWrite
Diffstat (limited to 'src/core/condition.h')
-rw-r--r--src/core/condition.h1
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,