From 076a1ea54adf57da01936ac26b13ac87cc5df526 Mon Sep 17 00:00:00 2001 From: dhacker29 Date: Sun, 6 Dec 2015 22:53:52 -0500 Subject: sepolicy: Set the context for fsck.exfat/ntfs to fsck_exec This matches the policy for fsck.f2fs, although it still needs to run as fsck_untrusted for public volumes Change-Id: Ia04e7f8902e53a9926a87f0c99e603611cc39c5d --- sepolicy/file_contexts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sepolicy') diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index e5ae776..33534d7 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -45,3 +45,7 @@ /sys/devices/virtual/graphics/fb0/cabc u:object_r:livedisplay_sysfs:s0 /sys/devices/virtual/graphics/fb0/rgb u:object_r:livedisplay_sysfs:s0 /sys/devices/virtual/graphics/fb0/sre u:object_r:livedisplay_sysfs:s0 + +# fsck +/system/bin/fsck\.ntfs u:object_r:fsck_exec:s0 +/system/bin/fsck\.exfat u:object_r:fsck_exec:s0 -- cgit v1.1