blob: cbc176f1ba85ebfa4f66a6feadcfdf8d8287033d [file] [log] [blame]
type atfwd, domain;
type atfwd_exec, exec_type, file_type;
# Started by init
init_daemon_domain(atfwd)
# Creates/Talks to qmuxd via the qmux_radio socket.
qmux_socket(atfwd);
#Allow IPC binding with ServiceManager & System apps
binder_use(atfwd);
binder_call(atfwd, system_app);
binder_call(atfwd, servicemanager);
r_dir_file(atfwd, sysfs_ssr);
allow atfwd self:udp_socket create;
diag_rw(atfwd);
unix_socket_connect(atfwd, property, init);
allow atfwd radio_prop:property_service set;