Skip to content
Snippets Groups Projects
Commit 3a0f4f60 authored by Hung-ying Tyan's avatar Hung-ying Tyan Committed by android-build-merger
Browse files

Allow init to mount /odm, /vendor early am: c3774720

am: a54911b6

Change-Id: I694d22230efe31c8b05374311cbe479b06c062fb
parents 1cf57199 a54911b6
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,11 @@ allow init properties_serial:file { write relabelto };
allow init property_type:file { create_file_perms relabelto };
# /dev/socket
allow init { device socket_device }:dir relabelto;
# /dev/device-mapper, /dev/block(/.*)?
allow init tmpfs:{ chr_file blk_file } relabelfrom;
allow init tmpfs:blk_file getattr;
allow init block_device:{ dir blk_file } relabelto;
allow init dm_device:{ chr_file blk_file } relabelto;
# setrlimit
allow init self:capability sys_resource;
......
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