blob: 46bc711f361d94fa35903a7e909d6b34ee7e87b2 [file] [log] [blame]
rpcraig1555c272012-11-02 06:35:29 -04001##########
2# sensors_config: load calibration files.
3##########
4type sensors_config, domain;
5type sensors_config_exec, exec_type, file_type;
6type sensors_data_file, file_type, data_file_type;
7init_daemon_domain(sensors_config)
8allow sensors_config self:capability { dac_override chown fowner fsetid };
9allow sensors_config sensors_data_file:dir { create_dir_perms mounton };
10allow sensors_config sensors_data_file:file create_file_perms;
11allow sensors_config shell_exec:file rx_file_perms;