blob: 580ef3796356f74e0c7c378eef8310ef63d6339b [file] [log] [blame]
Alex Klyubinf98650e2017-02-21 15:35:16 -08001# HwBinder IPC from client to server, and callbacks
2binder_call(hal_fingerprint_client, hal_fingerprint_server)
3binder_call(hal_fingerprint_server, hal_fingerprint_client)
4
Jim Miller54e0e5a2016-12-15 19:46:43 -08005# allow HAL module to read dir contents
6allow hal_fingerprint fingerprintd_data_file:file create_file_perms;
7
8# allow HAL module to read/write/unlink contents of this dir
9allow hal_fingerprint fingerprintd_data_file:dir rw_dir_perms;
10
Jim Miller54e0e5a2016-12-15 19:46:43 -080011# For memory allocation
12allow hal_fingerprint ion_device:chr_file r_file_perms;
13
Jim Miller54e0e5a2016-12-15 19:46:43 -080014r_dir_file(hal_fingerprint, cgroup)
Jeff Vander Stoep350a6032017-02-10 13:20:52 -080015r_dir_file(hal_fingerprint, sysfs)