aboutsummaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-07Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-20LSM: add new hook for kernfs node initializationOndrej Mosnacek
2019-03-20vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-02-28introduce cloning of fs_contextAl Viro
2019-02-28vfs: Add LSM hooks for the new mount APIDavid Howells
2019-02-25LSM: Ignore "security=" when "lsm=" is specifiedKees Cook
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs
2019-01-22Merge tag 'v5.0-rc3' into next-generalJames Morris
2019-01-18LSM: Make some functions staticWei Yongjun
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa
2019-01-16LSM: Check for NULL cred-security on freeJames Morris
2019-01-10LSM: generalize flag passing to security_capableMicah Morton
2019-01-08LSM: Infrastructure management of the ipc security blobCasey Schaufler
2019-01-08LSM: Infrastructure management of the task securityCasey Schaufler
2019-01-08LSM: Infrastructure management of the inode securityCasey Schaufler
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