aboutsummaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Gravatar Andy Lutomirski 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-12/+7
2016-10-10Merge branch 'printk-cleanups'Gravatar Linus Torvalds 1-2/+2
2016-10-09printk: reinstate KERN_CONT for printing continuation linesGravatar Linus Torvalds 1-2/+2
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersGravatar Andreas Gruenbacher 1-12/+7
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-19lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEGravatar Vivek Goyal 1-8/+8
2016-09-13selinux: fix error return code in policydb_read()Gravatar Wei Yongjun 1-0/+1
2016-08-30selinux: fix overflow and 0 length allocationsGravatar William Roberts 2-0/+5
2016-08-29selinux: initialize structuresGravatar William Roberts 1-4/+4
2016-08-29selinux: detect invalid ebitmapGravatar William Roberts 1-0/+3
2016-08-18selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAXGravatar William Roberts 2-42/+0
2016-08-10selinux: Implement dentry_create_files_as() hookGravatar Vivek Goyal 1-0/+22
2016-08-08selinux: Pass security pointer to determine_inode_label()Gravatar Vivek Goyal 1-9/+10
2016-08-08selinux: Implementation for inode_copy_up_xattr() hookGravatar Vivek Goyal 1-0/+16
2016-08-08selinux: Implementation for inode_copy_up() hookGravatar Vivek Goyal 1-0/+21
2016-08-08security: Use IS_ENABLED() instead of checking for built-in or moduleGravatar Javier Martinez Canillas 1-6/+6
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