EnglishFrenchSpanish

Ad


OnWorks favicon

dh_apparmor - Online in the Cloud

Run dh_apparmor in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command dh_apparmor that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


dh_apparmor - reload AppArmor profile and create local include

SYNOPSIS


dh_apparmor [--manifest=manifestfile] --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. Eg:

dh_apparmor --profile-name=bin.foo dh_apparmor --profile-name=bin.foo -p foo

--manifest=<manifestfile>
Optionally specify a manifest file. When specified, a profile is generated by calling
aa-easyprof(8) with the specified manifest file and putting the resulting profile in
debian/apparmor/<profilename>. Eg, if there is a valid manifest in
debian/manifest.json, then the following command will create debian/apparmor/bin.bar
for the 'bar' package (you will need to clean this up via override_dh_clean or
similar).

dh_apparmor --manifest=manifest.json --profile-name=bin.bar -p bar

Because not all build enviroments support the apparmor kernel interface,
aa-easyprof(8) is called with the --no-verify option. Use of this option requires that
apparmor-easyprof is installed.

NOTES


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:

debian/apparmor/bin.bar etc/apparmor.d

Use dh_apparmor online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 2
    PyQt
    PyQt
    PyQt is the Python bindings for
    Digia's Qt cross-platform
    application development framework. It
    supports Python v2 and v3 and Qt v4 and
    Qt v5. PyQt is avail...
    Download PyQt
  • 3
    garlic3
    garlic3
    Gambas3* coding tools and examples for
    use in SMB or other organizations that
    make internal programs. E.g. from
    database fields to class sourcecode with
    DbInfo...
    Download garlic3
  • 4
    Sardi
    Sardi
    Sardi is a complete restyling and
    optimisation of svg code. 6 choices for
    your applications and 10 kind of folders
    to use in your file manager. The sardi
    icons...
    Download Sardi
  • 5
    LMMS Digital Audio Workstation
    LMMS Digital Audio Workstation
    LMMS is a free cross-platform software
    which allows you to produce music with
    your computer. If you like this project
    consider getting involved in the project
    h...
    Download LMMS Digital Audio Workstation
  • 6
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS is a market-leading real-time
    operating system (RTOS) for
    microcontrollers and small
    microprocessors. Distributed freely
    under the MIT open source lice...
    Download FreeRTOS Real Time Kernel (RTOS)
  • 7
    Avogadro
    Avogadro
    Avogadro is an advanced molecular
    editor designed for cross-platform use
    in computational chemistry, molecular
    modeling, bioinformatics, materials
    science and ...
    Download Avogadro
  • More »

Linux commands

Ad