chiark / gitweb /
condition: always follow symlinks for condition checks, to mimic test
[elogind.git] / src / condition.h
index 84028028c40f75721e6b23e76ce5097656a43cfa..66b020fc8c6040c28f9d8401d21eac547e7395b3 100644 (file)
 
 typedef enum ConditionType {
         CONDITION_PATH_EXISTS,
+        CONDITION_PATH_EXISTS_GLOB,
         CONDITION_PATH_IS_DIRECTORY,
+        CONDITION_PATH_IS_MOUNT_POINT,
         CONDITION_DIRECTORY_NOT_EMPTY,
+        CONDITION_FILE_IS_EXECUTABLE,
         CONDITION_KERNEL_COMMAND_LINE,
         CONDITION_VIRTUALIZATION,
         CONDITION_SECURITY,