summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Crowley <paulcrowley@google.com>2019-09-17 05:40:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-09-17 05:40:05 +0000
commit8b3bcfa42b1b6fe13922b3d00120627bf16532fc (patch)
tree01ca0b028bc9a1b68b95af81c4c34d915c0b23dc
parent18dea934748208ef91c5c4be13b252b59edb7ace (diff)
parentab3085004e35cff9517fcedb03317f3f1ac84cf9 (diff)
downloadextras-8b3bcfa42b1b6fe13922b3d00120627bf16532fc.tar.gz
Merge "Add a per-boot-key policy reference"
-rw-r--r--libfscrypt/include/fscrypt/fscrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfscrypt/include/fscrypt/fscrypt.h b/libfscrypt/include/fscrypt/fscrypt.h
index 8a68b935..ff82d47a 100644
--- a/libfscrypt/include/fscrypt/fscrypt.h
+++ b/libfscrypt/include/fscrypt/fscrypt.h
@@ -32,6 +32,7 @@ int fscrypt_policy_ensure(const char *directory, const char *policy,
static const char* fscrypt_unencrypted_folder = "/unencrypted";
static const char* fscrypt_key_ref = "/unencrypted/ref";
+static const char* fscrypt_key_per_boot_ref = "/unencrypted/per_boot_ref";
static const char* fscrypt_key_mode = "/unencrypted/mode";
__END_DECLS