Skip to content
Snippets Groups Projects
Commit 5b6e4ecc authored by Max's avatar Max Committed by android-build-merger
Browse files

Removing file system remount permission from vold am: 16c889c5 am: 37f17c5b

am: 2d5426ae

Change-Id: Iae51b513b88597b8837c869e93c67a58f52db2b1
parents c540824b 2d5426ae
No related branches found
No related tags found
No related merge requests found
...@@ -93,10 +93,7 @@ allow vold ion_device:chr_file r_file_perms; ...@@ -93,10 +93,7 @@ allow vold ion_device:chr_file r_file_perms;
# #
# Unmount and mount the fs. # Unmount and mount the fs.
allow vold labeledfs:filesystem { mount unmount remount }; allow vold labeledfs:filesystem { mount unmount };
# audit any attempts of vold to remount a filesystem, monitor in a few weeks
# then remove
auditallow vold labeledfs:filesystem { remount };
# Access /efs/userdata_footer. # Access /efs/userdata_footer.
# XXX Split into a separate type? # XXX Split into a separate type?
......
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