Merge "Allow init to set context for super_block_device"

This commit is contained in:
Treehugger Robot 2019-05-17 23:16:33 +00:00 committed by Gerrit Code Review
commit 21770a1603

View file

@ -46,6 +46,8 @@ allow init {
userdata_block_device
}:{ blk_file lnk_file } relabelto;
allow init super_block_device:lnk_file relabelto;
# Create /mnt/sdcard -> /storage/self/primary symlink.
allow init mnt_sdcard_file:lnk_file create;