klte-common: address rild denial
*[ 12.591018] init: avc: denied { set } for property=persist.ril. radiocapa.tdscdma pid=334 uid=1001 gid=1001 scontext=u:r:rild:s0 tcontext=u:object_r:default_prop:s0 tclass=property_service permissive=1 Change-Id: I106a93dbae498244dce087b35ebe818558db9db5
This commit is contained in:
parent
5fb6b3295b
commit
45cead0eb7
2 changed files with 6 additions and 0 deletions
5
sepolicy/property_contexts
Normal file
5
sepolicy/property_contexts
Normal file
|
@ -0,0 +1,5 @@
|
|||
##########################
|
||||
# property service keys
|
||||
#
|
||||
#
|
||||
persist.ril.radiocapa.tdscdma u:object_r:radio_prop:s0
|
|
@ -2,3 +2,4 @@ allow rild proc_net:file rw_file_perms;
|
|||
allow rild self:capability dac_override;
|
||||
allow rild sysfs_sec:file rw_file_perms;
|
||||
allow rild radio_data_file:lnk_file read;
|
||||
allow rild radio_prop:property_service set;
|
||||
|
|
Loading…
Reference in a new issue