Merge "Allow init to set context for super_block_device"
This commit is contained in:
commit
21770a1603
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue