init-display-sh: Allow writing to kmsg
modprobe would log errors to /dev/kmsg, need to explicit allow this. Bug: 388717752 Test: DeviceBootTest#SELinuxUncheckedDenialBootTest Change-Id: I142a20b0af9008956ad2325caef70e85b1463f41
This commit is contained in:
parent
aa57c8b0a1
commit
840c1c9e2f
1 changed files with 1 additions and 0 deletions
|
@ -846,6 +846,7 @@ service init_display /vendor/bin/init.display.sh
|
||||||
group root system
|
group root system
|
||||||
disabled
|
disabled
|
||||||
oneshot
|
oneshot
|
||||||
|
file /dev/kmsg w
|
||||||
|
|
||||||
# bugreport is triggered by holding down volume down, volume up and power
|
# bugreport is triggered by holding down volume down, volume up and power
|
||||||
service bugreport /system/bin/dumpstate -d -p -z
|
service bugreport /system/bin/dumpstate -d -p -z
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue