From fa79c3e16b7f6c67b102e7cd3e935caed5bd54e1 Mon Sep 17 00:00:00 2001 From: Vachounet Date: Thu, 11 May 2017 17:21:27 +0200 Subject: [PATCH] potter: add mlstrustedobject for homebutton sysfs --- sepolicy/file.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepolicy/file.te b/sepolicy/file.te index 061cb9d..0325e5d 100644 --- a/sepolicy/file.te +++ b/sepolicy/file.te @@ -31,7 +31,7 @@ type netmgr_data_file, file_type, data_file_type; # sysfs type sysfs_adsp, fs_type, sysfs_type; -type sysfs_homebutton, fs_type, sysfs_type; +type sysfs_homebutton, fs_type, sysfs_type, mlstrustedobject; type sysfs_mmi_fp, fs_type, sysfs_type; type sysfs_mmi_laser, fs_type, sysfs_type; type sysfs_mmi_touch, fs_type, sysfs_type;