prophunt-garrysmod/apparmor/generateAppArmorProfile.sh
2019-07-29 21:55:01 +02:00

13 lines
226 B
Bash

#!/bin/sh
if [ "${DEBUGGING}" = "true" ]; then
set -o xtrace
fi
set -o errexit
set -o pipefail
set -o nounset
wget -qO "apparmor.profile" 'https://raw.githubusercontent.com/moby/moby/master/profiles/apparmor/template.go'