Skip to content

selinux: fix vendor property namespace for ro.boot* and drm_hwcomposer

Safae Ouajih requested to merge souajih/vts_fixes into ti-android-12

This fixes the following vendor property namespace:

name: ro.boot.hardware.egl, type: u:object_r:cf_graphics_config_prop:s0 name: ro.boot.hardware.gralloc, type: u:object_r:cf_graphics_config_prop:s0 name: ro.boot.hardware.hwcomposer, type: u:object_r:cf_graphics_config_prop:s0 name: ro.boot.hardware.vulkan, type: u:object_r:cf_graphics_config_prop:s0 name: vendor.hwc.drm.device, type: u:object_r:cf_graphics_config_prop:s0 name: vendor.hwc.drm.exclude_non_hwfb_imports, type: u:object_r:cf_graphics_config_prop:s0 name: vendor.hwc.drm.primary_display_order, type: u:object_r:cf_graphics_config_prop:s0 name: vendor.hwc.drm.scale_with_gpu, type: u:object_r:cf_graphics_config_prop:s0 name: vendor.hwc.drm.use_overlay_planes, type: u:object_r:cf_graphics_config_prop:s0

VTS Module VtsTrebleSysPropTest#testVendorPropertyTypes

Signed-off-by: Safae Ouajih souajih@baylibre.com

Merge request reports