OSDN Git Service

Promote runcon to android (and add an android menu).
authorRob Landley <rob@landley.net>
Mon, 23 Mar 2015 18:45:47 +0000 (13:45 -0500)
committerRob Landley <rob@landley.net>
Mon, 23 Mar 2015 18:45:47 +0000 (13:45 -0500)
toys/android/README [new file with mode: 0644]
toys/android/runcon.c [moved from toys/pending/runcon.c with 97% similarity]

diff --git a/toys/android/README b/toys/android/README
new file mode 100644 (file)
index 0000000..d471a20
--- /dev/null
@@ -0,0 +1,5 @@
+Android
+
+Commands primarily used by Android, not vanilla Linux. (Also SELinux stuff.)
+
+Bug Elliott Hughes <enh@google.com> about this.
similarity index 97%
rename from toys/pending/runcon.c
rename to toys/android/runcon.c
index b916b42..c2f71e2 100644 (file)
@@ -7,7 +7,7 @@ USE_RUNCON(NEWTOY(runcon, "<2", TOYFLAG_USR|TOYFLAG_SBIN))
 config RUNCON
   bool "runcon"
   depends on TOYBOX_SELINUX
-  default n
+  default y
   help
     usage: runcon CONTEXT COMMAND [ARGS...]