This commit is contained in:
Nehemiah of Zebulun 2023-11-16 14:40:34 -05:00
parent 916deadd0e
commit 691c8b5665
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
/system/bin/wephone-boot.sh u:object_r:wephone_boot_exec:s0 /system/bin/wephone-boot.sh u:object_r:wephone_exec:s0

View File

@ -1,2 +1,8 @@
type wephone_boot, domain; type wephone, domain;
type wephone_boot_exec, system_file_type, exec_type, file_type; type wephone_exec, exec_type, file_type;
type wephone, domain;
type wephone_exec, exec_type, file_type;
init_daemon_domain(wephone)

View File

@ -1,8 +1,6 @@
service wephone_boot /system/bin/wephone-boot.sh service wephone /system/bin/wephone-boot.sh
user root
oneshot oneshot
disabled disabled
seclabel u:r:wephone_boot:s0
on property:sys.boot_completed=1 on property:sys.boot_completed=1
start wephone_boot start wephone_boot