All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/webkitgtk: select libseccomp when sandbox is enabled
@ 2019-12-15 18:54 Adrian Perez de Castro
  2019-12-15 20:31 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Perez de Castro @ 2019-12-15 18:54 UTC (permalink / raw)
  To: buildroot

Select BR2_PACKAGE_LIBSECCOMP when the sandboxing support is enabled
during configuration.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.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.
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/webkitgtk: select libseccomp when sandbox is enabled
  2019-12-15 18:54 [Buildroot] [PATCH 1/1] package/webkitgtk: select libseccomp when sandbox is enabled Adrian Perez de Castro
@ 2019-12-15 20:31 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-12-15 20:31 UTC (permalink / raw)
  To: buildroot

>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:

 > Select BR2_PACKAGE_LIBSECCOMP when the sandboxing support is enabled
 > during configuration.

 > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-15 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-15 18:54 [Buildroot] [PATCH 1/1] package/webkitgtk: select libseccomp when sandbox is enabled Adrian Perez de Castro
2019-12-15 20:31 ` 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.