aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorOscar Montemayor <oam@google.com>2009-11-12 12:02:24 -0800
committerOscar Montemayor <oam@google.com>2009-11-12 12:02:24 -0800
commitef4e21520cef69aaa7b488a3f44b2490dc2e3eb5 (patch)
tree04b44f56011f10161b1561664f48a2c9eb7f09c6 /init
parenta998b1c407ecfed5000d84acbc6934975a5e39fe (diff)
downloadsystem_core-ef4e21520cef69aaa7b488a3f44b2490dc2e3eb5.tar.gz
system_core-ef4e21520cef69aaa7b488a3f44b2490dc2e3eb5.tar.bz2
system_core-ef4e21520cef69aaa7b488a3f44b2490dc2e3eb5.zip
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.
Diffstat (limited to 'init')
-rw-r--r--init/property_service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/property_service.c b/init/property_service.c
index 7db7c2cb..d2505dd1 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 }
};