summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-071-0/+13
|\
| * selinux: provide socketpair callbackDavid Herrmann2018-05-041-0/+13
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-4/+3Star
|\ \
| * | __inode_security_revalidate() never gets NULL opt_dentryAl Viro2018-05-141-4/+3Star
| |/
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-4/+16
|\ \
| * | fix breakage caused by d_find_alias() semantics changeAl Viro2018-05-131-4/+16
| |/
* | Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-05-171-22/+28
|\ \ | |/ |/|
| * selinux: correctly handle sa_family cases in selinux_sctp_bind_connect()Alexey Kodanev2018-05-141-1/+2
| * selinux: fix address family in bind() and connect() to match address/portAlexey Kodanev2018-05-141-11/+7Star
| * selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind()Alexey Kodanev2018-05-141-10/+19
* | ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* | ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* | ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-081-0/+6
|\ \
| * | security: Add a cred_getsecid hookMatthew Garrett2018-03-231-0/+6
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-2/+5
|\| |
| * | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-061-2/+5
* | | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-071-232/+690
|\ \ \ | | |/ | |/|
| * | selinux: wrap AVC stateStephen Smalley2018-03-201-133/+265
| * | selinux: Fix ltp test connect-syscall failureRichard Haines2018-03-021-12/+30
| * | selinux: rename the {is,set}_enforcing() functionsPaul Moore2018-03-021-2/+2
| * | selinux: wrap global selinux stateStephen Smalley2018-03-021-74/+140
| * | selinux: Add SCTP supportRichard Haines2018-02-261-19/+261
| |/
* | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-231-18/+18
* | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-231-14/+14
* | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-231-14/+14
|/
* Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-151-32/+23Star
|\
| * selinux: remove redundant assignment to strColin Ian King2017-10-171-3/+2Star
| * selinux: fix build warningCorentin LABBE2017-10-041-2/+2
| * selinux: fix build warning by removing the unused sid variableCorentin LABBE2017-10-041-2/+1Star
| * selinux: Perform both commoncap and selinux xattr checksEric W. Biederman2017-10-041-25/+18Star
* | selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng2017-10-201-0/+49
* | selinux: bpf: Add selinux check for eBPF syscall operationsChenbo Feng2017-10-201-0/+111
|/
* Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-121-17/+37
|\
| * selinux: constify nf_hook_opsArvind Yadav2017-08-281-1/+1
| * selinux: allow per-file labeling for cgroupfsAntonio Murdaca2017-08-221-1/+3
| * selinux: update my email addressStephen Smalley2017-08-171-1/+1
| * selinux: Generalize support for NNP/nosuid SELinux domain transitionsStephen Smalley2017-08-021-15/+32
| * selinux: Assign proper class to PF_UNIX/SOCK_RAW socketsLuis Ressel2017-07-251-0/+1
* | Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-081-20/+6Star
|\ \
| * | selinux: Refactor to remove bprm_secureexec hookKees Cook2017-08-011-19/+5Star
| * | exec: Rename bprm->cred_prepared to called_set_credsKees Cook2017-08-011-1/+1
| |/
* / netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-051-36/+176
|\
| * selinux: enable genfscon labeling for tracefsJeff Vander Stoep2017-06-201-0/+1
| * security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Scott Mayhew2017-06-091-2/+33
| * selinux: use pernet operations for hook registrationFlorian Westphal2017-06-021-4/+20
| * selinux: Add a cache for quicker retreival of PKey SIDsDaniel Jurgens2017-05-231-2/+5
| * selinux: Add IB Port SMP access vectorDaniel Jurgens2017-05-231-0/+25
| * selinux: Implement Infiniband PKey "Access" access vectorDaniel Jurgens2017-05-231-0/+22