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

Commit 7789f4cc authored by Dima Zavin's avatar Dima Zavin Committed by Android Git Automerger
Browse files

am 065694b3: init: devices: Remove pmem_gpu regions as they are not needed since we have an mmu

Merge commit '065694b3' into eclair-mr2

* commit '065694b3':
  init: devices: Remove pmem_gpu regions as they are not needed since we have an mmu
parents 68221b91 065694b3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -101,10 +101,6 @@ static struct perms_ devperms[] = {
    /* gpu driver for adreno200 is globally accessible */
    { "/dev/kgsl",          0666,   AID_ROOT,       AID_ROOT,       0 },

    /* STOPSHIP: temporarily make this be writable by all. We need to
     * remove this entirely before we ship. */
    { "/dev/pmem_gpu",      0666,   AID_ROOT,       AID_ROOT,       1 },

        /* these should not be world writable */
    { "/dev/diag",          0660,   AID_RADIO,      AID_RADIO,        0 },
    { "/dev/diag_arm9",     0660,   AID_RADIO,      AID_RADIO,        0 },