1
0
mirror of https://github.com/yurisieucuti/treble_evolution.git synced 2024-12-05 01:37:02 +00:00
2024-03-10 06:48:11 +00:00

23 lines
697 B
Plaintext

type boot_prop, property_type;
set_prop(system_server, boot_prop);
type hal_graphics_composer_default, domain;
type sf_hs_mode_prop, property_type;
get_prop(hal_graphics_composer_default, sf_hs_mode_prop);
type vendor_hwc_prop, property_type;
get_prop(hal_graphics_composer_default, vendor_hwc_prop);
type sysfs_vnswap, file_type;
allow init sysfs_vnswap:{file lnk_file } r_file_perms;
allow kernel { mac_perms_file hwservice_contexts_file property_contexts_file service_contexts_file seapp_contexts_file file_contexts_file }:file relabelto;
allow kernel tmpfs:file relabelfrom;
type sysfs_ski_display_writable, file_type;
allow platform_app sysfs_ski_display_writable:file r_file_perms;