From fb9e80d83b2927c961902120daa8a2b410916ff9 Mon Sep 17 00:00:00 2001 From: Paul Crowley Date: Tue, 11 Feb 2020 14:14:25 -0800 Subject: [PATCH] Add properties for volume metadata encryption. Test: create private volume on Cuttlefish, setting property both ways. Bug: 147814592 Change-Id: I662204e06dd6831ab98182b679b3cd88e9191681 --- public/property_contexts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/property_contexts b/public/property_contexts index ffb3c54fb..abdc3e49e 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -122,6 +122,8 @@ ro.crypto.scrypt_params u:object_r:exported2_vold_prop:s0 exact string ro.crypto.set_dun u:object_r:exported2_vold_prop:s0 exact bool ro.crypto.volume.contents_mode u:object_r:exported2_vold_prop:s0 exact string ro.crypto.volume.filenames_mode u:object_r:exported2_vold_prop:s0 exact string +ro.crypto.volume.metadata.encryption u:object_r:exported2_vold_prop:s0 exact string +ro.crypto.volume.metadata.method u:object_r:exported2_vold_prop:s0 exact string ro.crypto.volume.options u:object_r:exported2_vold_prop:s0 exact string ro.dalvik.vm.native.bridge u:object_r:exported_dalvik_prop:s0 exact string ro.enable_boot_charger_mode u:object_r:exported3_default_prop:s0 exact bool