diff options
author | Elliott Hughes <enh@google.com> | 2015-04-07 13:07:47 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-04-10 20:35:11 -0500 |
commit | 8d9623a0ddd69b641e4672185ef86e8674a168c4 (patch) | |
tree | e3ba296a7b5f489e17ab42f273e8f91bc09ec80e /toys/android | |
parent | 56af7086b2d6f59f54c661602252a0e84562ac7c (diff) | |
download | toybox-8d9623a0ddd69b641e4672185ef86e8674a168c4.tar.gz |
setenforce takes exactly one argument.
Change-Id: I83c478ea9ddd456c61e3f0f99506a1028a7027a1
Diffstat (limited to 'toys/android')
-rw-r--r-- | toys/android/setenforce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/android/setenforce.c b/toys/android/setenforce.c index 68957465..8194484a 100644 --- a/toys/android/setenforce.c +++ b/toys/android/setenforce.c @@ -2,7 +2,7 @@ * * Copyright 2014 The Android Open Source Project -USE_SETENFORCE(NEWTOY(setenforce, "<1", TOYFLAG_USR|TOYFLAG_SBIN)) +USE_SETENFORCE(NEWTOY(setenforce, "<1>1", TOYFLAG_USR|TOYFLAG_SBIN)) config SETENFORCE bool "setenforce" |