aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lsm_hooks.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa1-5/+0
2019-01-10LSM: generalize flag passing to security_capableMicah Morton1-3/+5
2019-01-08LSM: Infrastructure management of the ipc security blobCasey Schaufler1-0/+2
2019-01-08LSM: Infrastructure management of the task securityCasey Schaufler1-0/+2
2019-01-08LSM: Infrastructure management of the inode securityCasey Schaufler1-0/+3
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler1-0/+1
2019-01-08Infrastructure management of the cred security blobCasey Schaufler1-0/+12
2019-01-08capability: Initialize as LSM_ORDER_FIRSTKees Cook1-2/+0
2019-01-08LSM: Introduce enum lsm_orderKees Cook1-0/+6
2019-01-08Yama: Initialize as ordered LSMKees Cook1-5/+0
2019-01-08LoadPin: Initialize as ordered LSMKees Cook1-5/+0
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook1-0/+1
2019-01-08LSM: Tie enabling logic to presence in ordered listKees Cook1-1/+1
2019-01-08LSM: Lift LSM selection out of individual LSMsKees Cook1-1/+0
2019-01-08LSM: Plumb visibility into optional "enabled" stateKees Cook1-0/+1
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook1-0/+3
2018-12-21LSM: new method: ->sb_add_mnt_opt()Al Viro1-2/+3
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro1-5/+6
2018-12-21LSM: turn sb_eat_lsm_opts() into a methodAl Viro1-2/+2
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro1-2/+1
2018-12-21LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro1-1/+2
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro1-1/+2
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+12
2018-10-10LSM: Record LSM name in struct lsm_infoKees Cook1-0/+1
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook1-3/+2
2018-10-10LSM: Convert from initcall to struct lsm_infoKees Cook1-0/+12
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-2/+2
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+6
2018-07-16security: define new LSM hook named security_kernel_load_dataMimi Zohar1-0/+6
2018-07-12->file_open(): lose cred argumentAl Viro1-1/+1
2018-05-04security: add hook for socketpair()David Herrmann1-0/+7
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+6
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-219/+220
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-0/+36
2018-03-31security: convert security hooks to use hlistSargun Dhillon1-214/+214
2018-03-23security: Add a cred_getsecid hookMatthew Garrett1-0/+6
2018-03-22msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman1-6/+6
2018-03-22shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman1-5/+5
2018-03-22sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman1-5/+5
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_killStephen Smalley1-2/+3
2018-02-22security: Add support for SCTP security hooksRichard Haines1-0/+36
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng1-0/+54
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-7/+0
2017-08-01LSM: drop bprm_secureexec hookKees Cook1-9/+5
2017-07-25sync to Linus v4.13-rc2 for subsystem developers to work againstJames Morris1-15/+14
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2017-07-18LSM: Remove security_task_create() hook.Tetsuo Handa1-7/+0
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+38
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-2/+2
2017-06-09security/selinux: allow security_sb_clone_mnt_opts to enable/disable native labeling behaviorScott Mayhew1-1/+3