Samir Mehta | f39389d | 2014-11-05 22:02:11 +0530 | [diff] [blame] | 1 | # rmt_storage - rmt_storage daemon |
2 | allow rmt_storage rpmb_device:blk_file { open read }; | ||||
3 | allow rmt_storage ssd_device:blk_file { open read write }; | ||||
4 | unix_socket_connect(rmt_storage, property, init) | ||||
5 | allow rmt_storage ctl_default_prop:property_service set; |