. "${GRIMOIRE}/MESON_CONFIGURE" &&

if ! test -z ${TESTS}; then
if [[ "${TESTS}" == "y" ]]; then
  list_add BUBBLEWRAP_OPTS "tests=true"
else
  list_add BUBBLEWRAP_OPTS "tests=false"
fi &&
persistent_remove TESTS
fi &&

config_query_option BUBBLEWRAP_OPTS "Require user namespaces?" n \
                                    "require_userns=true" \
                                    "require_userns=false" &&

config_query_option BUBBLEWRAP_OPTS "Enable tests?" n \
                                    "tests=true"  \
                                    "tests=false" &&

config_query BUBBLEWRAP_SUID_BIT "Set suid bit (recommended for hardened kernels)?" n
