summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTianon Gravi <admwiggin@gmail.com>2020-12-24 08:24:40 -0800
committerTianon Gravi <admwiggin@gmail.com>2020-12-25 19:36:00 -0800
commit3332ae21f27559f69bd631cdb845bb81613bd45e (patch)
tree8b0af4bc60327b675a5990f210bc92c6d63098fc /meson.build
parentd70ab37c85f243044f1e65c8f495611928f9d44c (diff)
downloadat-spi2-core-3332ae21f27559f69bd631cdb845bb81613bd45e.tar.gz
Use unix sockets instead of abstract sockets
Quoting Michael Catanzaro: > Secure host services must not use abstract sockets. > > - If your sandboxed application uses --share=net to access the host > network namespace, which is required for internet access, then it > gets access to all the host's abstract sockets as well. Loads of > sandboxed applications necessarily have to use --share=net. > > - If your sandboxed application does not use --share=net, it cannot > access any host abstract sockets. This also requires bumping the minimum glib version to 2.62.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 73bfe7db..0b2474bf 100644
--- a/meson.build
+++ b/meson.build
@@ -44,7 +44,7 @@ endif
# Dependencies
libdbus_req_version = '>= 1.5'
-glib_req_version = '>= 2.32.0'
+glib_req_version = '>= 2.62.0'
gobject_req_version = '>= 2.0.0'
gio_req_version = '>= 2.28.0'