aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sepolicy/tfa_amp.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/tfa_amp.te b/sepolicy/tfa_amp.te
index 9191e40..ca64588 100644
--- a/sepolicy/tfa_amp.te
+++ b/sepolicy/tfa_amp.te
@@ -4,5 +4,7 @@ type tfa_amp_exec, exec_type, file_type;
# Started by init
init_daemon_domain(tfa_amp)
+allow tfa_amp self:capability dac_override;
+
# Access to /dev/tfa98xx
allow tfa_amp audio_device:chr_file rw_file_perms;