summaryrefslogtreecommitdiffstats
path: root/rules/host-ima-evm-utils.in
Commit message (Collapse)AuthorAgeFilesLines
* rules: allow selecting most host packages in the platformconfigMichael Olbrich2018-11-061-1/+0
| | | | | | | | | | | Do this by including the the hosttools_noprompt section for the platformconfig. This way, we don't need to manually add a package to the platformconfig when it is needed. Exceptions are special packages that are always enabled and host-gobject-introspection because it needs host-qemu. These packages are now in the new hosttools_noprompt_ptx section. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: used 'default y if ALLYES' instead of 'default ALLYES'Michael Olbrich2018-11-061-1/+1
| | | | | | | This way the symbol only shows up in the config if ALLYES is enabled. This avoids unnecessary noise in the config files. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Revert "host-ima-evm-utils: use host-kernel-header"Marc Kleine-Budde2016-08-151-1/+0
| | | | | | | | | | The ima-evm-issues should be fixed with: f479488c6664 ima-evm-utils: update patches This reverts commit 25fc43e25b7d2d74b993dfa572f360f252c09baa. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-ima-evm-utils: use host-kernel-headerMichael Olbrich2016-08-141-0/+1
| | | | | | | | | | | | Otherwise building may fail, if the kernel headers are too old: evmctl.c:72:2: error: 'XATTR_NAME_IMA' undeclared here (not in a function) evmctl.c:83:2: error: initializer element is not constant evmctl.c:83:2: error: (near initialization for 'evm_extra_smack_xattrs[5]') XATTR_NAME_IMA is defined in linux/xattr.h since linux-3.7. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: normal noprompt host tools should be tristate and default to ALLYESMichael Olbrich2016-07-091-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-ima-evm-utils.in: add dependency to host-keyutilsMarc Kleine-Budde2016-01-191-0/+1
| | | | | | host-ima-evm-utils needs the keyutils.h Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-ima-evm-utils: add missing dependenciesMarc Kleine-Budde2015-11-151-0/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-ima-evm-utils: addMarc Kleine-Budde2015-05-271-0/+8
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>