diff --git a/KeyUtil.cpp b/KeyUtil.cpp index 3359699..acc42db 100644 --- a/KeyUtil.cpp +++ b/KeyUtil.cpp @@ -27,6 +27,7 @@ #include #include +#include #include #include @@ -87,6 +88,7 @@ bool isFsKeyringSupported(void) { } LOG(DEBUG) << "Detected support for FS_IOC_ADD_ENCRYPTION_KEY"; supported = true; + android::base::SetProperty("ro.crypto.uses_fs_ioc_add_encryption_key", "true"); } // There's no need to check for FS_IOC_REMOVE_ENCRYPTION_KEY, since it's // guaranteed to be available if FS_IOC_ADD_ENCRYPTION_KEY is. There's