aboutsummaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 6-63/+72
2016-07-20qstr: constify dentry_init_securityGravatar Al Viro 1-1/+1
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...Gravatar James Morris 6-63/+72
2016-06-27calipso: Add a label cache.Gravatar Huw Davies 1-3/+6
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Gravatar Huw Davies 3-7/+9
2016-06-27calipso: Allow the lsm to label the skbuff directly.Gravatar Huw Davies 1-0/+15
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Gravatar Huw Davies 1-1/+1
2016-06-27netlabel: Prevent setsockopt() from changing the hop-by-hop option.Gravatar Huw Davies 1-1/+16
2016-06-27calipso: Set the calipso socket label to match the secattr.Gravatar Huw Davies 1-1/+1
2016-06-24selinux: Add support for unprivileged mounts from user namespacesGravatar Seth Forshee 1-0/+23
2016-06-24fs: Treat foreign mounts as nosuidGravatar Andy Lutomirski 1-1/+1
2016-06-15selinux: fix type mismatchGravatar Heinrich Schuchardt 1-1/+1
2016-06-09selinux: import NetLabel category bitmaps correctlyGravatar Paul Moore 1-1/+1
2016-05-31selinux: Only apply bounds checking to source typesGravatar Stephen Smalley 1-48/+22
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 5-60/+127
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+3
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2016-04-26selinux: apply execstack check on thread stacksGravatar Stephen Smalley 1-2/+3
2016-04-26selinux: distinguish non-init user namespace capability checksGravatar Stephen Smalley 2-17/+25
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsGravatar Roopa Prabhu 1-1/+3
2016-04-19selinux: check ss_initialized before revalidating an inode labelGravatar Paul Moore 1-1/+1
2016-04-19selinux: delay inode label lookup as long as possibleGravatar Paul Moore 1-8/+13
2016-04-19selinux: don't revalidate an inode's label when explicitly setting itGravatar Paul Moore 1-2/+11
2016-04-14selinux: Change bool variable name to index.Gravatar Prarit Bhargava 2-4/+4
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-4/+5
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-04-05selinux: restrict kernel module loadingGravatar Jeff Vander Stoep 2-1/+48
2016-04-05selinux: consolidate the ptrace parent lookup codeGravatar Paul Moore 1-21/+17
2016-04-05selinux: simply inode label states to INVALID and INITIALIZEDGravatar Paul Moore 2-4/+3
2016-04-05selinux: don't revalidate inodes in selinux_socket_getpeersec_dgram()Gravatar Paul Moore 1-3/+5
2016-03-28constify security_sb_mount()Gravatar Al Viro 1-1/+1
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