summaryrefslogtreecommitdiffstats
path: root/init/property_service.c
diff options
context:
space:
mode:
authorGeremy Condra <gcondra@google.com>2014-03-19 19:55:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-19 19:55:07 +0000
commit8c40dc90c50b202be57be30f297a5ff3c7dc710f (patch)
tree1f47d55d4fdad1342a723d96011ca901ad29f01d /init/property_service.c
parent4b33d3bbe0bed6505b412bd6375116004ddea119 (diff)
parent0621d702a12c5f6d3f89452d3ffc01d8bd8d1e69 (diff)
downloadsystem_core-8c40dc90c50b202be57be30f297a5ff3c7dc710f.zip
system_core-8c40dc90c50b202be57be30f297a5ff3c7dc710f.tar.gz
system_core-8c40dc90c50b202be57be30f297a5ff3c7dc710f.tar.bz2
Merge changes Ibea4c13a,I27215a3d
* changes: init: Add "partition.*.verified" properties to the property service. fs_mgr: Set the 'partition.*.verified' property for verified partitions.
Diffstat (limited to 'init/property_service.c')
-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 3ad5f51..cb3f082 100644
--- a/init/property_service.c
+++ b/init/property_service.c
@@ -97,6 +97,7 @@ struct {
{ "persist.gps.", AID_GPS, 0 },
{ "persist.service.bdroid.", AID_BLUETOOTH, 0 },
{ "selinux." , AID_SYSTEM, 0 },
+ { "partition." , AID_SYSTEM, 0},
{ NULL, 0, 0 }
};