90db8adf1e
Change-Id: If22f46b9bc8b3acd80c83e98de84cd77b34157a1
7 lines
284 B
Text
7 lines
284 B
Text
# Allow formatting userdata or cache partitions
|
|
allow init block_device:dir search;
|
|
allow init userdata_block_device:blk_file rw_file_perms;
|
|
allow init cache_block_device:blk_file rw_file_perms;
|
|
|
|
# Allow init to send class_* trigger events
|
|
allow init property_socket:sock_file write;
|