* coredomain can write to binder device without granting anything. Change-Id: Ie657d1e79702b557f00376d31f87d33e104eaf3d
9 lines
424 B
Text
9 lines
424 B
Text
type hal_livedisplay_sdm845, coredomain, domain;
|
|
hal_server_domain(hal_livedisplay_sdm845, hal_lineage_livedisplay)
|
|
|
|
type hal_livedisplay_sdm845_exec, exec_type, file_type;
|
|
init_daemon_domain(hal_livedisplay_sdm845)
|
|
|
|
# Allow LiveDisplay to store files under /data/display and access them
|
|
allow hal_livedisplay_sdm845 display_data_file:dir rw_dir_perms;
|
|
allow hal_livedisplay_sdm845 display_data_file:file create_file_perms;
|