|
@@ -63,6 +63,21 @@ config BR2_PACKAGE_WPEWEBKIT
|
|
|
|
|
|
if BR2_PACKAGE_WPEWEBKIT
|
|
|
|
|
|
+config BR2_PACKAGE_WPEWEBKIT_SANDBOX
|
|
|
+ bool "sandboxing support"
|
|
|
+ depends on BR2_PACKAGE_LIBSECCOMP_ARCH_SUPPORTS # libseccomp
|
|
|
+ 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 asccess, and Web content rendering.
|
|
|
+
|
|
|
+comment "sandboxing supports needs a toolchain w/ headers >= 3.12"
|
|
|
+ depends on BR2_PACKAGE_LIBSECCOMP_ARCH_SUPPORTS
|
|
|
+ depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
|
|
+
|
|
|
config BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA
|
|
|
bool "multimedia support"
|
|
|
select BR2_PACKAGE_GSTREAMER1
|