Encrypted File SYstems project. Enabling EFS security properties.

This change enables persist.security.* flags in the device, allowing oly the system to modify them.
Change is necessary to allow for further progress in the project, as this is an ideal location for access both from the
framework as well as from the recovery mode / transition.
This commit is contained in:
Oscar Montemayor 2009-11-12 12:02:24 -08:00
parent a998b1c407
commit ef4e21520c
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ struct {
{ "service.adb.root", AID_SHELL, 0 },
{ "persist.sys.", AID_SYSTEM, 0 },
{ "persist.service.", AID_SYSTEM, 0 },
{ "persist.security.", AID_SYSTEM, 0 },
{ NULL, 0, 0 }
};