Compare commits

..

No commits in common. "8d2d64166e1bb5978b5392b2787d1dd8feb63c16" and "cdfd853744ee9348691e9bbe4d2775e5415ba119" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -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 be a string like "What's the name of your first pet?", but is entirely for the
user to choose. user to choose.
`hashedPassword` → An array of strings, each containing a hashed UNIX password `hashPassword` → An array of strings, each containing a hashed UNIX password
string, in the format string, in the format
[`crypt(3)`](http://man7.org/linux/man-pages/man3/crypt.3.html) generates. This [`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` corresponds with `sp_pwdp` field of `struct spwd` (and in a way the `pw_passwd`

View File

@ -69,10 +69,6 @@ static inline bool is_efi_secure_boot_setup_mode(void) {
return false; return false;
} }
static inline int cache_efi_options_variable(void) {
return -EOPNOTSUPP;
}
static inline int systemd_efi_options_variable(char **line) { static inline int systemd_efi_options_variable(char **line) {
return -ENODATA; return -ENODATA;
} }