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

Change-Id: I989905ff53cf543d724ab8a9882588070f69427d
parents a42786f9 89a09b36
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.
Please register or to comment