blob: d5e8ff7d49427f6cc278fc42635fa1f07982087d [file] [log] [blame]
rpcraige07b8a52012-08-13 06:09:39 -04001##
2# trusted execution environment (tee) daemon
3#
4type tee, domain;
5type tee_exec, exec_type, file_type;
6type tee_device, dev_type;
7type tee_data_file, file_type, data_file_type;
8
9init_daemon_domain(tee)
10allow tee self:capability { dac_override };
11allow tee tee_device:chr_file rw_file_perms;
12allow tee tee_data_file:dir { getattr write add_name };
13allow tee tee_data_file:file create_file_perms;
rpcraig41e53902012-12-04 06:45:21 -050014allow tee self:netlink_socket { create bind read };