sm8250-common: sepolicy: Initial vendor sepolicy
Change-Id: I28ae7907209b5aae9806466556dc49639dd7c9e4
This commit is contained in:
18
sepolicy/vendor/hal_display_default.te
vendored
Normal file
18
sepolicy/vendor/hal_display_default.te
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
type hal_display_default, domain;
|
||||
hal_server_domain(hal_display_default, hal_display)
|
||||
|
||||
type hal_display_default_exec, exec_type, vendor_file_type, file_type;
|
||||
init_daemon_domain(hal_display_default)
|
||||
|
||||
add_hwservice(hal_display_default, hal_display_hwservice)
|
||||
|
||||
hwbinder_use(hal_display_default)
|
||||
|
||||
binder_call(hal_display_default, vendor_hal_display_color)
|
||||
|
||||
allow hal_display_default vendor_hal_display_postproc_hwservice:hwservice_manager find;
|
||||
|
||||
allow hal_display_default sysfs:file rw_file_perms;
|
||||
allow hal_display_default sysfs_fod:file rw_file_perms;
|
||||
|
||||
get_prop(hal_display_default, hwservicemanager_prop)
|
||||
Reference in New Issue
Block a user