Tom Cherry | 621c24c | 2017-09-28 14:34:36 -0700 | [diff] [blame] | 1 | typeattribute vendor_init coredomain; |
2 | |||||
Tom Cherry | 63492cd | 2017-11-15 14:57:14 -0800 | [diff] [blame^] | 3 | # Creating files on sysfs is impossible so this isn't a threat |
4 | # Sometimes we have to write to non-existent files to avoid conditional | ||||
5 | # init behavior. See b/35303861 for an example. | ||||
6 | dontaudit vendor_init sysfs:dir write; |