diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2015-12-29 23:09:22 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2015-12-29 23:09:22 +0100 |
commit | c4a6948acad43305799e6a88a762bacaf2fe4cf3 (patch) | |
tree | 1552832e8080dada94d56a9ab2cba9aea0de72d3 /sepolicy | |
parent | a7da2325ef153c17bb6c333a1763df357735b309 (diff) | |
parent | 053b1805dacfe06e6a83411158c87644a0c35b00 (diff) | |
download | vendor_replicant-c4a6948acad43305799e6a88a762bacaf2fe4cf3.zip vendor_replicant-c4a6948acad43305799e6a88a762bacaf2fe4cf3.tar.gz vendor_replicant-c4a6948acad43305799e6a88a762bacaf2fe4cf3.tar.bz2 |
Merge remote-tracking branch 'cyanogenmod/cm-13.0' into replicant-6.0
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/file_contexts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 33534d7..7024d1e 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -14,8 +14,10 @@ /system/etc/init.d/90userinit u:object_r:userinit_exec:s0 /data/local/userinit.sh u:object_r:userinit_data_exec:s0 -# For F2FS partitions marked "formattable" +# For EXFAT/F2FS/NTFS partitions marked "formattable" +/system/bin/mkfs\.exfat u:object_r:mkfs_exec:s0 /system/bin/mkfs\.f2fs u:object_r:mkfs_exec:s0 +/system/bin/mkfs\.ntfs u:object_r:mkfs_exec:s0 # For minivold in recovery /sbin/minivold u:object_r:vold_exec:s0 |