From 08d19098f9e864204566d83555e7dafb07aa5862 Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Sat, 18 Jan 2020 10:12:56 +0800 Subject: [PATCH] [ALPS04428820] MSDC : Add selinux allow sysfs_boot_type access Add selinux allow sysfs_boot_type access MTK-Commit-Id: ba46272a27487f42748fb590e7793c3a21cb9d6e Change-Id: Ib8f2d6dfe11720b545b4c4665489e50e7eb77ec5 CR-Id: ALPS04428820 Feature: SP META Tool (cherry picked from commit d24a639fffad5f36315f3dcc95b04543e7c5e56d) --- non_plat/meta_tst.te | 1 + 1 file changed, 1 insertion(+) diff --git a/non_plat/meta_tst.te b/non_plat/meta_tst.te index f66c46d..86dcc53 100644 --- a/non_plat/meta_tst.te +++ b/non_plat/meta_tst.te @@ -187,6 +187,7 @@ allow meta_tst sysfs_ccci:file r_file_perms; allow meta_tst sysfs_comport_type:file rw_file_perms; allow meta_tst sysfs_uart_info:file rw_file_perms; allow meta_tst sysfs_boot_mode:file rw_file_perms; +allow meta_tst sysfs_boot_type:file r_file_perms; allow meta_tst sysfs_android_usb:file rw_file_perms; allow meta_tst sysfs_android_usb:dir search; allow meta_tst sysfs_usb_cmode:file rw_file_perms;