From 90dff9f56dbfc8305f8de1b40d4cfca05ad4fe6b Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Thu, 10 Nov 2022 11:46:42 +0800 Subject: [PATCH] review init.radio.sh Bug: 254378739 Test: boot with the script running Change-Id: I76d58d9d15e5275a45a37292a1db2598e5e24e52 --- legacy/whitechapel_pro/file_contexts | 1 - radio/file_contexts | 1 + {legacy/whitechapel_pro => radio}/init_radio.te | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {legacy/whitechapel_pro => radio}/init_radio.te (100%) diff --git a/legacy/whitechapel_pro/file_contexts b/legacy/whitechapel_pro/file_contexts index 6ae2b57c..21411904 100644 --- a/legacy/whitechapel_pro/file_contexts +++ b/legacy/whitechapel_pro/file_contexts @@ -1,7 +1,6 @@ # Binaries /vendor/bin/chre u:object_r:chre_exec:s0 /vendor/bin/storageproxyd u:object_r:tee_exec:s0 -/vendor/bin/init\.radio\.sh u:object_r:init_radio_exec:s0 /vendor/bin/tcpdump_logger u:object_r:tcpdump_logger_exec:s0 /vendor/bin/init\.display\.sh u:object_r:init-display-sh_exec:s0 /vendor/bin/trusty_apploader u:object_r:trusty_apploader_exec:s0 diff --git a/radio/file_contexts b/radio/file_contexts index 863ff665..5c01575d 100644 --- a/radio/file_contexts +++ b/radio/file_contexts @@ -1,4 +1,5 @@ # Binaries +/vendor/bin/init\.radio\.sh u:object_r:init_radio_exec:s0 /vendor/bin/bipchmgr u:object_r:bipchmgr_exec:s0 /vendor/bin/vcd u:object_r:vcd_exec:s0 /vendor/bin/dmd u:object_r:dmd_exec:s0 diff --git a/legacy/whitechapel_pro/init_radio.te b/radio/init_radio.te similarity index 100% rename from legacy/whitechapel_pro/init_radio.te rename to radio/init_radio.te