All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/webkitgtk: select libseccomp when sandbox is enabled
@ 2019-12-15 20:30 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2019-12-15 20:30 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=c061ee3a0a03e06d48038673dc2f6da296401e14
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Select BR2_PACKAGE_LIBSECCOMP when the sandboxing support is enabled
during configuration.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/webkitgtk/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/webkitgtk/Config.in b/package/webkitgtk/Config.in
index 87de91f554..3ac76f9886 100644
--- a/package/webkitgtk/Config.in
+++ b/package/webkitgtk/Config.in
@@ -61,6 +61,7 @@ config BR2_PACKAGE_WEBKITGTK_SANDBOX
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # libseccomp
 	select BR2_PACKAGE_BUBBLEWRAP # runtime
 	select BR2_PACKAGE_XDG_DBUS_PROXY # runtime
+	select BR2_PACKAGE_LIBSECCOMP
 	help
 	  Enable sandboxing of the processes used for network operation,
 	  disk access, and Web content rendering.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-15 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-15 20:30 [Buildroot] [git commit] package/webkitgtk: select libseccomp when sandbox is enabled Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.