commit | 7238eca684b6058e40e0c311ed18799b3e3ab0bc | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Feb 15 03:01:33 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 15 03:01:33 2018 +0000 |
tree | c7071458b3cde27a5dd05100e2d29ab3cccdd62b | |
parent | 6698482ca42cee930957c23087dbd3af01345949 [diff] | |
parent | 877494503698b38d21b455dc2376bf9ec5526064 [diff] |
Merge "init.rc: Add nodev,noexec,nosuid to /config"
diff --git a/rootdir/init.rc b/rootdir/init.rc index dcba63d..a213ffb 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -85,7 +85,7 @@ mount tmpfs tmpfs /mnt nodev noexec nosuid mode=0755,uid=0,gid=1000 restorecon_recursive /mnt - mount configfs none /config + mount configfs none /config nodev noexec nosuid chmod 0775 /config/sdcardfs chown system package_info /config/sdcardfs