debian man page for dh_apparmor

Query: dh_apparmor

OS: debian

Section: 1

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DH_APPARMOR(1)							     Debhelper							    DH_APPARMOR(1)

NAME
dh_apparmor - reload AppArmor profile and create local include
SYNOPSIS
dh_apparmor --profile-name=profilename
DESCRIPTION
dh_apparmor is a debhelper program that will create/remove the /etc/apparmor.d/local/<profilename> include file in maintainer scripts. It also reloads the specified AppArmor profile in postinst using: apparmor_parser -r -W -T /etc/apparmor.d/<profilename> By using '-W -T' we ensure that any abstraction updates are also pulled in.
OPTIONS
--profile-name=<profilename> Specify the profile name.
NOTES
Note that for packages that have multiple binary packages, you will want to pass '-p<package name>' to dh_apparmor, otherwise dh_apparmor will add AppArmor reload commands for all packages rather than just the one that ships the profile.
SEE ALSO
debhelper This program is a part of debhelper.
AUTHOR
Jamie Strandboge <jamie@canonical.com> 2012-06-28 DH_APPARMOR(1)
Related Man Pages
aa-autodep(8) - linux
aa-autodep(8) - mojave
aa-genprof(8) - sunos
aa-autodep(8) - hpux
aa-autodep(8) - osx
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?