From d806a9ed5d228b4afac92a25a86cbcf5ad8301fc Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Thu, 10 Nov 2022 11:41:18 +0800 Subject: [PATCH] review vcd Bug: 254378739 Test: boot with vcd launched Change-Id: I9e6fc1efab3f39c4d7f75490860acf901599a87a --- legacy/whitechapel_pro/file_contexts | 1 - radio/file_contexts | 1 + {legacy/whitechapel_pro => radio}/vcd.te | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {legacy/whitechapel_pro => radio}/vcd.te (100%) diff --git a/legacy/whitechapel_pro/file_contexts b/legacy/whitechapel_pro/file_contexts index 31d35977..23fc840c 100644 --- a/legacy/whitechapel_pro/file_contexts +++ b/legacy/whitechapel_pro/file_contexts @@ -1,5 +1,4 @@ # Binaries -/vendor/bin/vcd u:object_r:vcd_exec:s0 /vendor/bin/chre u:object_r:chre_exec:s0 /vendor/bin/bipchmgr u:object_r:bipchmgr_exec:s0 /vendor/bin/storageproxyd u:object_r:tee_exec:s0 diff --git a/radio/file_contexts b/radio/file_contexts index 867bcd8c..dfbf5541 100644 --- a/radio/file_contexts +++ b/radio/file_contexts @@ -1,4 +1,5 @@ # Binaries +/vendor/bin/vcd u:object_r:vcd_exec:s0 /vendor/bin/dmd u:object_r:dmd_exec:s0 /vendor/bin/sced u:object_r:sced_exec:s0 /vendor/bin/rfsd u:object_r:rfsd_exec:s0 diff --git a/legacy/whitechapel_pro/vcd.te b/radio/vcd.te similarity index 100% rename from legacy/whitechapel_pro/vcd.te rename to radio/vcd.te