]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
bus: Install example systemd hardening when using Meson
authorSimon McVittie <smcv@collabora.com>
Mon, 27 Jun 2022 13:52:54 +0000 (14:52 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
bus/meson.build

index c56800df682f03948d98dcbfb51437ba36fb7f9f..7d09e7381509115ffe38cdcb821e3c12bbc6e074 100644 (file)
@@ -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',