DH_APPARMOR(1) | Debhelper | DH_APPARMOR(1) |
dh_apparmor - reload AppArmor profile and create local include
dh_apparmor [--manifest=manifestfile] --profile-name=profilename
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:
By using '-W -T' we ensure that any abstraction updates are also pulled in.
dh_apparmor --profile-name=bin.foo dh_apparmor --profile-name=bin.foo -p foo
dh_apparmor --manifest=manifest.json --profile-name=bin.bar -p bar
Because not all build environments support the apparmor kernel interface, aa-easyprof(8) is called with the --no-verify option. Use of this option requires that apparmor-utils is installed.
When using modern dh packaging techniques, dh_apparmor can be added to the override_dh_install section of the rules file. 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.
In addition, you will have to install the profile itself in /etc/apparmor.d. Eg, in the above manifest file example if you are using dh_install you would add to debian/bar.install:
debhelper(7) aa-easyprof(8)
This program is a part of debhelper.
Jamie Strandboge <jamie@canonical.com>
2024-07-18 | 4.0.1really4.0.1-0ubuntu0.24.04.3 |