aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/tfa_amp.te
blob: 9191e405338e6b3e9d5a15e07a5196744bc81cd6 (plain)
1
2
3
4
5
6
7
8
type tfa_amp, domain;
type tfa_amp_exec, exec_type, file_type;

# Started by init
init_daemon_domain(tfa_amp)

# Access to /dev/tfa98xx
allow tfa_amp audio_device:chr_file rw_file_perms;