blob: 83cbbcb28c9531435c68d436134081518b2d2443 [file] [log] [blame]
# init runs /system/bin/touchfwup.sh
type touch_fw_update, domain;
type touch_fw_update_exec, exec_type, file_type;
type touch_fw_update_log_file, file_type, data_file_type;
init_daemon_domain(touch_fw_update)
# Run a shell.
allow touch_fw_update shell_exec:file rx_file_perms;
# write to /data/misc/touchfwup/rmi4update.txt
allow touch_fw_update touch_fw_update_log_file:file create_file_perms;
allow touch_fw_update touch_fw_update_log_file:dir w_dir_perms;
# Execute rmi4update
domain_auto_trans(touch_fw_update, rmi4update_exec, rmi4update)
allow touch_fw_update rmi4update_exec:file rx_file_perms;