]> git.ipfire.org Git - thirdparty/systemd.git/commit
hostnamed: make sure we can actually properly parse 'allowInteractiveAuthentication... 33503/head
authorLennart Poettering <lennart@poettering.net>
Thu, 27 Jun 2024 08:12:04 +0000 (10:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 27 Jun 2024 08:43:21 +0000 (10:43 +0200)
commit6678b9acc6435be56d0193dd0b40325fa615bd1f
tree0d770d75be469ab254d768e5027828c95de42f21
parentb6464e80d65fd5bfd9e6206ee305f0da9c88c096
hostnamed: make sure we can actually properly parse 'allowInteractiveAuthentication' varlink parameter

If people want they should be able to turn on this flag, to allow
interactive auth. Let's make sure this actually works. i.e. add it to
the introspection data and don't refuse the parameter in Describe().
(note the varlink handling already does parameter validation through
varlink_dispatch(), hence we can just drop any further validation)
src/hostname/hostnamed.c
src/shared/varlink-io.systemd.Hostname.c