blob: 9eb701bd41a2a675b61d88f62ea731e05a61b490 [file] [log] [blame]
Hyejin Kim4efaf8a2015-05-07 14:51:06 +09001allow system_app time_daemon:unix_stream_socket connectto;
Hyejin Kima133f772015-05-07 18:26:56 +09002allow system_app atfwd_service:service_manager add;
jaejyn.shin876eb322015-06-02 15:54:15 +09003unix_socket_connect(system_app, cnd, cnd)
Hyejinc3840af2015-08-12 10:53:09 -07004
jaejyn.shin73b783e2015-06-15 20:52:56 +09005allow system_app cne_service:service_manager add;
Hyejinc3840af2015-08-12 10:53:09 -07006
7# allow CNEService to write /data/connectivity
8allow system_app cnd_data_file:dir w_dir_perms;
9# allow CNEService to create profile.txt
10allow system_app cnd_data_file:file create_file_perms;