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

am: 3a0f4f60

Change-Id: Ia17b382db5ef45be2e8936aa59de3014f8db76ee
parents 15e496e2 3a0f4f60
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,11 @@ allow init properties_serial:file { write relabelto }; ...@@ -20,6 +20,11 @@ allow init properties_serial:file { write relabelto };
allow init property_type:file { create_file_perms relabelto }; allow init property_type:file { create_file_perms relabelto };
# /dev/socket # /dev/socket
allow init { device socket_device }:dir relabelto; 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 # setrlimit
allow init self:capability sys_resource; 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