]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/home/homework-fscrypt.h
update-utmp: do not fail on EROFS
[thirdparty/systemd.git] / src / home / homework-fscrypt.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "homework.h"
5 #include "user-record.h"
6
7 int home_prepare_fscrypt(UserRecord *h, bool already_activated, char ***pkcs11_decrypted_passwords, HomeSetup *setup);
8 int home_create_fscrypt(UserRecord *h, char **effective_passwords, UserRecord **ret_home);
9
10 int home_passwd_fscrypt(UserRecord *h, HomeSetup *setup, char **pkcs11_decrypted_passwords, char **effective_passwords);