diff options
author | Rob Landley <rob@landley.net> | 2015-03-27 21:54:58 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-03-27 21:54:58 -0500 |
commit | 3fd794f7416380417cc75d075a26559b80d3059a (patch) | |
tree | e0689b342302c458de7f0345510800a3bf8150fc /toys | |
parent | e3a2ab391d8946f458d6f0b3a4332bf0c0e13161 (diff) | |
download | toybox-3fd794f7416380417cc75d075a26559b80d3059a.tar.gz |
Promote getenforce.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/android/getenforce.c (renamed from toys/pending/getenforce.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/getenforce.c b/toys/android/getenforce.c index 71ae2032..465452e4 100644 --- a/toys/pending/getenforce.c +++ b/toys/android/getenforce.c @@ -6,7 +6,7 @@ USE_GETENFORCE(NEWTOY(getenforce, "", TOYFLAG_USR|TOYFLAG_SBIN)) config GETENFORCE bool "getenforce" - default n + default y depends on TOYBOX_SELINUX help usage: getenforce |