Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f96e700b authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 25e7b8fc: am b1fb3bd1: am 230cb33f: Make /proc/kmsg and /proc/sysrq-trigger...

am 25e7b8fc: am b1fb3bd1: am 230cb33f: Make /proc/kmsg and /proc/sysrq-trigger system-process-readable
parents b0e270fd 25e7b8fc
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -126,6 +126,12 @@ on post-fs
    chown root log /proc/vmallocinfo
    chown root log /proc/vmallocinfo
    chmod 0440 /proc/vmallocinfo
    chmod 0440 /proc/vmallocinfo


    #change permissions on kmsg & sysrq-trigger so bugreports can grab kthread stacks
    chown root system /proc/kmsg
    chmod 0440 /proc/kmsg
    chown root system /proc/sysrq-trigger
    chmod 0220 /proc/sysrq-trigger

# create basic filesystem structure
# create basic filesystem structure
    mkdir /data/misc 01771 system misc
    mkdir /data/misc 01771 system misc
    mkdir /data/misc/bluetoothd 0770 bluetooth bluetooth
    mkdir /data/misc/bluetoothd 0770 bluetooth bluetooth