blob: 1942a7733f7703245247a5e95985da5513a54914 [file] [log] [blame]
wangxl5b6293a2015-02-03 21:10:20 +08001# fm_radio app needes open read write on fm_radio_device
2allow system_app fm_radio_device:chr_file { read open ioctl};
3allow system_app ctl_default_prop:property_service set;
4allow system_app atfwd_service:service_manager add;
5allow system_app dun_service:service_manager add;
6
7# access to perflock
8allow system_app mpctl_socket:dir r_dir_perms;
9unix_socket_send(system_app, mpctl, mpdecision)
10unix_socket_connect(system_app, mpctl, mpdecision)
11allow system_app dpmservice:service_manager add;
12unix_socket_send(system_app, mpctl, perfd)
13unix_socket_connect(system_app, mpctl, perfd)
14
15# access to mm-pp-daemon
16unix_socket_connect(system_app, pps, mm-pp-daemon)
17allow system_app cne_service:service_manager add;
18
19userdebug_or_eng(`
20 allow system_app debugfs:file r_file_perms;
21 allow system_app su:unix_dgram_socket sendto;
22 allow system_app persist_file:dir r_dir_perms;
23 allow system_app sensors_persist_file:dir r_dir_perms;
24 allow system_app sensors_persist_file:file rw_file_perms;
25')
26allow system_app cnd_data_file:dir w_dir_perms;
27allow system_app cnd_data_file:file create_file_perms;
28allow system_app bluetooth:unix_stream_socket ioctl;
29
30# access to tee domain
31allow system_app tee:unix_dgram_socket sendto;
32
33# access to time_daemon
34allow system_app time_daemon:unix_stream_socket connectto;
35
36# access to color service SDK
37allow system_app color_service:service_manager add;