Since the post install script is being run as root, $USER in the
following command would be adding root to the access_bpf group: dscl .
-read /Groups/"$BPF_GROUP" > /dev/null 2>&1 || dseditgroup -q -o create
"$BPF_GROUP" dseditgroup -q -o edit -a "$U...