Skip to content
Snippets Groups Projects
Commit b197b7c8 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

Change-Id: I9937141ff425f437d46463bdb944e4524f8d8aa1
parents a0804de2 0bcb2030
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; ...@@ -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 # Allow update_engine_common to mount on the /postinstall directory and reset the
# labels on the mounted filesystem to postinstall_file. # 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 postinstall_file:filesystem { mount unmount relabelfrom relabelto };
allow update_engine_common labeledfs:filesystem relabelfrom; allow update_engine_common labeledfs:filesystem relabelfrom;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment