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

Commit 9af41c4d authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 9594

* changes:
  init: add permissions for /dev/diag and /dev/diag_arm9
parents c9b8ffc3 ce62102f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -96,6 +96,8 @@ static struct perms_ devperms[] = {
    { "/dev/log/",          0662,   AID_ROOT,       AID_LOG,        1 },

        /* these should not be world writable */
    { "/dev/diag",          0660,   AID_ROOT,       AID_ROOT,        0 },
    { "/dev/diag_arm9",     0660,   AID_ROOT,       AID_ROOT,        0 },
    { "/dev/android_adb",   0660,   AID_ADB,        AID_ADB,        0 },
    { "/dev/android_adb_enable",   0660,   AID_ADB,        AID_ADB,        0 },
    { "/dev/ttyMSM0",       0600,   AID_BLUETOOTH,  AID_BLUETOOTH,  0 },