#!/usr/bin/env bash

[ "$(fw_printenv -n Enhanced_Security)" == "true" ] && exit 0
exit 1