Igor Murashkin | 72a88b1 | 2018-10-05 14:48:29 -0700 | [diff] [blame] | 1 | typeattribute iorapd coredomain; |
| 2 | |
| 3 | init_daemon_domain(iorapd) |
Jeff Vander Stoep | 6742ab4 | 2019-01-26 12:37:45 -0800 | [diff] [blame] | 4 | tmpfs_domain(iorapd) |
Igor Murashkin | 9f74a42 | 2019-09-19 11:04:20 -0700 | [diff] [blame] | 5 | |
| 6 | domain_auto_trans(iorapd, iorap_prefetcherd_exec, iorap_prefetcherd) |
Igor Murashkin | e39f8d2 | 2020-02-12 16:28:19 -0800 | [diff] [blame] | 7 | domain_auto_trans(iorapd, iorap_inode2filename_exec, iorap_inode2filename) |
Mathieu Chartier | 7bc626a | 2019-12-03 15:15:13 -0800 | [diff] [blame] | 8 | |
| 9 | # Allow iorapd to access the runtime native boot feature flag properties. |
| 10 | get_prop(iorapd, device_config_runtime_native_boot_prop) |