summaryrefslogtreecommitdiff
path: root/security/security.c
Commit message (Expand)AuthorAgeFilesLines
* security: Add a hook for the point of notification insertionDavid Howells2020-02-121-0/+9
* security: Add hooks to rule on setting a watchDavid Howells2020-02-121-0/+14
* Merge branch 'for-v5.6' of git://git.kernel.org:/pub/scm/linux/kernel/git/jmo...Linus Torvalds2020-01-281-1/+0
|\
| * security: remove EARLY_LSM_COUNT which never usedAlex Shi2020-01-271-1/+0
* | security,lockdown,selinux: implement SELinux lockdownStephen Smalley2019-12-091-0/+33
* | perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2019-10-171-0/+27
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-8/+48
|\
| * security: Add a "locked down" LSM hookMatthew Garrett2019-08-191-0/+6
| * security: Support early LSMsMatthew Garrett2019-08-191-8/+42
* | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-231-0/+6
|\ \
| * | fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2019-08-121-0/+6
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-10/+13
|\ \ \ | |_|/ |/| |
| * | LSM: switch to blocking policy update notifiersJanne Karhunen2019-06-141-10/+13
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-071-0/+5
|\
| * vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-201-0/+5
* | LSM: add new hook for kernfs node initializationOndrej Mosnacek2019-03-201-0/+6
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-0/+10
|\
| * introduce cloning of fs_contextAl Viro2019-02-281-0/+5
| * vfs: Add LSM hooks for the new mount APIDavid Howells2019-02-281-0/+5
* | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-4/+2
|\ \
| * | audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-01-311-4/+2
| |/
* | LSM: Ignore "security=" when "lsm=" is specifiedKees Cook2019-02-251-2/+6
* | Merge tag 'v5.0-rc3' into next-generalJames Morris2019-01-221-0/+7
|\ \
| * | LSM: Check for NULL cred-security on freeJames Morris2019-01-161-0/+7
| |/
* | LSM: Make some functions staticWei Yongjun2019-01-181-3/+3
* | LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa2019-01-181-16/+11
* | LSM: generalize flag passing to security_capableMicah Morton2019-01-101-9/+5
* | LSM: Infrastructure management of the ipc security blobCasey Schaufler2019-01-081-4/+87
* | LSM: Infrastructure management of the task securityCasey Schaufler2019-01-081-1/+53
* | LSM: Infrastructure management of the inode securityCasey Schaufler2019-01-081-2/+62
* | LSM: Infrastructure management of the file securityCasey Schaufler2019-01-081-3/+51
* | Infrastructure management of the cred security blobCasey Schaufler2019-01-081-2/+87
* | procfs: add smack subdir to attrsCasey Schaufler2019-01-081-4/+20
* | capability: Initialize as LSM_ORDER_FIRSTKees Cook2019-01-081-5/+0
* | LSM: Introduce enum lsm_orderKees Cook2019-01-081-1/+8
* | Yama: Initialize as ordered LSMKees Cook2019-01-081-1/+0
* | LoadPin: Initialize as ordered LSMKees Cook2019-01-081-1/+0
* | LSM: Split LSM preparation from initializationKees Cook2019-01-081-6/+15
* | LSM: Add all exclusive LSMs to ordered initializationCasey Schaufler2019-01-081-25/+20
* | LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook2019-01-081-0/+12
* | LSM: Refactor "security=" in terms of enable/disableKees Cook2019-01-081-8/+20
* | LSM: Prepare for reorganizing "security=" logicKees Cook2019-01-081-9/+8
* | LSM: Tie enabling logic to presence in ordered listKees Cook2019-01-081-3/+11
* | LSM: Introduce "lsm=" for boottime LSM selectionKees Cook2019-01-081-1/+13
* | LSM: Introduce CONFIG_LSMKees Cook2019-01-081-5/+22
* | LSM: Build ordered list of LSMs to initializeKees Cook2019-01-081-5/+53
* | LSM: Lift LSM selection out of individual LSMsKees Cook2019-01-081-31/+71
* | LSM: Provide separate ordered initializationKees Cook2019-01-081-0/+21
|/
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-13/+26
|\