init: set the correct kgsl device node permissions
This commit is contained in:
parent
d70dc73d8d
commit
37b210f560
1 changed files with 3 additions and 0 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue