summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-11-16 18:47:52 +0100
committerLennart Poettering <lennart@poettering.net>2023-12-06 22:11:04 +0100
commit7e3607996a5df22799dd092526c78b5bd7e245f4 (patch)
tree9c7f3c005ab3a8599eb19d581f7af1b480fbbc31 /meson_options.txt
parentpid1: add ProtectSystem= as system-wide configuration, and default it to true... (diff)
downloadsystemd-7e3607996a5df22799dd092526c78b5bd7e245f4.tar.xz
systemd-7e3607996a5df22799dd092526c78b5bd7e245f4.zip
userdbctl: enable ssh-authorized-keys logic by default
sshd now supports config file drop-ins, hence let's install one to hook up "userdb ssh-authorized-keys", so that things just work. We put the drop-in relatively early, so that other drop-ins generally will override this. Ideally sshd would support such drop-ins in /usr/ rather than /etc/, but let's take what we can get. It's not that sshd's upstream was particularly open to weird ideas from Linux people.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 83b48ff5bb..c677c7f420 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -211,6 +211,8 @@ option('pamlibdir', type : 'string',
description : 'directory for PAM modules')
option('pamconfdir', type : 'string',
description : 'directory for PAM configuration ["no" disables]')
+option('sshdconfdir', type : 'string',
+ description : 'directory for SSH server configuration ["no" disables]')
option('libcryptsetup-plugins-dir', type : 'string',
description : 'directory for libcryptsetup plugins')
option('docdir', type : 'string',