aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJami Kettunen <jami.kettunen@protonmail.com>2022-02-13 17:49:46 +0200
committerJami Kettunen <jami.kettunen@protonmail.com>2022-02-13 17:49:46 +0200
commit33701a09fef48e06be2c704419a7d5017131a7d1 (patch)
tree58c4dcbe6fb37d9b8004c2cb380a30b908876e23
parentc781008d3786e03173f0a0f5dfcc0545c787d7fc (diff)
downloadneard-33701a09fef48e06be2c704419a7d5017131a7d1.tar.gz
build: install org.neard.se.conf dbus configuration file
Without this attempting to launch seeld as root resulted in: Connection ":1.0" is not allowed to own the service "org.neard.se" due to security policies in the configuration file
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 26aa4ca..1ff5d31 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,6 +111,10 @@ dbusdir = ${sysconfdir}/dbus-1/system.d/
dist_dbus_DATA = src/org.neard.conf
+if SE
+dist_dbus_DATA += se/org.neard.se.conf
+endif
+
if MAINTAINER_MODE
if SE