rfsd: add new property to sepolicy
Avoid Access denied finding property "vendor.cbd.modem_bin_type" error message and give access for rfsd to access the property Bug: 307481296 Bug: 317735109 Change-Id: Icd287f863fd6d309297ce984f4ce387fb5d3ae24
This commit is contained in:
parent
365355875e
commit
8f0acd4186
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ allow rfsd radio_device:chr_file rw_file_perms;
|
|||
# Allow to set rild and modem property
|
||||
set_prop(rfsd, vendor_modem_prop)
|
||||
set_prop(rfsd, vendor_rild_prop)
|
||||
get_prop(rfsd, vendor_cbd_prop)
|
||||
|
||||
# Allow rfsd to access modem image file/dir
|
||||
allow rfsd modem_img_file:dir r_dir_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue