Searched hist:a2d61ed5 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/security/integrity/ |
H A D | Makefile | a2d61ed5 Wed Jul 02 07:42:19 CDT 2014 Dmitry Kasatkin <d.kasatkin@samsung.com> integrity: make integrity files as 'integrity' module
The kernel print macros use the KBUILD_MODNAME, which is initialized to the module name. The current integrity/Makefile makes every file as its own module, so pr_xxx messages are prefixed with the file name instead of the module. Similar to the evm/Makefile and ima/Makefile, this patch fixes the integrity/Makefile to use the single name 'integrity'.
Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com> a2d61ed5 Wed Jul 02 07:42:19 CDT 2014 Dmitry Kasatkin <d.kasatkin@samsung.com> integrity: make integrity files as 'integrity' module The kernel print macros use the KBUILD_MODNAME, which is initialized to the module name. The current integrity/Makefile makes every file as its own module, so pr_xxx messages are prefixed with the file name instead of the module. Similar to the evm/Makefile and ima/Makefile, this patch fixes the integrity/Makefile to use the single name 'integrity'. Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
|