Skip to content
Snippets Groups Projects
Commit d9992f9a authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "Allow init to relabelto to misc_block_device." am: fdedacd6 am: 89a09b36

am: 92bd7e35

Change-Id: Iab5e37526b7b251d99042c461b2cd860525e4fd6
parents 9d24568d 92bd7e35
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ allow init kernel:fd use;
# restorecon for early mount device symlinks
allow init tmpfs:lnk_file { getattr read relabelfrom };
allow init system_block_device:{ blk_file lnk_file } relabelto;
allow init misc_block_device:{ blk_file lnk_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