Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ead839f authored by Bruno Martins's avatar Bruno Martins
Browse files

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
parent a771885a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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