# SPDX-License-Identifier: GPL-2.0 randstruct-cflags-y += -DRANDSTRUCT ifdef CONFIG_GCC_PLUGIN_RANDSTRUCT randstruct-cflags-y \ += -fplugin=$(objtree)/scripts/gcc-plugins/randomize_layout_plugin.so randstruct-cflags-$(CONFIG_RANDSTRUCT_PERFORMANCE) \ += -fplugin-arg-randomize_layout_plugin-performance-mode else randstruct-cflags-y \ += -frandomize-layout-seed-file=$(objtree)/scripts/basic/randstruct.seed endif export RANDSTRUCT_CFLAGS := $(randstruct-cflags-y) KBUILD_CFLAGS += $(RANDSTRUCT_CFLAGS) r'> cgit logo index : kernel
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_mok.c
AgeCommit message (Expand)Author
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2017-04-04KEYS: Use structure to capture key restriction function and dataMat Martineau
2016-04-11IMA: Use the the system trusted keyrings instead of .ima_mokDavid Howells
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells
2015-12-15security/integrity: make ima/ima_mok.c explicitly non-modularPaul Gortmaker
2015-12-15IMA: prevent keys on the .ima_blacklist from being removedMimi Zohar
2015-12-15IMA: create machine owner and blacklist keyringsPetko Manolov