From d051610953754ce2b79d23b83c1d5c167defd5be Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Apr 2012 02:39:02 +0200 Subject: unit: introduce ConditionPathIsReadWrite --- src/core/condition.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/condition.h') 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, -- cgit v1.2.3-54-g00ecf