Keith Mok | 6bc84be | 2015-12-15 14:33:39 -0800 | [diff] [blame] | 1 | # Allow formatting userdata or cache partitions |
2 | allow init block_device:dir search; | ||||
3 | allow init userdata_block_device:blk_file rw_file_perms; | ||||
4 | allow init cache_block_device:blk_file rw_file_perms; | ||||
Steve Kondik | 90db8ad | 2016-09-29 22:31:25 -0700 | [diff] [blame] | 5 | |
6 | # Allow init to send class_* trigger events | ||||
7 | allow init property_socket:sock_file write; |