aboutsummaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)Author
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler
2019-01-08Infrastructure management of the cred security blobCasey Schaufler
2019-01-08procfs: add smack subdir to attrsCasey Schaufler
2019-01-08capability: Initialize as LSM_ORDER_FIRSTKees Cook
2019-01-08LSM: Introduce enum lsm_orderKees Cook
2019-01-08Yama: Initialize as ordered LSMKees Cook
2019-01-08LoadPin: Initialize as ordered LSMKees Cook
2019-01-08LSM: Split LSM preparation from initializationKees Cook
2019-01-08LSM: Add all exclusive LSMs to ordered initializationCasey Schaufler
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook
2019-01-08LSM: Refactor "security=" in terms of enable/disableKees Cook
2019-01-08LSM: Prepare for reorganizing "security=" logicKees Cook
2019-01-08LSM: Tie enabling logic to presence in ordered listKees Cook
2019-01-08LSM: Introduce "lsm=" for boottime LSM selectionKees Cook
2019-01-08LSM: Introduce CONFIG_LSMKees Cook
2019-01-08LSM: Build ordered list of LSMs to initializeKees Cook
2019-01-08LSM: Lift LSM selection out of individual LSMsKees Cook
2019-01-08LSM: Provide separate ordered initializationKees Cook
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-12-21LSM: new method: ->sb_add_mnt_opt()Al Viro
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro
2018-12-21LSM: turn sb_eat_lsm_opts() into a methodAl Viro
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro
2018-12-21LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-10LSM: Don't ignore initialization failuresKees Cook
2018-10-10LSM: Provide init debugging infrastructureKees Cook
2018-10-10LSM: Convert from initcall to struct lsm_infoKees Cook
2018-10-10LSM: Remove initcall tracingKees Cook
2018-10-10LSM: Rename .security_initcall section to .lsm_infoKees Cook
2018-10-10LSM: Correctly announce start of LSM initializationKees Cook
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel
2018-08-15Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-18integrity: prevent deadlock during digsig verification.Mikhail Kurinnoi
2018-07-17security: check for kstrdup() failure in lsm_append()Eric Biggers
2018-07-17security: export security_kernel_load_data functionArnd Bergmann
2018-07-16ima: based on policy require signed kexec kernel imagesMimi Zohar
2018-07-16security: define new LSM hook named security_kernel_load_dataMimi Zohar
2018-07-12->file_open(): lose cred argumentAl Viro
2018-07-12security_file_open(): lose cred argumentAl Viro
2018-05-04security: add hook for socketpair()David Herrmann
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds