Searched hist:"52 a13284844b354c7a37533f5366cb5b653a76b3" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/security/integrity/ima/ |
H A D | ima_init.c | diff 52a13284844b354c7a37533f5366cb5b653a76b3 Wed Dec 11 13:44:04 CST 2013 Mimi Zohar <zohar@linux.vnet.ibm.com> ima: use static const char array definitions
A const char pointer allocates memory for a pointer as well as for a string, This patch replaces a number of the const char pointers throughout IMA, with a static const char array.
Suggested-by: David Howells <dhowells@redhat.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com> Acked-by: David Howells <dhowells@redhat.com>
|
H A D | ima_api.c | diff 52a13284844b354c7a37533f5366cb5b653a76b3 Wed Dec 11 13:44:04 CST 2013 Mimi Zohar <zohar@linux.vnet.ibm.com> ima: use static const char array definitions
A const char pointer allocates memory for a pointer as well as for a string, This patch replaces a number of the const char pointers throughout IMA, with a static const char array.
Suggested-by: David Howells <dhowells@redhat.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com> Acked-by: David Howells <dhowells@redhat.com>
|
H A D | ima_appraise.c | diff 52a13284844b354c7a37533f5366cb5b653a76b3 Wed Dec 11 13:44:04 CST 2013 Mimi Zohar <zohar@linux.vnet.ibm.com> ima: use static const char array definitions
A const char pointer allocates memory for a pointer as well as for a string, This patch replaces a number of the const char pointers throughout IMA, with a static const char array.
Suggested-by: David Howells <dhowells@redhat.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com> Acked-by: David Howells <dhowells@redhat.com>
|
H A D | ima_policy.c | diff 52a13284844b354c7a37533f5366cb5b653a76b3 Wed Dec 11 13:44:04 CST 2013 Mimi Zohar <zohar@linux.vnet.ibm.com> ima: use static const char array definitions
A const char pointer allocates memory for a pointer as well as for a string, This patch replaces a number of the const char pointers throughout IMA, with a static const char array.
Suggested-by: David Howells <dhowells@redhat.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com> Acked-by: David Howells <dhowells@redhat.com>
|