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

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