blob: a1d68be99129699e9e0c2a06441599fbe0d064bb [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
Steven Moreland9234e002018-06-06 09:30:18 -07005hal_attribute_hwservice(hal_fingerprint, hal_fingerprint_hwservice)
Steven Moreland82f79002020-09-10 22:57:51 +00006hal_attribute_service(hal_fingerprint, hal_fingerprint_service)
Alex Klyubin53656c12017-04-13 19:05:27 -07007
Jeff Pu0e6dce02023-02-07 18:44:13 +00008binder_use(hal_fingerprint_server)
Ilya Matyukhinc71c2992020-09-02 13:32:05 -07009
Jim Miller54e0e5a2016-12-15 19:46:43 -080010# For memory allocation
11allow hal_fingerprint ion_device:chr_file r_file_perms;
12
Steven Moreland5daae692024-08-20 18:15:04 +000013allow { hal_fingerprint -coredomain } fingerprint_vendor_data_file:file { create_file_perms };
14allow { hal_fingerprint -coredomain } fingerprint_vendor_data_file:dir rw_dir_perms;
Andreas Huber4d6a5e82018-01-22 13:24:10 -080015
Jim Miller54e0e5a2016-12-15 19:46:43 -080016r_dir_file(hal_fingerprint, cgroup)
Marco Ballesioaa4ce952021-02-11 15:18:11 -080017r_dir_file(hal_fingerprint, cgroup_v2)
Liana Kazanovaaad04452024-09-04 17:47:32 +000018r_dir_file(hal_fingerprint, sysfs)
Andreas Huber4d6a5e82018-01-22 13:24:10 -080019
20