forked from openkylin/platform_build
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:
commit
cea2ad87ff
|
@ -86,5 +86,6 @@ BOARD_SEPOLICY_UNION += \
|
|||
mediaserver.te \
|
||||
qemud.te \
|
||||
rild.te \
|
||||
shell.te \
|
||||
surfaceflinger.te \
|
||||
system_server.te
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
allow shell serial_device:chr_file rw_file_perms;
|
|
@ -68,5 +68,6 @@ BOARD_SEPOLICY_UNION += \
|
|||
mediaserver.te \
|
||||
qemud.te \
|
||||
rild.te \
|
||||
shell.te \
|
||||
surfaceflinger.te \
|
||||
system_server.te
|
||||
|
|
|
@ -54,5 +54,6 @@ BOARD_SEPOLICY_UNION += \
|
|||
mediaserver.te \
|
||||
qemud.te \
|
||||
rild.te \
|
||||
shell.te \
|
||||
system_server.te \
|
||||
zygote.te
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
allow shell serial_device:chr_file rw_file_perms;
|
Loading…
Reference in New Issue