File Manager

Current Path : /usr/sbin/
Upload File :
Current File : //usr/sbin/aa-teardown

#!/bin/sh

test $# = 0 || {
	echo "Usage: $0"
	echo
	echo "Unloads all AppArmor profiles"
	exit 1
}

/lib/apparmor/apparmor.systemd stop

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com