Merge "Allow init to relabelto to misc_block_device."
This commit is contained in:
commit
fdedacd629
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue