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

Commit 152977d6 authored by Giulio Cervera's avatar Giulio Cervera
Browse files

Provide permission for graphics to set service.bootanim.exit prop

Change-Id: If23d14172022907fcefdcf7430904eb560d4d64c
parent 943dba18
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ struct {
    { "persist.service.", AID_RADIO,    0 },
    { "persist.security.",AID_SYSTEM,   0 },
    { "net.pdp",          AID_RADIO,    AID_RADIO },
    { "service.bootanim.exit", AID_GRAPHICS, 0 },
    { NULL, 0, 0 }
};
/* Avoid extending this array. Check device_perms.h */