From ca04f9b3c489391f4026d5f688fe76a4aa0cd0cb Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 16 Nov 2016 16:25:48 -0800 Subject: [PATCH] Removed a duplicate rule. Test: Device boots Change-Id: I151c5fb6f56850eaa215e1a917ac9ad609dbdd4a --- public/vold.te | 1 - 1 file changed, 1 deletion(-) diff --git a/public/vold.te b/public/vold.te index afe55c071..3ebb1d2fd 100644 --- a/public/vold.te +++ b/public/vold.te @@ -47,7 +47,6 @@ allow vold media_rw_data_file:file create_file_perms; # Allow mounting of storage devices allow vold { mnt_media_rw_stub_file storage_stub_file }:dir { mounton create rmdir getattr setattr }; -allow vold sdcard_type:filesystem { mount unmount remount }; # Manage per-user primary symlinks allow vold mnt_user_file:dir create_dir_perms;