xref: /aosp_15_r20/system/extras/boottime_tools/bootio/sepolicy/bootio.te (revision 288bf5226967eb3dac5cce6c939ccc2a7f2b4fe5)
1# bootio command
2type bootio, domain, coredomain;
3type bootio_exec, exec_type, file_type;
4
5init_daemon_domain(bootio)
6
7# Allow persistent storage in /data/misc/bootio.
8#allow bootio bootio_data_file:dir rw_dir_perms;
9#allow bootio bootio_data_file:file create_file_perms;
10
11# Read access to pseudo filesystems (for /proc/stats, proc/io/io, etc).
12#r_dir_file(bootio, proc)
13