am e623b4c2: am f2fd6d9a: Merge "Allow shell serial_device read-write access"

* commit 'e623b4c2c2b585ad19627e13347474b70377c78b':
  Allow shell serial_device read-write access
This commit is contained in:
Nick Kralevich 2014-03-19 16:49:21 +00:00 committed by Android Git Automerger
commit cea2ad87ff
5 changed files with 5 additions and 0 deletions

View File

@ -86,5 +86,6 @@ BOARD_SEPOLICY_UNION += \
mediaserver.te \
qemud.te \
rild.te \
shell.te \
surfaceflinger.te \
system_server.te

View File

@ -0,0 +1 @@
allow shell serial_device:chr_file rw_file_perms;

View File

@ -68,5 +68,6 @@ BOARD_SEPOLICY_UNION += \
mediaserver.te \
qemud.te \
rild.te \
shell.te \
surfaceflinger.te \
system_server.te

View File

@ -54,5 +54,6 @@ BOARD_SEPOLICY_UNION += \
mediaserver.te \
qemud.te \
rild.te \
shell.te \
system_server.te \
zygote.te

View File

@ -0,0 +1 @@
allow shell serial_device:chr_file rw_file_perms;