diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-12-29 17:40:21 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-12-29 17:40:21 +0100 |
commit | ffad58b4a2a45613101f4dca75cf6cde33e74cb3 (patch) | |
tree | 8e6a7438e3636b809c6c998e13a0ade3d8093054 /conf/afm-system-daemon.conf | |
parent | df95c86712d96754a4d660e9ddf98bdbad746cf4 (diff) |
packages and install configuration files
Change-Id: I8a0d4c42d7fe02eabc06c91af9c488bb8235df4a
Diffstat (limited to 'conf/afm-system-daemon.conf')
-rw-r--r-- | conf/afm-system-daemon.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/conf/afm-system-daemon.conf b/conf/afm-system-daemon.conf new file mode 100644 index 0000000..9527435 --- /dev/null +++ b/conf/afm-system-daemon.conf @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" + "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> + +<!-- + This file is part of afm-main + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<busconfig> + + <policy user="afm"> + <allow own="org.AGL.afm.system"/> + </policy> + + <policy context="default"> + <allow send_destination="org.AGL.afm.system"/> + </policy> + +</busconfig> + |