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

* commit 'f2fd6d9af27c1ba70679d07f237d48f86ae3532f':
  Allow shell serial_device read-write access
This commit is contained in:
Nick Kralevich
2014-03-19 09:43:24 -07:00
committed by Android Git Automerger
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;