#!/bin/bash

. ${TOOLKIT}-functions.sh

file="usr.bin.firefox"
target="/etc/apparmor.d/$file"

[ -f $target ] && {
	installfile $file $target root:root 640
}

exit 0
