diff options
author | Tushar Sugandhi <[email protected]> | 2020-02-18 16:06:11 -0800 |
---|---|---|
committer | Mimi Zohar <[email protected]> | 2020-02-28 14:32:58 -0500 |
commit | 555d6d71d57c4a2e4ff750f6a41d2b7d7c861863 (patch) | |
tree | 8aa2d1f5dac58bfb0fabe894f66531a132b3322f /scripts/bpf_helpers_doc.py | |
parent | 72ec611c64766795c495d88a4ad5d1180eb61bd8 (diff) |
integrity: Remove duplicate pr_fmt definitions
The #define for formatting log messages, pr_fmt, is duplicated in the
files under security/integrity.
This change moves the definition to security/integrity/integrity.h and
removes the duplicate definitions in the other files under
security/integrity.
With this change, the messages in the following files will be prefixed
with 'integrity'.
security/integrity/platform_certs/platform_keyring.c
security/integrity/platform_certs/load_powerpc.c
security/integrity/platform_certs/load_uefi.c
security/integrity/iint.c
e.g. "integrity: Error adding keys to platform keyring %s\n"
And the messages in the following file will be prefixed with 'ima'.
security/integrity/ima/ima_mok.c
e.g. "ima: Allocating IMA blacklist keyring.\n"
For the rest of the files under security/integrity, there will be no
change in the message format.
Suggested-by: Shuah Khan <[email protected]>
Suggested-by: Joe Perches <[email protected]>
Signed-off-by: Tushar Sugandhi <[email protected]>
Reviewed-by: Lakshmi Ramasubramanian <[email protected]>
Signed-off-by: Mimi Zohar <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions