summaryrefslogtreecommitdiffstats
path: root/include/linux/lsm_hooks.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-0/+1
|\
| * commoncap: handle idmapped mountsChristian Brauner2021-01-241-0/+1
* | security: add inode_init_security_anon() LSM hookLokesh Gidra2021-01-141-0/+9
|/
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* LSM: Add "contents" flag to kernel_read_file hookKees Cook2020-10-051-0/+3
* LSM: Introduce kernel_post_load_data() hookKees Cook2020-10-051-0/+10
* Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds2020-08-111-1/+1
|\
| * LSM: drop duplicated words in header file commentsRandy Dunlap2020-08-061-1/+1
* | Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-0/+9
|\ \
| * | security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-0/+9
| |/
* | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-0/+14
|\ \
| * | security: Add hooks to rule on setting a watchDavid Howells2020-05-191-0/+5
| * | security: Add a hook for the point of notification insertionDavid Howells2020-05-191-0/+9
| |/
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-24/+32
|\ \
| * | exec: Compute file based creds only onceEric W. Biederman2020-05-291-11/+11
| * | exec: Add a per bprm->file version of per_clearEric W. Biederman2020-05-291-0/+2
| * | exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman2020-05-211-2/+2
| * | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-201-22/+28
| |/
* / docs: filesystems: convert mount_api.txt to ReSTMauro Carvalho Chehab2020-05-051-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311-616/+12
|\
| * security: Refactor declaration of LSM hooksKP Singh2020-03-301-616/+12
* | Merge branch 'next-general' of git://git.kernel.org:/pub/scm/linux/kernel/git...Linus Torvalds2020-03-311-1/+35
|\ \ | |/ |/|
| * security: <linux/lsm_hooks.h>: fix all kernel-doc warningsRandy Dunlap2020-02-191-1/+35
* | perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2019-10-171-0/+15
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+13
|\
| * security: Add a "locked down" LSM hookMatthew Garrett2019-08-191-0/+7
| * security: Support early LSMsMatthew Garrett2019-08-191-0/+6
* | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-231-1/+8
|\ \
| * | fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2019-08-121-1/+8
| |/
* / 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-071-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-071-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-201-0/+13
| |/
* | LSM: lsm_hooks.h: fix documentation formatDenis Efremov2019-03-261-14/+9
* | LSM: fix documentation for the shm_* hooksDenis Efremov2019-03-261-18/+18
* | LSM: fix documentation for the sem_* hooksDenis Efremov2019-03-261-16/+16
* | LSM: fix documentation for the msg_queue_* hooksDenis Efremov2019-03-261-19/+19
* | LSM: fix documentation for the audit_* hooksDenis Efremov2019-03-261-4/+4
* | LSM: fix documentation for the path_chmod hookDenis Efremov2019-03-261-4/+5
* | LSM: fix documentation for the socket_getpeersec_dgram hookDenis Efremov2019-03-261-5/+5
* | LSM: fix documentation for the task_setscheduler hookDenis Efremov2019-03-261-3/+1
* | LSM: fix documentation for the socket_post_create hookDenis Efremov2019-03-261-3/+3
* | LSM: fix documentation for the syslog hookDenis Efremov2019-03-261-2/+1
* | LSM: fix documentation for sb_copy_data hookDenis Efremov2019-03-261-1/+0
|/
* 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