From b47263d0ab72cdd652bbf0d7a436a547d87f540d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 27 Jun 2022 14:52:54 +0100 Subject: bus: Install example systemd hardening when using Meson Signed-off-by: Simon McVittie --- bus/meson.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bus') diff --git a/bus/meson.build b/bus/meson.build index c56800df..7d09e738 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', -- cgit v1.2.1