summaryrefslogtreecommitdiff
path: root/src/basic/verbs.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-01-28 19:30:56 +0100
committerLennart Poettering <lennart@poettering.net>2016-01-29 15:16:56 +0100
commita16f96cd56c6ee251f69fdb2395ad0dcb51abac8 (patch)
treed86e27b747a2a0d66e85d2c857df0749db1deb9b /src/basic/verbs.h
parenta5a5f03382ba7733670d7d226ce75f98dd64e554 (diff)
basic: when parsing verb command lines, optionally shortcut them in chroot() environments
This adds some basic infrastructure in order to fix #2015.
Diffstat (limited to 'src/basic/verbs.h')
-rw-r--r--src/basic/verbs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/basic/verbs.h b/src/basic/verbs.h
index d59e4d59b8..4132cad773 100644
--- a/src/basic/verbs.h
+++ b/src/basic/verbs.h
@@ -22,7 +22,8 @@
***/
#define VERB_ANY ((unsigned) -1)
-#define VERB_DEFAULT 1
+#define VERB_DEFAULT 1U
+#define VERB_NOCHROOT 2U
typedef struct {
const char *verb;