msm8937-common: Update the permission of the kmsg node
pd-mapper needs to be able to write the pd error string to the kmsg buffer. It runs under the system user. Change-Id: Ic52682f8151d10c4e6ffdc2b3ed4bc2183ebd6f6
This commit is contained in:
parent
72bac7fdfa
commit
bda81e4953
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ import init.device.rc
|
|||
on early-init
|
||||
mount debugfs debugfs /sys/kernel/debug
|
||||
chmod 0755 /sys/kernel/debug
|
||||
chown root system /dev/kmsg
|
||||
chmod 0620 /dev/kmsg
|
||||
|
||||
on init
|
||||
# Set permissions for persist partition
|
||||
|
|
Loading…
Reference in a new issue