init: set the correct kgsl device node permissions

This commit is contained in:
Dima Zavin 2009-08-10 16:34:04 -07:00
parent d70dc73d8d
commit 37b210f560

View file

@ -98,6 +98,9 @@ static struct perms_ devperms[] = {
/* the msm hw3d client device node is world writable/readable. */
{ "/dev/msm_hw3dc", 0666, AID_ROOT, AID_ROOT, 0 },
/* gpu driver for adreno200 is globally accessible */
{ "/dev/kgsl", 0666, AID_ROOT, AID_ROOT, 0 },
/* these should not be world writable */
{ "/dev/diag", 0660, AID_RADIO, AID_RADIO, 0 },
{ "/dev/diag_arm9", 0660, AID_RADIO, AID_RADIO, 0 },