Skip to content
Snippets Groups Projects
Commit a3e83d0a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "init: enable init to relabel symlinks for system_block_devices"

parents 5251ad1a df32f3e8
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ allow init dm_device:{ chr_file blk_file } relabelto;
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;
# setrlimit
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