Skip to content

Commit

Permalink
build: install org.neard.se.conf dbus configuration file
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JamiKettunen committed Feb 13, 2022
1 parent c781008 commit 33701a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33701a0

Please sign in to comment.