summaryrefslogtreecommitdiffstats
path: root/include/linux/lsm_hooks.h
Commit message (Expand)AuthorAgeFilesLines
* docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-081-0/+6
|\
| * vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-201-0/+6
* | Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-081-0/+13
|\ \
| * | LSM: lsm_hooks.h - fix missing colon in docstringOndrej Mosnacek2019-03-251-1/+1
| * | LSM: add new hook for kernfs node initializationOndrej Mosnacek2019-03-211-0/+13
| |/
* | LSM: lsm_hooks.h: fix documentation formatDenis Efremov2019-03-271-14/+9Star
* | LSM: fix documentation for the shm_* hooksDenis Efremov2019-03-271-18/+18
* | LSM: fix documentation for the sem_* hooksDenis Efremov2019-03-271-16/+16
* | LSM: fix documentation for the msg_queue_* hooksDenis Efremov2019-03-271-19/+19
* | LSM: fix documentation for the audit_* hooksDenis Efremov2019-03-271-4/+4
* | LSM: fix documentation for the path_chmod hookDenis Efremov2019-03-271-4/+5
* | LSM: fix documentation for the socket_getpeersec_dgram hookDenis Efremov2019-03-271-5/+5
* | LSM: fix documentation for the task_setscheduler hookDenis Efremov2019-03-271-3/+1Star
* | LSM: fix documentation for the socket_post_create hookDenis Efremov2019-03-271-3/+3
* | LSM: fix documentation for the syslog hookDenis Efremov2019-03-271-2/+1Star
* | LSM: fix documentation for sb_copy_data hookDenis Efremov2019-03-271-1/+0Star
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-0/+21
|\
| * introduce cloning of fs_contextAl Viro2019-02-281-0/+7
| * vfs: Add LSM hooks for the new mount APIDavid Howells2019-02-281-0/+14
* | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-3/+1Star
|\ \
| * | audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-02-011-3/+1Star
| |/
* | LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa2019-01-181-5/+0Star
* | 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/+0Star
* | LSM: Introduce enum lsm_orderKees Cook2019-01-081-0/+6
* | Yama: Initialize as ordered LSMKees Cook2019-01-081-5/+0Star
* | LoadPin: Initialize as ordered LSMKees Cook2019-01-081-5/+0Star
* | 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/+0Star
* | 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/+1Star
* 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-111-0/+1
| * LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-111-3/+2Star
| * LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-111-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
|\