summaryrefslogtreecommitdiffstats
path: root/include/linux/lsm_hooks.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-3/+1
|\
| * audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-01-311-3/+1
* | LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa2019-01-181-5/+0
* | LSM: generalize flag passing to security_capableMicah Morton2019-01-101-3/+5
* | LSM: Infrastructure management of the ipc security blobCasey Schaufler2019-01-081-0/+2
* | LSM: Infrastructure management of the task securityCasey Schaufler2019-01-081-0/+2
* | LSM: Infrastructure management of the inode securityCasey Schaufler2019-01-081-0/+3
* | LSM: Infrastructure management of the file securityCasey Schaufler2019-01-081-0/+1
* | Infrastructure management of the cred security blobCasey Schaufler2019-01-081-0/+12
* | capability: Initialize as LSM_ORDER_FIRSTKees Cook2019-01-081-2/+0
* | LSM: Introduce enum lsm_orderKees Cook2019-01-081-0/+6
* | Yama: Initialize as ordered LSMKees Cook2019-01-081-5/+0
* | LoadPin: Initialize as ordered LSMKees Cook2019-01-081-5/+0
* | LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook2019-01-081-0/+1
* | LSM: Tie enabling logic to presence in ordered listKees Cook2019-01-081-1/+1
* | LSM: Lift LSM selection out of individual LSMsKees Cook2019-01-081-1/+0
* | LSM: Plumb visibility into optional "enabled" stateKees Cook2019-01-081-0/+1
* | LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook2019-01-081-0/+3
|/
* LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-211-2/+3
* LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-211-5/+6
* LSM: turn sb_eat_lsm_opts() into a methodAl Viro2018-12-211-2/+2
* LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-211-2/+1
* LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro2018-12-211-1/+2
* LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro2018-12-211-1/+2
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-0/+12
|\
| * LSM: Record LSM name in struct lsm_infoKees Cook2018-10-101-0/+1
| * LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-101-3/+2
| * LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-101-0/+12
* | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-2/+2
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-0/+6
|\
| * security: define new LSM hook named security_kernel_load_dataMimi Zohar2018-07-161-0/+6
* | ->file_open(): lose cred argumentAl Viro2018-07-121-1/+1
|/
* security: add hook for socketpair()David Herrmann2018-05-041-0/+7
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-0/+6
|\
| * security: Add a cred_getsecid hookMatthew Garrett2018-03-231-0/+6
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-219/+220
|\ \
| * | security: convert security hooks to use hlistSargun Dhillon2018-03-311-214/+214
| |/
| * usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-071-2/+3
* | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-061-0/+36
|\ \
| * | security: Add support for SCTP security hooksRichard Haines2018-02-221-0/+36
| |/
* | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-221-6/+6
* | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-221-5/+5
* | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-221-5/+5
|/
* security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-10-201-0/+54
* Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-121-7/+0
|\
| * sync to Linus v4.13-rc2 for subsystem developers to work againstJames Morris2017-07-251-15/+14
| |\
| * | LSM: Remove security_task_create() hook.Tetsuo Handa2017-07-181-7/+0
* | | LSM: drop bprm_secureexec hookKees Cook2017-08-011-9/+5
| |/ |/|
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-2/+2
|\ \
| * | randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2