9a2030010d
* taken from https://github.com/lineage-geminipda/android_device_planet_geminipda Change-Id: I80708a4650646ecd870b60217cafc0212aa2022e (cherry picked from commit ce9dd0181db0cdeabb9edaf3781d74fb6645bb98)
19 lines
787 B
Plaintext
19 lines
787 B
Plaintext
type ccci_fsd_exec, exec_type, file_type;
|
|
type ccci_fsd, domain, domain_deprecated;
|
|
|
|
init_daemon_domain(ccci_fsd)
|
|
|
|
allow ccci_fsd ccci_device:chr_file rw_file_perms;
|
|
allow ccci_fsd ccci_cfg_file:dir create_dir_perms;
|
|
allow ccci_fsd ccci_cfg_file:file create_file_perms;
|
|
allow ccci_fsd nvdata_file:dir create_dir_perms;
|
|
allow ccci_fsd nvdata_file:file create_file_perms;
|
|
allow ccci_fsd nvdata_file:lnk_file r_file_perms;
|
|
allow ccci_fsd protect_f_data_file:dir create_dir_perms;
|
|
allow ccci_fsd protect_f_data_file:file create_file_perms;
|
|
allow ccci_fsd protect_s_data_file:dir create_dir_perms;
|
|
allow ccci_fsd protect_s_data_file:file create_file_perms;
|
|
allow ccci_fsd sysfs_ccci:file rw_file_perms;
|
|
allow ccci_fsd sysfs_ccci:dir search;
|
|
allow ccci_fsd sysfs_wake_lock:file rw_file_perms;
|