summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-06-02 14:51:54 +0100
committerSimon McVittie <smcv@collabora.com>2017-12-11 15:50:02 +0000
commit88b3c319281d988d70253b17d59f7ba687042006 (patch)
tree36da83dda6d7e532f94b248cef28341400349f5d /README.cmake
parent39262d0a2913fc8ee951beb3d0241720abf651c0 (diff)
downloaddbus-88b3c319281d988d70253b17d59f7ba687042006.tar.gz
driver: Add a stub implementation of the Containers1 interface
For now, this is considered to be a privileged operation, because the resource-limiting isn't wired up yet. It only contains the bare minimum of API. Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101354
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index 69012fbe..6d5621fd 100644
--- a/README.cmake
+++ b/README.cmake
@@ -117,6 +117,9 @@ DBUS_ENABLE_DOXYGEN_DOCS:BOOL=OFF
// enable bus daemon usage statistics
DBUS_ENABLE_STATS:BOOL=OFF
+// enable restricted servers for app containers
+DBUS_ENABLE_CONTAINERS:BOOL=OFF
+
// support verbose debug mode
DBUS_ENABLE_VERBOSE_MODE:BOOL=ON