aboutsummaryrefslogtreecommitdiffstats
path: root/conf/CMakeLists.txt
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-06-04 13:20:34 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2019-06-14 11:17:52 +0200
commit3284913fccd1a8b6e9993eb9676d8d28f02c2151 (patch)
tree919b9c6b44135875f1ada854362674d54565c293 /conf/CMakeLists.txt
parentce5c20d2fa7e9c3e08c97643c77c7647bef79cd5 (diff)
Introduce dbus config of services
The files conf/dbus/afm-permissions-*.conf are introduced to grant the permission to access specific services. At the moment the same permission is used: http://tizen.org/privilege/internal/dbus But the idea is to replace it by a set of different permissions. Bug-AGL: SPEC-1016 Change-Id: Ide54e7fd9ae328ff17a877e4ec04b18ad32fb899 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/CMakeLists.txt')
-rw-r--r--conf/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt
index 47fe4ec..11b2beb 100644
--- a/conf/CMakeLists.txt
+++ b/conf/CMakeLists.txt
@@ -19,4 +19,5 @@
add_subdirectory(unit)
add_subdirectory(system)
add_subdirectory(user)
+add_subdirectory(dbus)