does not have a SELinux domain defined. android 开机启动

发布时间 2023-12-07 17:03:42作者: papering

 dmesg

 

[   46.089306] init: Service mysvc2 does not have a SELinux domain defined.

 

service mysvc1 /system/vendor/bin/app1
class main
user root
group root system readproc
disabled
writepid /dev/cpuset/foreground/tasks


service mysvc2 /system/bin/app2
class main
user root
group root system readproc
disabled
writepid /dev/cpuset/foreground/tasks

on property:sys.boot_completed=1
start mysvc1
start mysvc2