lineage: Assign bash the same label as the default shell
This way we avoid duplicating existing rules just for bash to work
properly when set as the default shell.
Change-Id: Ifcd8271b1e2edf80ba0dd8f1344e09b5e9d10786
diff --git a/common/private/file_contexts b/common/private/file_contexts
index d6708f8..09da0f6 100644
--- a/common/private/file_contexts
+++ b/common/private/file_contexts
@@ -21,3 +21,6 @@
# ADB Root
/system/bin/adb_root u:object_r:adbroot_exec:s0
/data/adbroot(/.*)? u:object_r:adbroot_data_file:s0
+
+# Bash
+/system/xbin/bash u:object_r:shell_exec:s0