summaryrefslogtreecommitdiffstats
path: root/security/security.c
Commit message (Expand)AuthorAgeFilesLines
* LSM: Check for NULL cred-security on freeJames Morris2019-01-161-0/+7
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-13/+26
|\
| * LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-211-3/+5
| * LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-211-9/+18
| * LSM: turn sb_eat_lsm_opts() into a methodAl Viro2018-12-211-10/+1
| * btrfs: sanitize security_mnt_opts useAl Viro2018-12-211-0/+1
| * LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-211-3/+2
| * new helper: security_sb_eat_lsm_opts()Al Viro2018-12-211-3/+12
| * LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro2018-12-211-2/+3
| * LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro2018-12-211-2/+3
* | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+1
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-16/+27
|\
| * LSM: Don't ignore initialization failuresKees Cook2018-10-101-1/+3
| * LSM: Provide init debugging infrastructureKees Cook2018-10-101-0/+18
| * LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-101-9/+5
| * LSM: Remove initcall tracingKees Cook2018-10-101-7/+1
| * LSM: Rename .security_initcall section to .lsm_infoKees Cook2018-10-101-2/+2
| * LSM: Correctly announce start of LSM initializationKees Cook2018-10-101-1/+2
* | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
|/
* init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-221-7/+10
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-151-1/+6
|\
| * integrity: prevent deadlock during digsig verification.Mikhail Kurinnoi2018-07-181-1/+6
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-0/+13
|\ \ | |/
| * security: check for kstrdup() failure in lsm_append()Eric Biggers2018-07-171-0/+2
| * security: export security_kernel_load_data functionArnd Bergmann2018-07-171-0/+1
| * ima: based on policy require signed kexec kernel imagesMimi Zohar2018-07-161-1/+6
| * security: define new LSM hook named security_kernel_load_dataMimi Zohar2018-07-161-0/+5
* | ->file_open(): lose cred argumentAl Viro2018-07-121-1/+1
* | security_file_open(): lose cred argumentAl Viro2018-07-121-2/+2
|/
* security: add hook for socketpair()David Herrmann2018-05-041-0/+6
* Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-101-1/+7
|\
| * init, tracing: instrument security and console initcall trace eventsAbderrahmane Benbachir2018-04-061-1/+7
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-0/+7
|\ \
| * | security: Add a cred_getsecid hookMatthew Garrett2018-03-231-0/+7
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-13/+13
|\ \ \
| * | | security: convert security hooks to use hlistSargun Dhillon2018-03-311-11/+11
| |/ /
| * | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-071-2/+2
| |/
* | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-061-0/+22
|\ \
| * | security: Add support for SCTP security hooksRichard Haines2018-02-221-0/+22
| |/
* | 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/+32
* Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-121-5/+0
|\
| * LSM: Remove security_task_create() hook.Tetsuo Handa2017-07-181-5/+0
* | LSM: drop bprm_secureexec hookKees Cook2017-08-011-5/+0
|/
* security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Scott Mayhew2017-06-091-2/+5
* IB/core: Enforce security on management datagramsDaniel Jurgens2017-05-231-0/+6
* selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens2017-05-231-0/+20
* IB/core: Enforce PKey security on QPsDaniel Jurgens2017-05-231-0/+22
OpenPOWER on IntegriCloud