]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/home/homework-fscrypt.h
systemctl: make dbus PID cgroup tree output look more like systemd-cgls
[thirdparty/systemd.git] / src / home / homework-fscrypt.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include "homework.h"
5 #include "user-record.h"
6
7 int home_setup_fscrypt(UserRecord *h, const PasswordCache *cache, HomeSetup *setup);
8
9 int home_create_fscrypt(UserRecord *h, HomeSetup *setup, char **effective_passwords, UserRecord **ret_home);
10
11 int home_passwd_fscrypt(UserRecord *h, HomeSetup *setup, const PasswordCache *cache, char **effective_passwords);