rsfd: add get_prop for cbd property

Bug: 323086582

Test: flash ROM and check for rfsd sepolicy logs

Change-Id: I6f8c555614386fda784b4532a4b004d5fe857bc6
This commit is contained in:
kadirpili 2024-03-27 06:26:53 +00:00 committed by Kadi Narmamatov
parent 2ab2661048
commit 22844d59ca
2 changed files with 1 additions and 1 deletions

View file

@ -29,6 +29,7 @@ allow rfsd radio_device:chr_file rw_file_perms;
# Allow to set rild and modem property # Allow to set rild and modem property
set_prop(rfsd, vendor_modem_prop) set_prop(rfsd, vendor_modem_prop)
set_prop(rfsd, vendor_rild_prop) set_prop(rfsd, vendor_rild_prop)
set_prop(rfsd, vendor_cbd_prop)
# Allow rfsd to access modem image file/dir # Allow rfsd to access modem image file/dir
allow rfsd modem_img_file:dir r_dir_perms; allow rfsd modem_img_file:dir r_dir_perms;

View file

@ -7,7 +7,6 @@ insmod-sh insmod-sh key b/274374722
kernel dm_device blk_file b/319403445 kernel dm_device blk_file b/319403445
mtectrl unlabeled dir b/264483752 mtectrl unlabeled dir b/264483752
pixelstats_vendor sysfs file b/299553682 pixelstats_vendor sysfs file b/299553682
rfsd vendor_cbd_prop file b/323086582
shell sysfs_net file b/330081782 shell sysfs_net file b/330081782
system_server sysfs_batteryinfo file b/294967729 system_server sysfs_batteryinfo file b/294967729
system_suspend sysfs_batteryinfo dir b/317316633 system_suspend sysfs_batteryinfo dir b/317316633