Skip to content
Snippets Groups Projects
Commit 7bc0dca2 authored by Tianjie Xu's avatar Tianjie Xu Committed by android-build-merger
Browse files

Allow update_engine to read postinstall_mnt_dir am: 8f687053 am: 0bcb2030 am: b197b7c8

am: 0b2209bf

Change-Id: I2b8009c16046259a494dad10b005e3539fa24a85
parents 5f8aabac 0b2209bf
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ allow update_engine_common rootfs:file r_file_perms;
# Allow update_engine_common to mount on the /postinstall directory and reset the
# labels on the mounted filesystem to postinstall_file.
allow update_engine_common postinstall_mnt_dir:dir mounton;
allow update_engine_common postinstall_mnt_dir:dir { mounton getattr search };
allow update_engine_common postinstall_file:filesystem { mount unmount relabelfrom relabelto };
allow update_engine_common labeledfs:filesystem relabelfrom;
......
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