From b1b872c362d960b3ce0f361563d3102e614102e7 Mon Sep 17 00:00:00 2001 From: liminghao <liminghao@xiaomi.com> Date: Fri, 22 Jul 2016 14:18:47 +0800 Subject: [PATCH] sepolicy: add tune2fs file context. N/A Test: builds Change-Id: I10a53c07f5b56c362cc599a901a2d74d7e96e917 Signed-off-by: liminghao <liminghao@xiaomi.com> --- private/file_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/private/file_contexts b/private/file_contexts index 768af8d64..934de2f72 100644 --- a/private/file_contexts +++ b/private/file_contexts @@ -149,6 +149,7 @@ /system/bin/e2fsck -- u:object_r:fsck_exec:s0 /system/bin/fsck\.f2fs -- u:object_r:fsck_exec:s0 /system/bin/fsck_msdos -- u:object_r:fsck_exec:s0 +/system/bin/tune2fs -- u:object_r:fsck_exec:s0 /system/bin/toolbox -- u:object_r:toolbox_exec:s0 /system/bin/toybox -- u:object_r:toolbox_exec:s0 /system/bin/logcat -- u:object_r:logcat_exec:s0 -- GitLab