aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14selinux: correctly handle sa_family cases in selinux_sctp_bind_connect()Alexey Kodanev1-1/+2
2018-05-14selinux: fix address family in bind() and connect() to match address/portAlexey Kodanev1-11/+7
2018-05-14selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind()Alexey Kodanev1-10/+19
2018-03-20selinux: wrap AVC stateStephen Smalley1-133/+265
2018-03-02selinux: Fix ltp test connect-syscall failureRichard Haines1-12/+30
2018-03-02selinux: rename the {is,set}_enforcing() functionsPaul Moore1-2/+2
2018-03-01selinux: wrap global selinux stateStephen Smalley1-74/+140
2018-02-26selinux: Add SCTP supportRichard Haines1-19/+261
2017-11-15Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-32/+23
2017-10-20selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng1-0/+49
2017-10-20selinux: bpf: Add selinux check for eBPF syscall operationsChenbo Feng1-0/+111
2017-10-16selinux: remove redundant assignment to strColin Ian King1-3/+2
2017-10-04selinux: fix build warningCorentin LABBE1-2/+2
2017-10-04selinux: fix build warning by removing the unused sid variableCorentin LABBE1-2/+1
2017-10-04selinux: Perform both commoncap and selinux xattr checksEric W. Biederman1-25/+18
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-17/+37
2017-09-07Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-20/+6
2017-08-28selinux: constify nf_hook_opsArvind Yadav1-1/+1
2017-08-22selinux: allow per-file labeling for cgroupfsAntonio Murdaca1-1/+3
2017-08-17selinux: update my email addressStephen Smalley1-1/+1
2017-08-02selinux: Generalize support for NNP/nosuid SELinux domain transitionsStephen Smalley1-15/+32
2017-08-01selinux: Refactor to remove bprm_secureexec hookKees Cook1-19/+5
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsKees Cook1-1/+1
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-07-25selinux: Assign proper class to PF_UNIX/SOCK_RAW socketsLuis Ressel1-0/+1
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-36/+176
2017-06-20selinux: enable genfscon labeling for tracefsJeff Vander Stoep1-0/+1
2017-06-13selinux: fix double free in selinux_parse_opts_str()Paul Moore1-3/+2
2017-06-09security/selinux: allow security_sb_clone_mnt_opts to enable/disable native labeling behaviorScott Mayhew1-2/+33
2017-06-02selinux: use pernet operations for hook registrationFlorian Westphal1-4/+20
2017-05-23selinux: Add a cache for quicker retreival of PKey SIDsDaniel Jurgens1-2/+5
2017-05-23selinux: Add IB Port SMP access vectorDaniel Jurgens1-0/+25
2017-05-23selinux: Implement Infiniband PKey "Access" access vectorDaniel Jurgens1-0/+22
2017-05-23selinux: Allocate and free infiniband security hooksDaniel Jurgens1-1/+24
2017-05-23selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens1-0/+11
2017-05-23selinux: Remove redundant check for unknown labeling behaviorMatthias Kaehlcke1-16/+0
2017-05-23selinux: do not check open permission on socketsStephen Smalley1-3/+7
2017-05-23selinux: add a map permission check for mmapStephen Smalley1-0/+12
2017-05-23selinux: only invoke capabilities and selinux for CAP_MAC_ADMIN checksStephen Smalley1-8/+15
2017-05-23selinux: Use task_alloc hook rather than task_create hookTetsuo Handa1-2/+3
2017-03-10selinux: check for address length in selinux_socket_bind()Alexander Potapenko1-0/+8
2017-03-06security: mark LSM hooks as __ro_after_initJames Morris1-1/+1
2017-03-06selinux: fix kernel BUG on prlimit(..., NULL, NULL)Stephen Smalley1-0/+2
2017-03-06prlimit,security,selinux: add a security hook for prlimitStephen Smalley1-0/+14
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley1-3/+4
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+5