From: Simon McVittie Date: Mon, 27 Jun 2022 13:52:54 +0000 (+0100) Subject: bus: Install example systemd hardening when using Meson X-Git-Tag: dbus-1.15.0~32^2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47263d0ab72cdd652bbf0d7a436a547d87f540d;p=thirdparty%2Fdbus.git bus: Install example systemd hardening when using Meson Signed-off-by: Simon McVittie --- diff --git a/bus/meson.build b/bus/meson.build index c56800df6..7d09e7381 100644 --- a/bus/meson.build +++ b/bus/meson.build @@ -49,6 +49,11 @@ configure_file( install_dir: get_option('datadir') / 'doc' / 'dbus' / 'examples', ) +install_data( + 'example-system-hardening-without-traditional-activation.conf', + install_dir: get_option('datadir') / 'doc' / 'dbus' / 'examples', +) + if use_launchd configure_file( input: 'org.freedesktop.dbus-session.plist.in',