blob: b0bfab83c3414683558c880aeb6f93b951c8cada (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
type tfamode, domain;
type tfamode_exec, exec_type, file_type;
init_daemon_domain(tfamode)
allow tfamode audio_device:dir search;
allow tfamode audio_device:chr_file rw_file_perms;
allow tfamode shell_exec:file rx_file_perms;
allow tfamode system_file:file execute_no_trans;
allow tfamode self:capability dac_override;
set_prop(tfamode, audio_prop)
|