Skip to content
Snippets Groups Projects
Commit 685ef6b8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Added an auditallow rule to track vold remounting filesystems."

parents dd649da8 314d8c58
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,9 @@ allow vold ion_device:chr_file r_file_perms;
# Unmount and mount the fs.
allow vold labeledfs:filesystem { mount unmount remount };
# 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.
# 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