blob: 0c684dcbc4a85ef07d7b9c1f9b2955a30fa9ca5f [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;
allow adspd sysfs_mmi_touch:dir search;
allow adspd sysfs_mmi_touch:file r_file_perms;