OSDN Git Service

Add support for per-user DE keys.
authorPaul Crowley <paulcrowley@google.com>
Thu, 28 Jan 2016 17:58:50 +0000 (17:58 +0000)
committerPaul Crowley <paulcrowley@google.com>
Thu, 28 Jan 2016 17:58:50 +0000 (17:58 +0000)
Bug: 26704408
Change-Id: I41b2d0641cce8db9e6b98e6e2f0c635426b1d1e2

ext4_utils/ext4_crypt_init_extensions.cpp

index ebbd343..63ea22d 100644 (file)
@@ -149,7 +149,7 @@ int e4crypt_set_directory_policy(const char* dir)
     // often because their subdirectories must be encrypted.
     // This isn't a nice way to do this, see b/26641735
     std::vector<std::string> directories_to_exclude = {
-        "lost+found", "user", "system_ce", "media", "data",
+        "lost+found", "user", "system_ce", "media", "data", "user_de",
         // ext4enc:TODO workaround that must be removed b/26673855
         "misc",
     };