summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * selinux: Allocate and free infiniband security hooksDaniel Jurgens2017-05-231-1/+24
| * selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens2017-05-231-0/+11
| * selinux: Remove redundant check for unknown labeling behaviorMatthias Kaehlcke2017-05-231-16/+0Star
| * selinux: do not check open permission on socketsStephen Smalley2017-05-231-3/+7
| * selinux: add a map permission check for mmapStephen Smalley2017-05-231-0/+12
| * selinux: only invoke capabilities and selinux for CAP_MAC_ADMIN checksStephen Smalley2017-05-231-8/+15
| * selinux: Use task_alloc hook rather than task_create hookTetsuo Handa2017-05-231-2/+3
* | selinux: fix double free in selinux_parse_opts_str()Paul Moore2017-06-131-3/+2Star
|/
* selinux: check for address length in selinux_socket_bind()Alexander Potapenko2017-03-101-0/+8
* security: mark LSM hooks as __ro_after_initJames Morris2017-03-061-1/+1
* selinux: fix kernel BUG on prlimit(..., NULL, NULL)Stephen Smalley2017-03-061-0/+2