android_device_samsung_msm8.../sepolicy/vcs.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

22 lines
556 B
Text

type vcs, domain;
type vcs_exec, exec_type, file_type;
# vcs
init_daemon_domain(vcs)
binder_use(vcs)
allow vcs system_app:process signull;
allow vcs vcs_data_file:dir create_dir_perms;
allow vcs vcs_data_file:file create_file_perms;
allow vcs vcs_device:dir create_dir_perms;
allow vcs vcs_device:file create_file_perms;
allow vcs vcs_device:fifo_file create_file_perms;
allow vcs vcs_device:chr_file create_file_perms;
allow vcs tee_device:chr_file rw_file_perms;
allow vcs firmware_file:dir r_dir_perms;
allow vcs firmware_file:file r_file_perms;