91bd7a7ff1
- update recovery init.rc - add libdl bootstrap - cleanup libpixelflinger import - logd and adbd permissive for now
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
on init
|
|
start logd
|
|
|
|
service logd /system/bin/logd
|
|
class core
|
|
socket logdr seqpacket 0666 root root
|
|
socket logdw dgram+passcred 0222 root root
|
|
file /proc/kmsg r
|
|
file /dev/kmsg w
|
|
user root
|
|
group root
|
|
capabilities SYSLOG AUDIT_CONTROL SETGID SETUID
|
|
seclabel u:r:logd:s0
|