mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
3823dcb74c
Change-Id: I8d681a0fd7a33f88a29b0ff6e101ae76062ee43b Signed-off-by: Jackeagle <jackeagle102@gmail.com>
22 lines
556 B
Text
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;
|
|
|