diff options
Diffstat (limited to 'toys/android/getenforce.c')
-rw-r--r-- | toys/android/getenforce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/android/getenforce.c b/toys/android/getenforce.c index 465452e4..b828ce50 100644 --- a/toys/android/getenforce.c +++ b/toys/android/getenforce.c @@ -2,7 +2,7 @@ * * Copyright 2014 The Android Open Source Project -USE_GETENFORCE(NEWTOY(getenforce, "", TOYFLAG_USR|TOYFLAG_SBIN)) +USE_GETENFORCE(NEWTOY(getenforce, ">0", TOYFLAG_USR|TOYFLAG_SBIN)) config GETENFORCE bool "getenforce" |