mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-09 23:57:22 +09:00
sm6250-common: Address QCOM WFD denials
* Fixes buggy QCOM WFD connections. Change-Id: I9e0b92e7bc9d0ae5e3f50a4f18a0b19988da9a00
This commit is contained in:
parent
c15b9049a1
commit
3cdc1e2ff8
@ -170,6 +170,7 @@ VENDOR_SECURITY_PATCH := 2022-06-05
|
|||||||
|
|
||||||
# Sepolicy
|
# Sepolicy
|
||||||
include device/qcom/sepolicy_vndr/SEPolicy.mk
|
include device/qcom/sepolicy_vndr/SEPolicy.mk
|
||||||
|
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/private
|
||||||
BOARD_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor
|
BOARD_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor
|
||||||
|
|
||||||
# Verified Boot
|
# Verified Boot
|
||||||
|
2
sepolicy/private/property_contexts
Normal file
2
sepolicy/private/property_contexts
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# WiFi Display
|
||||||
|
persist.vendor.setWFDInfo. u:object_r:vendor_wfd_sys_debug_prop:s0
|
1
sepolicy/private/system_server.te
Normal file
1
sepolicy/private/system_server.te
Normal file
@ -0,0 +1 @@
|
|||||||
|
get_prop(system_server, vendor_wfd_sys_debug_prop)
|
1
sepolicy/private/vendor_wfd_app.te
Normal file
1
sepolicy/private/vendor_wfd_app.te
Normal file
@ -0,0 +1 @@
|
|||||||
|
get_prop(vendor_wfd_app, vendor_wfd_sys_debug_prop)
|
Loading…
x
Reference in New Issue
Block a user