From 5c28db1f6b6955848185ceed38024bd85d2a5a76 Mon Sep 17 00:00:00 2001 From: kadirpili Date: Wed, 20 Dec 2023 07:27:32 +0000 Subject: [PATCH] rfsd: add new property to sepolicy Bug: 307481296 Change-Id: Icd287f863fd6d309297ce984f4ce387fb5d3ae24 --- radio/rfsd.te | 1 + 1 file changed, 1 insertion(+) diff --git a/radio/rfsd.te b/radio/rfsd.te index 898e7fca..6391e488 100644 --- a/radio/rfsd.te +++ b/radio/rfsd.te @@ -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;