OSDN Git Service

Add e4crypt_set_user_crypto_policies, calls vdc setusercryptopolicies
[android-x86/system-extras.git] / ext4_utils / ext4_crypt_init_extensions.h
index 7931124..d02d181 100644 (file)
@@ -11,5 +11,6 @@ int e4crypt_create_device_key(const char* path,
 int e4crypt_set_directory_policy(const char* path);
 bool e4crypt_non_default_key(const char* path);
 int do_policy_set(const char *directory, const char *policy, int policy_length);
+int e4crypt_set_user_crypto_policies(const char* path);
 
 __END_DECLS