Skip to content
Snippets Groups Projects
Commit 350a603e authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

hal_fingerprint: grant read access to /sys

avc: denied { read } for name="modalias" dev="sysfs" ino=17624 scontext=u:r:hal_fingerprint_default:s0 tcontext=u:object_r:sysfs:s0 tclass=file

Test: Marlin builds and boots without this denial.
Bug: 35197529
Change-Id: I3b64db571ac10c843f3765ed557ceac07bc6580e
parent 00910618
No related branches found
No related tags found
No related merge requests found
......@@ -19,3 +19,4 @@ allow hal_fingerprint ion_device:chr_file r_file_perms;
binder_use(hal_fingerprint);
r_dir_file(hal_fingerprint, cgroup)
r_dir_file(hal_fingerprint, sysfs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment