From aaac24688ee623a19525f25fe1fc81b60197f6f5 Mon Sep 17 00:00:00 2001
From: Elliott Hughes <enh@google.com>
Date: Tue, 5 Nov 2013 11:21:11 -0800
Subject: [PATCH] /system/bin/ash and /system/bin/mksh are dead.

Long live /system/bin/sh!

Change-Id: I5af63c1bdc3585835ee273ed9995d8fac14792da
---
 file_contexts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/file_contexts b/file_contexts
index d09d42743..83226aec4 100644
--- a/file_contexts
+++ b/file_contexts
@@ -114,8 +114,6 @@
 # System files
 #
 /system(/.*)?		u:object_r:system_file:s0
-/system/bin/ash		u:object_r:shell_exec:s0
-/system/bin/mksh	u:object_r:shell_exec:s0
 /system/bin/sh		--	u:object_r:shell_exec:s0
 /system/bin/run-as	--	u:object_r:runas_exec:s0
 /system/bin/app_process	u:object_r:zygote_exec:s0
-- 
GitLab