sepolicy: put bash in shell context

* Necessary for being able to execute commands such as 'su'
  from a non-root shell

Change-Id: Icbaaa6ff7447add65441011944bdc5d13b788c86
This commit is contained in:
Dan Pasanen 2016-06-06 08:21:44 -05:00 committed by Gerrit Code Review
parent 7454cd9981
commit 2b8c4b27fe
1 changed files with 3 additions and 0 deletions

View File

@ -52,3 +52,6 @@
# fsck
/system/bin/fsck\.ntfs u:object_r:fsck_exec:s0
/system/bin/fsck\.exfat u:object_r:fsck_exec:s0
# bash
/system/xbin/bash u:object_r:shell_exec:s0