Demon000 | 656faee | 2018-01-11 10:20:10 +0200 | [diff] [blame] | 1 | # Allow binder communication |
| 2 | binder_use(ims) |
Demon000 | c6d0ec8 | 2018-01-11 10:56:34 +0200 | [diff] [blame] | 3 | allow ims ims_service:service_manager add; |
| 4 | allow ims imsrcs_service:service_manager add; |
Demon000 | 656faee | 2018-01-11 10:20:10 +0200 | [diff] [blame] | 5 | |
| 6 | # Allow NDC command run |
| 7 | allow ims shell_exec:file rx_file_perms; |
Demon000 | c6d0ec8 | 2018-01-11 10:56:34 +0200 | [diff] [blame] | 8 | |
| 9 | # Allow communication with apps |
| 10 | binder_call(ims, system_app) |
| 11 | binder_call(ims, platform_app) |
| 12 | |
| 13 | allow ims devpts:chr_file rw_file_perms; |