Skip to content
Snippets Groups Projects
Commit ca04f9b3 authored by Max's avatar Max Committed by Max Bires
Browse files

Removed a duplicate rule.

Test: Device boots
Change-Id: I151c5fb6f56850eaa215e1a917ac9ad609dbdd4a
parent c9630dc6
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,6 @@ allow vold media_rw_data_file:file create_file_perms; ...@@ -47,7 +47,6 @@ allow vold media_rw_data_file:file create_file_perms;
# Allow mounting of storage devices # Allow mounting of storage devices
allow vold { mnt_media_rw_stub_file storage_stub_file }:dir { mounton create rmdir getattr setattr }; 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 # Manage per-user primary symlinks
allow vold mnt_user_file:dir create_dir_perms; allow vold mnt_user_file:dir create_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment