From 8d8da6a2e26fe3cfa798dc199aa0276106debe9d Mon Sep 17 00:00:00 2001 From: Yifan Hong <elsk@google.com> Date: Thu, 18 Jan 2018 17:53:35 -0800 Subject: [PATCH] move /vendor VINTF data to /vendor/etc/vintf Test: boots Test: hwservicemanager can read these files Bug: 36790901 Change-Id: I0431a7f166face993c1d14b6209c9b502a506e09 --- private/file_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/file_contexts b/private/file_contexts index bebced685..98552a322 100644 --- a/private/file_contexts +++ b/private/file_contexts @@ -298,9 +298,9 @@ /(vendor|system/vendor)/lib(64)?/vndk-sp(/.*)? u:object_r:vndk_sp_file:s0 -# TODO: b/36790901 move this to /vendor/etc /(vendor|system/vendor)/manifest.xml u:object_r:vendor_configs_file:s0 /(vendor|system/vendor)/compatibility_matrix.xml u:object_r:vendor_configs_file:s0 +/(vendor|system/vendor)/etc/vintf(/.*)? u:object_r:vendor_configs_file:s0 /(vendor|system/vendor)/app(/.*)? u:object_r:vendor_app_file:s0 /(vendor|system/vendor)/priv-app(/.*)? u:object_r:vendor_app_file:s0 /(vendor|system/vendor)/overlay(/.*)? u:object_r:vendor_overlay_file:s0 -- GitLab