android_device_samsung_msm8.../sepolicy/system_app.te
ljzyal 3823dcb74c msm8226: sepolicy: Add sepolicy for Fingerprint Hardware
Change-Id: I8d681a0fd7a33f88a29b0ff6e101ae76062ee43b
Signed-off-by: Jackeagle <jackeagle102@gmail.com>
2016-04-28 22:47:22 +05:30

7 lines
316 B
Text

# For com.validity.fingerprint
allow system_app vcs:process signull;
allow system_app vcs_data_file:dir r_dir_perms;
allow system_app vcs_data_file:file r_file_perms;
allow system_app vcs_device:dir r_dir_perms;
allow system_app vcs_device:file r_file_perms;
allow system_app vcs_device:fifo_file create_file_perms;