blob: ef8f74270568f0710d0df882b1f0b6ab1c7d4dce [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);
binder_use(atfwd);
binder_call(atfwd, servicemanager);
allow atfwd self:udp_socket create;
allow atfwd atfwd_service:service_manager find;