summaryrefslogtreecommitdiffstats
path: root/common/atfwd.te
blob: b4f5cecbdd289303e894cc8442425c9a2b899458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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);