summaryrefslogtreecommitdiff
path: root/src/condition.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-07-12 04:25:02 +0200
committerLennart Poettering <lennart@poettering.net>2011-07-12 04:25:02 +0200
commit82e487c56d0947796793b6fd2836264328defe9f (patch)
tree2dfd5d979d064c7bc116cfca28ea1e1df65eac70 /src/condition.h
parent3611581ebdabbe3a1d6a9b5310a0b59792279d7d (diff)
unit: introduce ConditionFileIsExecutable= and use it where we check for a binary we'll spawn
Diffstat (limited to 'src/condition.h')
-rw-r--r--src/condition.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/condition.h b/src/condition.h
index ff896a793a..672996e836 100644
--- a/src/condition.h
+++ b/src/condition.h
@@ -31,6 +31,7 @@ typedef enum ConditionType {
CONDITION_PATH_EXISTS_GLOB,
CONDITION_PATH_IS_DIRECTORY,
CONDITION_DIRECTORY_NOT_EMPTY,
+ CONDITION_FILE_IS_EXECUTABLE,
CONDITION_KERNEL_COMMAND_LINE,
CONDITION_VIRTUALIZATION,
CONDITION_SECURITY,