package/apparmor: new package
authorAngelo Compagnucci <angelo@amarulasolutions.com>
Fri, 27 Mar 2020 20:38:37 +0000 (21:38 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 20 Apr 2020 07:53:05 +0000 (09:53 +0200)
commit007ee0765e649d7b6f14fb4f2545cff833f1d2e4
tree66359ef88d541b373c2bcce641b4b8f6ca41310a
parent67e576fab524c6341d86aa34a8c93306533b6e1a
package/apparmor: new package

The various AppArmor utilities are spread in a few sub-directories of
the apparmor source tree. For now, we build only the parser, but we'll
soon introduce support for a few other utilities, so we prepare the
package to be able to build more than just the parser, hence the
slightly convoluted build and install commands, and the use of the
APPARMOR_TOOLS and APPARMOR_MAKE_OPTS variables, which will come handy
in the following commits.

We must ensure the version matches that of libapparmor, but there is not
much we can do to enforce that, so as we do for various other packages,
we just add a comment to that effect.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
[yann.morin.1998@free.fr:
  - make it a separate package
  - split into its own patch, write a commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Tested-by: Angelo Compagnucci <angelo@amarulasolutions.com>
package/Config.in
package/apparmor/Config.in [new file with mode: 0644]
package/apparmor/apparmor.hash [new file with mode: 0644]
package/apparmor/apparmor.mk [new file with mode: 0644]
package/libapparmor/libapparmor.mk