blob: bc955c787b2c1d3a1e036752482e1881693fc9a9 [file] [log] [blame]
type adspd, domain;
type adspd_exec, file_type, exec_type;
init_daemon_domain(adspd)
#Access /dev/ttyHS3
allow adspd adspd_device:chr_file rw_file_perms;
#Access /dev/input/event4 - headphone jack
allow adspd input_device:dir search;
allow adspd input_device:chr_file rw_file_perms;
# /data/adspd
allow adspd adspd_data_file:file create_file_perms;
allow adspd adspd_data_file:dir rw_dir_perms;
# For now, allow writes to all of /sys.
# TODO: scope down this access.
allow adspd sysfs:file write;