Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-30security: Refactor declaration of LSM hooksKP Singh
2020-01-29Merge branch 'for-v5.6' of git://git.kernel.org:/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2020-01-27security: remove EARLY_LSM_COUNT which never usedAlex Shi
2019-12-10security,lockdown,selinux: implement SELinux lockdownStephen Smalley
2019-10-17perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-20security: Add a "locked down" LSM hookMatthew Garrett
2019-08-20security: Support early LSMsMatthew Garrett
2019-08-13fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel
2019-07-09Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-14LSM: switch to blocking policy update notifiersJanne Karhunen
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-08Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-21LSM: add new hook for kernfs node initializationOndrej Mosnacek
2019-03-21vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells
2019-03-13Merge 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-26LSM: Ignore "security=" when "lsm=" is specifiedKees Cook
2019-02-01audit: remove unused actx param from audit_rule_matchRichard Guy Briggs
2019-01-23Merge 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-17LSM: Check for NULL cred-security on freeJames Morris
2019-01-11LSM: generalize flag passing to security_capableMicah Morton
2019-01-09LSM: Infrastructure management of the ipc security blobCasey Schaufler
2019-01-09LSM: Infrastructure management of the task securityCasey Schaufler
2019-01-09LSM: Infrastructure management of the inode securityCasey Schaufler
2019-01-09LSM: Infrastructure management of the file securityCasey Schaufler
2019-01-09Infrastructure management of the cred security blobCasey Schaufler
2019-01-09procfs: add smack subdir to attrsCasey Schaufler
2019-01-09capability: Initialize as LSM_ORDER_FIRSTKees Cook
2019-01-09LSM: Introduce enum lsm_orderKees Cook
2019-01-09Yama: Initialize as ordered LSMKees Cook
2019-01-09LoadPin: Initialize as ordered LSMKees Cook
2019-01-09LSM: Split LSM preparation from initializationKees Cook
2019-01-09LSM: Add all exclusive LSMs to ordered initializationCasey Schaufler
2019-01-09LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook
2019-01-09LSM: Refactor "security=" in terms of enable/disableKees Cook
2019-01-09LSM: Prepare for reorganizing "security=" logicKees Cook
2019-01-09LSM: Tie enabling logic to presence in ordered listKees Cook
2019-01-09LSM: Introduce "lsm=" for boottime LSM selectionKees Cook
2019-01-09LSM: Introduce CONFIG_LSMKees Cook
2019-01-09LSM: Build ordered list of LSMs to initializeKees Cook
2019-01-09LSM: Lift LSM selection out of individual LSMsKees Cook
2019-01-09LSM: Provide separate ordered initializationKees Cook
2019-01-06Merge 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