Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4810d968 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull IMA fix from James Morris.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  ima: fix the string representation of the LSM/IMA hook enumeration ordering
parents 41143b77 cf90ea93
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -884,10 +884,10 @@ static char *func_tokens[] = {
	"BPRM_CHECK",
	"BPRM_CHECK",
	"MODULE_CHECK",
	"MODULE_CHECK",
	"FIRMWARE_CHECK",
	"FIRMWARE_CHECK",
	"POST_SETATTR",
	"KEXEC_KERNEL_CHECK",
	"KEXEC_KERNEL_CHECK",
	"KEXEC_INITRAMFS_CHECK",
	"KEXEC_INITRAMFS_CHECK",
	"POLICY_CHECK",
	"POLICY_CHECK"
	"POST_SETATTR"
};
};


void *ima_policy_start(struct seq_file *m, loff_t *pos)
void *ima_policy_start(struct seq_file *m, loff_t *pos)