Files
android_device_qcom_sepolicy/common/dtsconfigurator.te
Ravi Kumar Siddojigari c7def121c0 sepolicy : Resolve full treble compilation issues
Resolve compilation issues while enabling full treble
based on the change Iaf0d5662e2eb77b8e3651beaaf87b2e6094632bb

Change-Id: I8053b8076de1843fd32c0eac264164d717678797
2017-06-13 04:10:55 +05:30

9 lines
263 B
Plaintext

type dtsconfigurator, domain;
type dtsconfigurator_exec, exec_type, vendor_file_type, file_type;
#started by init
init_daemon_domain(dtsconfigurator)
allow dtsconfigurator audio_device:dir r_dir_perms;
allow dtsconfigurator audio_device:chr_file rw_file_perms;