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

Commit 19257e7c authored by Rebecca Schultz Zavin's avatar Rebecca Schultz Zavin Committed by Android Git Automerger
Browse files

am ea935c1d: Merge change I7b04795c into eclair

Merge commit 'ea935c1d' into eclair-plus-aosp

* commit 'ea935c1d':
  Make vmallocinfo readable by group log so we can put it in bugreports
parents 8852a612 ea935c1d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -100,6 +100,10 @@ loglevel 3
    chown system system /cache/recovery
    chmod 0770 /cache/recovery

    #change permissions on vmallocinfo so we can grab it from bugreports
    chown root log /proc/vmallocinfo
    chmod 0440 /proc/vmallocinfo

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