You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
669 B
19 lines
669 B
# ==============================================
|
|
# Policy File of /vendor/bin/gbe Executable File
|
|
|
|
# ==============================================
|
|
# Type Declaration
|
|
# ==============================================
|
|
type gbe_native_exec, exec_type, file_type, vendor_file_type;
|
|
type gbe_native, domain;
|
|
|
|
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
init_daemon_domain(gbe_native)
|
|
|
|
allow gbe_native self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;
|
|
set_prop(gbe_native, vendor_mtk_gbe_prop)
|
|
allow gbe_native sysfs_boot_mode:file r_file_perms;
|
|
hal_client_domain(gbe_native, hal_power)
|