mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: sepolicy: Add rules for RIL
This commit is contained in:
parent
d44c7bd9b8
commit
dfde1bbb16
3 changed files with 12 additions and 0 deletions
|
@ -2,3 +2,4 @@ persist.sys.timeadjust u:object_r:timekeep_prop:s0
|
|||
service.camera.hdmi_preview u:object_r:camera_prop:s0
|
||||
service.camera.samsung.enabled u:object_r:camera_prop:s0
|
||||
storage.efs_sync.done u:object_r:rmt_storage_prop:s0
|
||||
persist.ril. u:object_r:system_radio_prop:s0
|
||||
|
|
1
sepolicy/qmuxd.te
Normal file
1
sepolicy/qmuxd.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow qmuxd diag_device:chr_file rw_file_perms;
|
10
sepolicy/rild.te
Normal file
10
sepolicy/rild.te
Normal file
|
@ -0,0 +1,10 @@
|
|||
binder_use(rild)
|
||||
|
||||
allow rild proc_net:file w_file_perms;
|
||||
|
||||
allow rild radio_data_file:dir rw_dir_perms;
|
||||
allow rild radio_data_file:file create_file_perms;
|
||||
|
||||
r_dir_file(rild, app_efs_file)
|
||||
|
||||
set_prop(rild, system_radio_prop)
|
Loading…
Reference in a new issue