blob: 3c0588e83ce16ecd0e361c161ffd0e35ee60c133 [file] [log] [blame]
type cros_bootstat, domain, chromeos_domain;
type cros_bootstat_tmp_file, file_type, cros_tmpfile_type;
domain_auto_trans(cros_bootstat_domain, cros_bootstat_exec, cros_bootstat);
allow cros_bootstat sysfs:file { open read };
allow cros_bootstat sysfs:dir { open read };
allow cros_bootstat cros_bootstat_domain:fd use;
allow cros_bootstat proc_uptime:file { open read };
allow cros_bootstat device:blk_file getattr;
filetrans_pattern(cros_bootstat, tmpfs, cros_bootstat_tmp_file, file);
allow cros_bootstat cros_bootstat_tmp_file:file rw_file_perms;