diff options
author | Simon McVittie <smcv@collabora.com> | 2017-06-30 15:50:56 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2017-12-11 16:13:43 +0000 |
commit | 4df9306d13e0860af3f3abf6c08fee9602b87b8f (patch) | |
tree | e9946e4dbc99010494755d76fb77a9050fbb9ca1 | |
parent | 81c4983c3df1b41c478eff523d5e21232d62e831 (diff) |
system.conf: Allow creating containers on the system buscontainers-minimum-101354
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
-rw-r--r-- | bus/system.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in index 2ca4ae58..7c79a1ae 100644 --- a/bus/system.conf.in +++ b/bus/system.conf.in @@ -69,6 +69,8 @@ send_interface="org.freedesktop.DBus.Introspectable"/> <allow send_destination="org.freedesktop.DBus" send_interface="org.freedesktop.DBus.Properties"/> + <allow send_destination="org.freedesktop.DBus" + send_interface="org.freedesktop.DBus.Containers1"/> <!-- But disallow some specific bus services --> <deny send_destination="org.freedesktop.DBus" send_interface="org.freedesktop.DBus" |