From eba5589d677e159e79c92caea62cf1d6e21d62e7 Mon Sep 17 00:00:00 2001 From: ripee Date: Thu, 9 Jan 2020 14:12:15 +0100 Subject: [PATCH] msm8226-common: sepolicy: Define sysfs_disk_stat --- sepolicy/common/file.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/common/file.te b/sepolicy/common/file.te index 2ef5578..776d927 100644 --- a/sepolicy/common/file.te +++ b/sepolicy/common/file.te @@ -1,6 +1,7 @@ type proc_bt_sleep, fs_type, proc_type; type sysfs_camera, fs_type, sysfs_type; +type sysfs_disk_stat, fs_type, sysfs_type; type sysfs_hal_pwr, fs_type, sysfs_type; type sysfs_iio, fs_type, sysfs_type; type sysfs_input, fs_type, sysfs_type;