#!/bin/sh

profile_path='/etc/apparmor.d/usr.bin.s3'
/usr/sbin/aa-complain $profile_path 2>&1
/sbin/apparmor_parser -r $profile_path 2>&1

exit 0