Compare commits
2 commits
6c1fc2c075
...
8b589d6b84
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b589d6b84 | |||
| 538d7f77e2 |
2 changed files with 5 additions and 3 deletions
2
sepolicy/private/genfs_contexts
Normal file
2
sepolicy/private/genfs_contexts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# AW2033 LED driver in Unihertz Jelly Max
|
||||
genfscon sysfs "/devices/platform/soc/11d71000.i2c/i2c-11/11-0045/leds" u:object_r:sysfs_leds:s0
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
attribute hal_mms_server;
|
||||
binder_call({appdomain -isolated_app}, hal_mms_server)
|
||||
binder_call(hal_mms_server, {appdomain -isolated_app})
|
||||
binder_call({appdomain -isolated_app_all}, hal_mms_server)
|
||||
binder_call(hal_mms_server, {appdomain -isolated_app_all})
|
||||
|
||||
type mtk_hal_mms_hwservice, hwservice_manager_type;
|
||||
allow { appdomain -isolated_app } mtk_hal_mms_hwservice:hwservice_manager find;
|
||||
allow { appdomain -isolated_app_all } mtk_hal_mms_hwservice:hwservice_manager find;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue