• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type atfwd, domain;
2type atfwd_exec, exec_type, file_type;
3
4# Started by init
5init_daemon_domain(atfwd)
6
7# Creates/Talks to qmuxd via the qmux_radio socket.
8allow atfwd qmuxd_socket:dir rw_dir_perms;
9allow atfwd qmuxd_socket:sock_file create_file_perms;
10allow atfwd qmux:unix_stream_socket connectto;
11
12#Allow IPC binding with ServiceManager & System apps
13binder_use(atfwd);
14binder_call(atfwd, system_app);
15binder_call(atfwd, servicemanager);
16
17allow atfwd atfwd_service:service_manager find;
18