Files
android_bootable_recovery/etc/init.recovery.logd.rc
T
bigbiff 91bd7a7ff1 adb: get adb working and cleanup pixelflinger
- update recovery init.rc
- add libdl bootstrap
- cleanup libpixelflinger import
- logd and adbd permissive for now
2021-01-03 17:36:52 -05:00

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