From 3fd794f7416380417cc75d075a26559b80d3059a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 27 Mar 2015 21:54:58 -0500 Subject: [PATCH] Promote getenforce. --- toys/{pending => android}/getenforce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => android}/getenforce.c (98%) diff --git a/toys/pending/getenforce.c b/toys/android/getenforce.c similarity index 98% rename from toys/pending/getenforce.c rename to 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 -- 2.39.2