diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 14:27:22 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 14:27:22 +0000 |
commit | 0e6a5eb8fc4b7e64e39031e5744e1079492d4c13 (patch) | |
tree | 437427cf475a361c5defb8f4498bba6a87168d66 /transfer | |
parent | 88a2fca09c8a94a11b2a8073fb65f3f3e752d090 (diff) |
There is no need for a D-Bus config file
Diffstat (limited to 'transfer')
-rw-r--r-- | transfer/Makefile.am | 8 | ||||
-rw-r--r-- | transfer/bluetooth-transfer.conf | 8 |
2 files changed, 1 insertions, 15 deletions
diff --git a/transfer/Makefile.am b/transfer/Makefile.am index 61b61f82..388c71df 100644 --- a/transfer/Makefile.am +++ b/transfer/Makefile.am @@ -1,11 +1,5 @@ if OBEX -if CONFIGFILES -dbusdir = $(sysconfdir)/dbus-1/system.d - -dbus_DATA = bluetooth-transfer.conf -endif - servicedir = $(libdir)/bluetooth noinst_PROGRAMS = bluetoothd-service-transfer @@ -21,6 +15,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENOBEX_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ INCLUDES = -I$(top_srcdir)/common -EXTRA_DIST = bluetooth-transfer.conf transfer-api.txt +EXTRA_DIST = transfer-api.txt MAINTAINERCLEANFILES = Makefile.in diff --git a/transfer/bluetooth-transfer.conf b/transfer/bluetooth-transfer.conf deleted file mode 100644 index 835f1557..00000000 --- a/transfer/bluetooth-transfer.conf +++ /dev/null @@ -1,8 +0,0 @@ -<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" - "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> - -<busconfig> - <policy context="mandatory"> - <allow own="org.bluez.transfer"/> - </policy> -</busconfig> |