From bea2ef85fdf301d3d1aad3f31c689da61e1254ec Mon Sep 17 00:00:00 2001 From: lokesh Date: Sat, 18 Jan 2020 09:35:32 +0800 Subject: [PATCH] [ALPS03870695] SELinux poilcy violation [Detail] Fix SELinux poicy violation in bootanimation [Solution] Removed unnecessary code from te file MTK-Commit-Id: f770df059573e3379505534bfbe86e090ed82139 Change-Id: I9808b8bfe1008d7608e7de8f923ee36779dce953 CR-Id: ALPS03870695 Feature: Boot Animation --- non_plat/bootanim.te | 3 --- non_plat/mtkbootanimation.te | 3 --- 2 files changed, 6 deletions(-) diff --git a/non_plat/bootanim.te b/non_plat/bootanim.te index 0f54609..91b6e86 100644 --- a/non_plat/bootanim.te +++ b/non_plat/bootanim.te @@ -5,9 +5,6 @@ # Date : WK14.37 # Operation : Migration # Purpose : for opetator -typeattribute bootanim data_between_core_and_vendor_violators; -allow bootanim custom_file:dir search; -allow bootanim custom_file:file r_file_perms; allow bootanim bootani_prop:property_service set; # Date : WK14.46 diff --git a/non_plat/mtkbootanimation.te b/non_plat/mtkbootanimation.te index 9d23e95..bbfa1e3 100644 --- a/non_plat/mtkbootanimation.te +++ b/non_plat/mtkbootanimation.te @@ -5,9 +5,6 @@ # Date : WK14.37 # Operation : Migration # Purpose : for opetator -typeattribute mtkbootanimation data_between_core_and_vendor_violators; -allow mtkbootanimation custom_file:dir search; -allow mtkbootanimation custom_file:file r_file_perms; allow mtkbootanimation bootani_prop:property_service set; # Date : WK14.46