sepolicy: Allow wfdservice to access debug properties

Change-Id: I30159d970c5cdc31c2c7f828dc76f838e644ee69
This commit is contained in:
Shivam Agrawal 2022-02-14 23:06:20 +05:30
parent 743d06f18a
commit 49fc190404
2 changed files with 6 additions and 0 deletions

View file

@ -75,6 +75,7 @@ persist.vendor.debug.wfdcdbgv u:object_r:vendor_wfd_sys_debug_prop:s
persist.vendor.sys.debug.mux. u:object_r:vendor_wfd_sys_debug_prop:s0
persist.vendor.sys.debug.rtp. u:object_r:vendor_wfd_sys_debug_prop:s0
persist.vendor.sys.debug.wfd. u:object_r:vendor_wfd_sys_debug_prop:s0
vendor.sys.debug.wfd. u:object_r:vendor_wfd_sys_debug_prop:s0
# WIGIG
persist.vendor.wigig. u:object_r:vendor_wigig_core_prop:s0

View file

@ -72,3 +72,8 @@ get_prop(vendor_wfdservice, vendor_sys_video_prop)
#Allow the interaction with vendor_sigmahal_qti
binder_call(vendor_wfdservice,vendor_sigmahal_qti);
#Allow vendor_wfdservice to access debug properties
userdebug_or_eng(`
get_prop(vendor_wfdservice, vendor_wfd_sys_debug_prop)
')