Skip to content
Snippets Groups Projects
Commit fdedacd6 authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "Allow init to relabelto to misc_block_device."

parents 3b29076c 28fde232
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