#!/bin/sh
if echo "$@" | grep -qw build; then
    exec podman.real "$@" --isolation=chroot --security-opt=seccomp=unconfined
fi
exec podman.real "$@"
