diff --git a/sepolicy/init.te b/sepolicy/init.te index 447c7206..eaf9cae8 100644 --- a/sepolicy/init.te +++ b/sepolicy/init.te @@ -2,3 +2,6 @@ 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;