aboutsummaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+2
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+1
2016-03-04Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/selinux in...Gravatar James Morris 1-1/+1
2016-02-26Merge branch 'stable-4.5' of git://git.infradead.org/users/pcmoore/selinux in...Gravatar James Morris 1-1/+1
2016-02-19selinux: Don't sleep inside inode_getsecid hookGravatar Andreas Gruenbacher 1-1/+1
2016-02-14Merge 4.5-rc4 into tty-nextGravatar Greg Kroah-Hartman 1-0/+1
2016-02-09selinux: nlmsgtab: add SOCK_DESTROY to the netlink mapping tablesGravatar Lorenzo Colitti 1-0/+1
2016-01-28selinux: use absolute path to include directoryGravatar Andy Shevchenko 1-1/+1
2016-01-27tty: Make tty_files_lock per-ttyGravatar Peter Hurley 1-2/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 6-69/+256
2016-01-08selinux: Inode label revalidation performance fixGravatar Andreas Gruenbacher 1-8/+2
2016-01-04selinuxfs: switch to memdup_user_nul()Gravatar Al Viro 1-73/+41
2015-12-24selinux: rate-limit netlink message warnings in selinux_nlmsg_perm()Gravatar Vladis Dronov 1-4/+5
2015-12-24selinux: export validatetrans decisionsGravatar Andrew Perepechko 4-8/+111
2015-12-24selinux: Revalidate invalid inode security labelsGravatar Andreas Gruenbacher 1-8/+68
2015-12-24security: Add hook to invalidate inode security labelsGravatar Andreas Gruenbacher 2-10/+26
2015-12-24selinux: Add accessor functions for inode->i_securityGravatar Andreas Gruenbacher 1-41/+56
2015-12-24security: Make inode argument of inode_getsecid non-constGravatar Andreas Gruenbacher 1-1/+1
2015-12-24security: Make inode argument of inode_getsecurity non-constGravatar Andreas Gruenbacher 1-1/+1
2015-12-24selinux: Remove unused variable in selinux_inode_init_securityGravatar Andreas Gruenbacher 1-2/+0
2015-11-26Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...Gravatar James Morris 1-2/+2
2015-11-24selinux: fix bug in conditional rules handlingGravatar Stephen Smalley 1-2/+2
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-5/+3
2015-11-08net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Gravatar Eric Dumazet 2-15/+3
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 5-45/+36
2015-11-05selinux: fix random read in selinux_ip_postroute_compat()Gravatar Eric Dumazet 1-4/+14
2015-10-21selinux: Use a kmem_cache for allocation struct file_security_structGravatar Sangwoo 1-2/+6
2015-10-21selinux: ioctl_has_perm should be staticGravatar Geliang Tang 1-1/+1
2015-10-21selinux: use sprintf return valueGravatar Rasmus Villemoes 1-4/+1
2015-10-21selinux: use kstrdup() in security_get_bools()Gravatar Rasmus Villemoes 1-7/+1
2015-10-21selinux: use kmemdup in security_sid_to_context_core()Gravatar Rasmus Villemoes 1-2/+2
2015-10-21selinux: remove pointless cast in selinux_inode_setsecurity()Gravatar Rasmus Villemoes 1-1/+1
2015-10-21selinux: introduce security_context_str_to_sidGravatar Rasmus Villemoes 4-25/+20
2015-10-21selinux: do not check open perm on ftruncate callGravatar Jeff Vander Stoep 1-1/+2
2015-10-21selinux: change CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE defaultGravatar Paul Moore 1-2/+2
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar Pablo Neira Ayuso 1-4/+8
2015-10-16netfilter: remove hook owner refcountingGravatar Florian Westphal 1-5/+0
2015-10-11net: synack packets can be attached to request socketsGravatar Eric Dumazet 1-4/+8
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksGravatar Eric W. Biederman 1-5/+5
2015-09-10mm: mark most vm_operations_struct constGravatar Kirill A. Shutemov 1-1/+1
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 11-110/+892
2015-09-04fs: create and use seq_show_option for escapingGravatar Kees Cook 1-1/+1
2015-08-15Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextGravatar James Morris 11-110/+892
2015-07-13selinux: Create a common helper to determine an inode label [ver #3]Gravatar David Howells 1-46/+41
2015-07-13selinux: Augment BUG_ON assertion for secclass_map.Gravatar Stephen Smalley 1-1/+2
2015-07-13selinux: initialize sock security class to default valueGravatar Stephen Smalley 1-0/+1
2015-07-13selinux: reduce locking overhead in inode_free_security()Gravatar Waiman Long 1-3/+14
2015-07-13selinux: extended permissions for ioctlsGravatar Jeff Vander Stoep 11-60/+834
2015-07-11Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...Gravatar James Morris 2-1/+8