xref: /aosp_15_r20/system/sepolicy/prebuilts/api/30.0/private/vendor_init.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# Creating files on sysfs is impossible so this isn't a threat
2# Sometimes we have to write to non-existent files to avoid conditional
3# init behavior. See b/35303861 for an example.
4dontaudit vendor_init sysfs:dir write;
5
6# TODO(b/140259336) We want to remove vendor_init in the long term but allow for now
7allow vendor_init system_data_root_file:dir rw_dir_perms;
8