Compare commits
2 Commits
cdfd853744
...
8d2d64166e
Author | SHA1 | Date |
---|---|---|
Luca Boccassi | 8d2d64166e | |
Lennart Poettering | ffc8eeae62 |
|
@ -582,7 +582,7 @@ restrictive access semantics. The following fields are currently defined:
|
|||
be a string like "What's the name of your first pet?", but is entirely for the
|
||||
user to choose.
|
||||
|
||||
`hashPassword` → An array of strings, each containing a hashed UNIX password
|
||||
`hashedPassword` → An array of strings, each containing a hashed UNIX password
|
||||
string, in the format
|
||||
[`crypt(3)`](http://man7.org/linux/man-pages/man3/crypt.3.html) generates. This
|
||||
corresponds with `sp_pwdp` field of `struct spwd` (and in a way the `pw_passwd`
|
||||
|
|
|
@ -69,6 +69,10 @@ static inline bool is_efi_secure_boot_setup_mode(void) {
|
|||
return false;
|
||||
}
|
||||
|
||||
static inline int cache_efi_options_variable(void) {
|
||||
return -EOPNOTSUPP;
|
||||
}
|
||||
|
||||
static inline int systemd_efi_options_variable(char **line) {
|
||||
return -ENODATA;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue