raviole: sepolicy: Regenerate

Change-Id: I9a25ef3f455836976b23efa098514ce7afaa4397
This commit is contained in:
Michael Bestas
2025-12-10 21:05:45 +02:00
parent 244d247b70
commit a39015c60a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
get_prop(dump_stm, vendor_touch_dump_path_prop)
pixel_bugreport(dump_stm) pixel_bugreport(dump_stm)
get_prop(dump_stm, vendor_touch_dump_path_prop)
allow dump_stm proc_touch:file rw_file_perms; allow dump_stm proc_touch:file rw_file_perms;
allow dump_stm sysfs_touch:dir search; allow dump_stm sysfs_touch:dir search;
allow dump_stm sysfs_touch:file rw_file_perms; allow dump_stm sysfs_touch:file rw_file_perms;

View File

@@ -2,6 +2,8 @@ type hal_wlcservice, domain;
type hal_wlcservice_exec, exec_type, file_type, vendor_file_type; type hal_wlcservice_exec, exec_type, file_type, vendor_file_type;
type hal_wlcservice_service, hal_service_type, protected_service, service_manager_type; type hal_wlcservice_service, hal_service_type, protected_service, service_manager_type;
hal_client_domain(hal_wlcservice, hal_health)
add_service(hal_wlcservice, hal_wlcservice_service) add_service(hal_wlcservice, hal_wlcservice_service)
binder_call(hal_wlcservice, hal_health_default) binder_call(hal_wlcservice, hal_health_default)
@@ -10,8 +12,6 @@ binder_call(hal_wlcservice, servicemanager)
binder_use(hal_wlcservice) binder_use(hal_wlcservice)
hal_client_domain(hal_wlcservice, hal_health)
init_daemon_domain(hal_wlcservice) init_daemon_domain(hal_wlcservice)
set_prop(hal_wlcservice, vendor_wlcservice_prop) set_prop(hal_wlcservice, vendor_wlcservice_prop)