summaryrefslogtreecommitdiff
authorjie.yuan <jie.yuan@amlogic.com>2020-06-29 05:33:33 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2020-11-30 08:40:31 (GMT)
commit29165cd76a00fe303c024574c1cba1cbd10126e7 (patch)
tree9edd8c414df4b8699bff8987cf9d7d6dbee0047e
parent1e34a0884b014bc11b79cf8572f18f173bfee42d (diff)
downloadcommon-29165cd76a00fe303c024574c1cba1cbd10126e7.zip
common-29165cd76a00fe303c024574c1cba1cbd10126e7.tar.gz
common-29165cd76a00fe303c024574c1cba1cbd10126e7.tar.bz2
vold : Support NTFS and exFAT Automatically mount for AndroidR [2/2]
PD#SWPL-27047 Problem: When the USB File System is NTFS or exFAT, the U disk cannot be detected. Solution: Add vold ntfs and exfat mount code Add selinux rule for /system/bin/ntfsfix. Verify: locally Change-Id: Ie9d5c3065bf7ffafc2f5ab229dc4df9f978d705d Signed-off-by: jie.yuan <jie.yuan@amlogic.com>
Diffstat
-rw-r--r--sepolicy/file_contexts1
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
index c1cb3a9..dbc0fd3 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -328,6 +328,7 @@
#/system/bin/mke2fs -- u:object_r:fsck_exec:s0
#/system/bin/e2fsdroid -- u:object_r:fsck_exec:s0
#/vendor/bin/pppoe_wrapper u:object_r:pppoe_wrapper_exec:s0
+/system/bin/ntfsfix -- u:object_r:fsck_exec:s0
/vendor/bin/hdcp_rx22 u:object_r:hdcp_rx22_exec:s0
/vendor/bin/hdcp_tx22 u:object_r:hdcp_tx22_exec:s0