aboutsummaryrefslogtreecommitdiffstats
path: root/security/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-02-22fortify: drop Clang version check for 12.0.1 or newerNathan Chancellor1-2/+0
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor1-1/+1
2023-05-24mm/slab: remove HAVE_HARDENED_USERCOPY_ALLOCATORVlastimil Babka1-8/+0
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-04-24Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+9
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-1/+1
2023-03-20selinux: remove the runtime disable functionalityPaul Moore1-5/+0
2023-03-10security: Remove integrity from the LSM list in KconfigRoberto Sassu1-7/+9
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra1-11/+0
2022-04-13usercopy: Remove HARDENED_USERCOPY_PAGESPANMatthew Wilcox (Oracle)1-12/+1
2022-03-31Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-03-24usercopy: Disable CONFIG_HARDENED_USERCOPY_PAGESPANKees Cook1-1/+1
2022-02-13fortify: Add Clang supportKees Cook1-2/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-14/+0
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt1-14/+0
2021-09-25fortify: Explicitly disable Clang supportKees Cook1-0/+3
2021-04-22landlock: Set up the security framework and manage credentialsMickaël Salaün1-5/+5
2021-04-22landlock: Add object managementMickaël Salaün1-0/+1
2020-08-06Replace HTTP links with HTTPS ones: securityAlexander A. Klimov1-1/+1
2020-03-30bpf: lsm: Initialize the BPF LSM hooksKP Singh1-5/+5
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+6
2019-08-19security: Add a static lockdown policy LSMMatthew Garrett1-5/+6
2019-07-15docs: x86: move two x86-specific files to x86 arch dirMauro Carvalho Chehab1-1/+1
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet1-0/+1
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge tag 'meminit-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2019-04-24security: Create "kernel hardening" config areaKees Cook1-0/+2
2019-03-29LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig"Kees Cook1-0/+38
2019-03-01LSM: Update list of SECURITYFS users in KconfigPetr Vorel1-2/+1
2019-01-25LSM: add SafeSetID module that gates setid callsMicah Morton1-1/+2
2019-01-08Yama: Initialize as ordered LSMKees Cook1-1/+1
2019-01-08LoadPin: Initialize as ordered LSMKees Cook1-38/+1
2019-01-08LSM: Introduce "lsm=" for boottime LSM selectionKees Cook1-1/+2
2019-01-08LSM: Introduce CONFIG_LSMKees Cook1-0/+9
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-8/+8
2018-09-14Revert "x86/mm/legacy: Populate the user page-table with user pgd's"Joerg Roedel1-1/+1
2018-08-15Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+0
2018-07-20x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32Joerg Roedel1-1/+1
2018-07-02usercopy: Do not select BUG with HARDENED_USERCOPYKamal Mostafa1-1/+0
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+14
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook1-0/+14
2018-01-14security/Kconfig: Correct the Documentation reference for PTIW. Trevor King1-1/+1
2018-01-03x86/pti: Enable PTI by defaultThomas Gleixner1-0/+1
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+10
2017-12-23x86/mm/pti: Add KconfigDave Hansen1-0/+10
2017-12-18/dev/mem: Add bounce buffer for copy-outKees Cook1-0/+1
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay1-0/+7
2017-05-23IB/core: Enforce PKey security on QPsDaniel Jurgens1-0/+9
2017-05-22Sync to mainline for security submaintainers to work againstJames Morris1-9/+0
2017-05-15security: Grammar s/allocates/allocated/Geert Uytterhoeven1-1/+1
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+5
2017-04-26HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro1-9/+0
2017-03-06security: introduce CONFIG_SECURITY_WRITABLE_HOOKSJames Morris1-0/+5
2017-01-19Introduce STATIC_USERMODEHELPER to mediate call_usermodehelper()Greg Kroah-Hartman1-0/+35
2016-09-07Merge tag 'usercopy-v4.8-rc6-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+11
2016-09-07usercopy: remove page-spanning test for nowKees Cook1-0/+11
2016-08-19Make the hardened user-copy code depend on having a hardened allocatorLinus Torvalds1-0/+1
2016-07-26mm: Hardened usercopyKees Cook1-0/+28
2016-04-21LSM: LoadPin for kernel file loading restrictionsKees Cook1-0/+1
2015-07-28Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDKees Cook1-5/+0
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+1
2014-02-05security: select correct default LSM_MMAP_MIN_ADDR on arm on arm64Colin Cross1-1/+1
2012-05-11KEYS: Move the key config into security/keys/KconfigDavid Howells1-67/+1
2012-02-10security: Yama LSMKees Cook1-0/+6
2011-09-14encrypted-keys: remove trusted-keys dependencyMimi Zohar1-1/+3
2011-07-18integrity: move ima inode integrity data managementMimi Zohar1-1/+1
2011-03-22security: select correct default LSM_MMAP_MIN_ADDR on ARM.Paul Gortmaker1-0/+1
2010-11-29keys: add new key-type encryptedMimi Zohar1-0/+16
2010-11-29keys: add new trusted key-typeMimi Zohar1-0/+15
2010-11-12Restrict unprivileged access to kernel syslogDan Rosenberg1-0/+12
2010-08-02AppArmor: Enable configuring and building of the AppArmor security moduleJohn Johansen1-0/+6
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn1-9/+0
2009-11-09Config option to set a default LSMJohn Johansen1-0/+32
2009-10-20security: remove root_plugJames Morris1-13/+0
2009-09-02Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar1-0/+16
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang1-1/+1
2009-08-19security: Fix prompt for LSM_MMAP_MIN_ADDRAndreas Schwab1-1/+1
2009-08-19security: Make LSM_MMAP_MIN_ADDR default match its help text.Dave Jones1-1/+1
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris1-0/+16
2009-08-14x86, intel_txt: Fix typos in Kconfig helpArnaldo Carvalho de Melo1-2/+2
2009-07-21x86, intel_txt: Intel TXT boot supportJoseph Cihula1-0/+30
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter1-21/+1
2009-02-12Kconfig and MakefileKentaro Takeda1-0/+1
2009-02-06Merge branch 'master' into nextJames Morris1-0/+9
2009-02-06integrity: IMA as an integrity service providerMimi Zohar1-1/+4
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda1-0/+9
2008-08-28securityfs: do not depend on CONFIG_SECURITYEric Paris1-0/+8
2008-07-24security: filesystem capabilities no longer experimentalAndrew G. Morgan1-2/+1
2008-07-14security: remove dummy module fixMiklos Szeredi1-1/+1
2008-07-14security: remove dummy moduleMiklos Szeredi1-9/+1
2008-04-18security: enhance DEFAULT_MMAP_MIN_ADDR descriptionmaximilian attems1-4/+6
2008-02-06security: allow Kconfig to set default mmap_min_addr protectionEric Paris1-0/+18
2008-02-05Smack: Simplified Mandatory Access Control KernelCasey Schaufler1-0/+1
2008-01-30security: compile capabilities by defaultsergeh@us.ibm.com1-0/+1
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-0/+10
2007-10-17security: Convert LSM into a static interfaceJames Morris1-3/+3
2006-09-29[PATCH] LSM: remove BSD secure level security moduleChris Wright1-12/+0
2006-06-26[PATCH] keys: restrict contents of /proc/keys to Viewable keysMichael LeMay1-7/+13
2006-01-03[LSM-IPSec]: Security association restriction.Trent Jaeger1-0/+13
2005-08-22[PATCH] SECURITY must depend on SYSFSAdrian Bunk1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+91