mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: Add some rules to make ds work on enforcing
This commit is contained in:
parent
7f457b56ee
commit
62b750c2e9
12 changed files with 14 additions and 38 deletions
2
universal7885-common/sepolicy/vendor/rild.te
vendored
2
universal7885-common/sepolicy/vendor/rild.te
vendored
|
|
@ -64,6 +64,7 @@ get_prop(rild, exported_config_prop);
|
|||
# ro.boot.cpboot, ril.NwNmId[0-9]
|
||||
get_prop(rild, telephony_config_prop)
|
||||
|
||||
get_prop(rild, vendor_radio_prop)
|
||||
# vendor.cbd.
|
||||
set_prop(rild, vendor_cbd_prop)
|
||||
allow rild proc_net:file write;
|
||||
|
|
@ -92,3 +93,4 @@ allow rild hal_audio_default:dir search;
|
|||
allow rild hal_audio_default:file r_file_perms;
|
||||
# hwservice
|
||||
add_hwservice(rild, rild_hwservice)
|
||||
set_prop(rild, radio_prop)
|
||||
|
|
|
|||
Loading…
Reference in a new issue