From 11ae3f6ecdb250ae47209ec3932b175af48dbe5f Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 18 Mar 2018 18:14:27 +0100 Subject: [PATCH] add aa-teardown manpage --- parser/Makefile | 2 +- parser/aa-teardown.pod | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 parser/aa-teardown.pod diff --git a/parser/Makefile b/parser/Makefile index cf76c750e..b18cfe414 100644 --- a/parser/Makefile +++ b/parser/Makefile @@ -28,7 +28,7 @@ SYSTEMD_UNIT_DIR=${DESTDIR}/usr/lib/systemd/system CONFDIR=/etc/apparmor INSTALL_CONFDIR=${DESTDIR}${CONFDIR} LOCALEDIR=/usr/share/locale -MANPAGES=apparmor.d.5 apparmor.7 apparmor_parser.8 subdomain.conf.5 +MANPAGES=apparmor.d.5 apparmor.7 apparmor_parser.8 subdomain.conf.5 aa-teardown.8 YACC := /usr/bin/bison YFLAGS := -d diff --git a/parser/aa-teardown.pod b/parser/aa-teardown.pod new file mode 100644 index 000000000..244171493 --- /dev/null +++ b/parser/aa-teardown.pod @@ -0,0 +1,40 @@ +# ---------------------------------------------------------------------- +# Copyright (c) 2018 Christian Boltz +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of version 2 of the GNU General Public +# License published by the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, contact Novell, Inc. +# ---------------------------------------------------------------------- + +=pod + +=head1 NAME + +aa-teardown - unload all AppArmor profiles + +=head1 SYNOPSIS + +B + +=head1 DESCRIPTION + +aa-teardown unloads all AppArmor profiles + +=head1 BUGS + +If you find any bugs, please report them at +L. + +=head1 SEE ALSO + +apparmor(7), apparmor.d(5), and L. + +=cut