#!/bin/sh
set -eu

# WebKitGTK aborts if bubblewrap cannot create a user namespace. This happens on
# hardened hosts, some containers, and systems with unprivileged userns disabled.
export WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS="${WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS:-1}"

exec /usr/lib/gigawrks/Gigawrks "$@"
