summaryrefslogtreecommitdiffstats
path: root/sepolicy/tee.te
blob: 59e7894c4df0f02d2a4d11009e03a63f3eedcedc (plain)
1
2
3
4
5
6
7
8
# tee_data_file cannot be used as it has data_file_type,
# which triggers 'neverallow' for 'recovery' domain.
type tee_file, file_type;

allow tee unlabeled:dir search;
allow tee tee_file:dir rw_dir_perms;
allow tee tee_file:file create_file_perms;
allow tee labeledfs:filesystem associate;