From 5431c78f3c185d631da28cd38038bf65fa38f1a6 Mon Sep 17 00:00:00 2001 From: Leo Liou Date: Mon, 17 Jul 2023 16:22:44 +0800 Subject: [PATCH] bluejay: move ffu selinux rule into BOARD_VENDOR_SEPOLICY_DIRS The ffu selinux rule don't work because it's not included by BOARD_VENDOR_SEPOLICY_DIRS. Move it to bluejay folder and fix the not working problem. Bug: 273305600 Test: local build and test on B3 Change-Id: I7c9034b72b237508ecd9893fe86dee51d47c3c88 Signed-off-by: Leo Liou --- {vendor => bluejay}/device.te | 0 {vendor => bluejay}/file_contexts | 0 {vendor => bluejay}/ufs_firmware_update.te | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {vendor => bluejay}/device.te (100%) rename {vendor => bluejay}/file_contexts (100%) rename {vendor => bluejay}/ufs_firmware_update.te (100%) diff --git a/vendor/device.te b/bluejay/device.te similarity index 100% rename from vendor/device.te rename to bluejay/device.te diff --git a/vendor/file_contexts b/bluejay/file_contexts similarity index 100% rename from vendor/file_contexts rename to bluejay/file_contexts diff --git a/vendor/ufs_firmware_update.te b/bluejay/ufs_firmware_update.te similarity index 100% rename from vendor/ufs_firmware_update.te rename to bluejay/ufs_firmware_update.te