diff --git a/public/init.te b/public/init.te index 1903cfd74a830e8d08b9bb59b2950e9d87599c1e..c05fc55092202f50dd8201924b63e3263f2cb029 100644 --- a/public/init.te +++ b/public/init.te @@ -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;