Skip to content
Snippets Groups Projects
Commit 78c0805a authored by Dhina17's avatar Dhina17
Browse files

onclite: sepolicy: Allow fingerprint hal to read sysfs_fpc dir properly


* r_dir_perms - { open getattr read search ioctl }

Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent 90227d38
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ allow hal_fingerprint_default hal_perf_hwservice:hwservice_manager find;
allow hal_fingerprint_default mnt_user_file:dir {search};
allow hal_fingerprint_default mnt_user_file:lnk_file {read};
allow hal_fingerprint_default sysfs_fpc:dir {search};
allow hal_fingerprint_default sysfs_fpc:dir r_dir_perms;
allow hal_fingerprint_default sysfs_fpc:file {ioctl open read write};
allow hal_fingerprint_default tee_device:chr_file {ioctl open read write};
......
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