From ef4e21520cef69aaa7b488a3f44b2490dc2e3eb5 Mon Sep 17 00:00:00 2001 From: Oscar Montemayor Date: Thu, 12 Nov 2009 12:02:24 -0800 Subject: [PATCH] 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. --- init/property_service.c | 1 + 1 file changed, 1 insertion(+) diff --git a/init/property_service.c b/init/property_service.c index 7db7c2cbf..d2505dd13 100644 --- a/init/property_service.c +++ b/init/property_service.c @@ -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 } };