blob: d1747596626aa699105e08fa1a248a40dca8e419 [file] [log] [blame]
Demon000656faee2018-01-11 10:20:10 +02001# Allow binder communication
2binder_use(ims)
Demon000c6d0ec82018-01-11 10:56:34 +02003allow ims ims_service:service_manager add;
4allow ims imsrcs_service:service_manager add;
Demon000656faee2018-01-11 10:20:10 +02005
6# Allow NDC command run
7allow ims shell_exec:file rx_file_perms;
Demon000c6d0ec82018-01-11 10:56:34 +02008
9# Allow communication with apps
10binder_call(ims, system_app)
11binder_call(ims, platform_app)
12
13allow ims devpts:chr_file rw_file_perms;