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: Iecb9d45e5ef08edc04c87d8f1375803c1df11621
This commit is contained in:
parent
a96f3c7cd2
commit
6864f9f43b
1 changed files with 1 additions and 0 deletions
|
@ -794,6 +794,7 @@ service init_display /vendor/bin/init.display.sh
|
|||
group root system
|
||||
disabled
|
||||
oneshot
|
||||
file /dev/kmsg w
|
||||
|
||||
# bugreport is triggered by holding down volume down, volume up and power
|
||||
service bugreport /system/bin/dumpstate -d -p -z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue