sepolicy: Allow wfdservice to access debug properties
Change-Id: I30159d970c5cdc31c2c7f828dc76f838e644ee69
This commit is contained in:
parent
743d06f18a
commit
49fc190404
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
')
|
||||
|
|
Loading…
Reference in a new issue