summaryrefslogtreecommitdiffstats
path: root/include/linux/security.h
Commit message (Expand)AuthorAgeFilesLines
* LSM: switch to blocking policy update notifiersJanne Karhunen2019-06-141-6/+6
* Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-081-0/+7
|\
| * vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-201-0/+7
* | LSM: add new hook for kernfs node initializationOndrej Mosnacek2019-03-211-0/+9
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-1/+17
|\
| * introduce cloning of fs_contextAl Viro2019-02-281-0/+6
| * vfs: Put security flags into the fs_context structDavid Howells2019-02-281-1/+1
| * vfs: Add LSM hooks for the new mount APIDavid Howells2019-02-281-0/+10
* | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-3/+2Star
|\ \
| * | audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-02-011-3/+2Star
| |/
* | LSM: generalize flag passing to security_capableMicah Morton2019-01-101-14/+14
* | procfs: add smack subdir to attrsCasey Schaufler2019-01-081-5/+10
|/
* LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-211-2/+4
* LSM: bury struct security_mnt_optsAl Viro2018-12-211-8/+0Star
* LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-211-33/+10Star
* LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-211-4/+2Star
* new helper: security_sb_eat_lsm_opts()Al Viro2018-12-211-25/+3Star
* 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/+4
* signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-3/+3
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-0/+27
|\
| * security: define new LSM hook named security_kernel_load_dataMimi Zohar2018-07-161-0/+27
* | security_file_open(): lose cred argumentAl Viro2018-07-121-3/+2Star
|/
* security: add hook for socketpair()David Herrmann2018-05-041-0/+7
* Merge tag 'v4.17-rc2' into next-generalJames Morris2018-04-231-35/+58
|\
| * Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-081-0/+1
| |\
| | * security: Add a cred_getsecid hookMatthew Garrett2018-03-231-0/+1
| * | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-2/+2
| |\|
| * | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-071-0/+25
| |\ \
| | * | security: Add support for SCTP security hooksRichard Haines2018-02-221-0/+25
| * | | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-231-13/+12Star
| * | | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-231-11/+10Star
| * | | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-231-11/+10Star
| |/ /
* | / security: remove security_settimeSargun Dhillon2018-04-171-14/+0Star
| |/ |/|
* | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-061-2/+2
|/
* security: bpf: replace include of linux/bpf.h with forward declarationsJakub Kicinski2017-11-021-1/+4
* security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-10-201-0/+45
* Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-121-6/+0Star
|\
| * LSM: Remove security_task_create() hook.Tetsuo Handa2017-07-181-6/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-121-0/+2
|\ \
| * | Introduce v3 namespaced file capabilitiesSerge E. Hallyn2017-09-011-0/+2
| |/
* | LSM: drop bprm_secureexec hookKees Cook2017-08-011-6/+0Star
* | commoncap: Refactor to remove bprm_secureexec hookKees Cook2017-08-011-2/+1Star
|/
* Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-06-231-2/+56
|\
| * security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Scott Mayhew2017-06-091-2/+6
| * IB/core: Enforce security on management datagramsDaniel Jurgens2017-05-231-0/+6
| * selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens2017-05-231-0/+23
| * IB/core: Enforce PKey security on QPsDaniel Jurgens2017-05-231-0/+21
* | securityfs: add the ability to support symlinksJohn Johansen2017-06-081-0/+12
|/
* LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa2017-03-281-0/+7