diff options
author | Geremy Condra <gcondra@google.com> | 2014-03-19 19:55:07 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-03-19 19:55:07 +0000 |
commit | 8c40dc90c50b202be57be30f297a5ff3c7dc710f (patch) | |
tree | 1f47d55d4fdad1342a723d96011ca901ad29f01d /init | |
parent | 4b33d3bbe0bed6505b412bd6375116004ddea119 (diff) | |
parent | 0621d702a12c5f6d3f89452d3ffc01d8bd8d1e69 (diff) | |
download | system_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')
-rw-r--r-- | init/property_service.c | 1 |
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 } }; |