1# init-fingerprint-extension-sh is to send intent command to app
2# for tracking fingerprint issue.
3service fingerprint-extension-bug-latency /system_ext/bin/fingerprint.extension.sh latency
4    group shell
5    user shell
6    disabled
7    oneshot
8
9service fingerprint-extension-bug-lockout /system_ext/bin/fingerprint.extension.sh lockout
10    group shell
11    user shell
12    disabled
13    oneshot
14
15service fingerprint-extension-bug-auth /system_ext/bin/fingerprint.extension.sh auth
16    group shell
17    user shell
18    disabled
19    oneshot
20