aboutsummaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 3-12/+87
2013-06-29SELinux: Institute file_path_has_perm()Gravatar David Howells 1-6/+18
2013-06-08NFS: Client implementation of Labeled-NFSGravatar David Quigley 1-0/+4
2013-06-08SELinux: Add new labeling type native labelsGravatar David Quigley 3-10/+32
2013-06-08LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.Gravatar David Quigley 1-2/+10
2013-06-08Security: Add Hook to test if the particular xattr is part of a MAC model.Gravatar David Quigley 1-0/+6
2013-06-08Security: Add hook to calculate context based on a negative dentry.Gravatar David Quigley 1-0/+35
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-20/+14
2013-05-31selinux: fix the labeled xfrm/IPsec reference count handlingGravatar Paul Moore 1-20/+14
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-4/+3
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-4/+35
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+7
2013-04-09selinux: add a skb_owned_by() hookGravatar Eric Dumazet 1-0/+7
2013-04-02selinux: make security_sb_clone_mnt_opts return an error on context mismatchGravatar Jeff Layton 1-4/+35
2013-03-28selinux: replace obsolete NLMSG_* with type safe nlmsg_*Gravatar Hong zhi guo 2-4/+3
2013-03-19selinux: use GFP_ATOMIC under spin_lockGravatar Dan Carpenter 1-1/+1
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+0
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-13/+6
2013-02-27selinux: opened file can't have NULL or negative ->f_path.dentryGravatar Al Viro 1-9/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-17/+13
2013-02-22new helper: file_inode(file)Gravatar Al Viro 2-17/+13
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesGravatar Paul Moore 2-11/+43
2013-01-14selinux: add the "attach_queue" permission to the "tun_socket" classGravatar Paul Moore 1-1/+1
2012-12-15bridge: update selinux perm table for RTM_NEWMDB and RTM_DELMDBGravatar Amerigo Wang 1-0/+2
2012-12-10rtnetlink: add missing message types to selinux perm tableGravatar Cong Wang 1-0/+2
2012-12-07bridge: export multicast database via netlinkGravatar Cong Wang 1-0/+1
2012-11-21selinux: fix sel_netnode_insert() suspicious rcu dereferenceGravatar Dave Jones 1-1/+2
2012-10-16fix a leak in replace_fd() usersGravatar Al Viro 1-11/+7
2012-10-11consitify do_mount() argumentsGravatar Al Viro 1-2/+2
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-52/+21
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-4/+4
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2012-09-26make get_file() return its argumentGravatar Al Viro 1-2/+1
2012-09-26new helper: iterate_fd()Gravatar Al Viro 1-35/+22
2012-09-26switch flush_unauthorized_files() to replace_fd()Gravatar Al Viro 1-32/+15
2012-09-21userns: Convert selinux to use kuid and kgid where appropriateGravatar Eric W. Biederman 2-4/+4
2012-09-18xfrm: invalidate dst on policy insertion/deletionGravatar Nicolas Dichtel 1-0/+1
2012-09-08netlink: hide struct module parameter in netlink_kernel_createGravatar Pablo Neira Ayuso 1-2/+1
2012-09-08netlink: kill netlink_set_nonrootGravatar Pablo Neira Ayuso 1-1/+1
2012-07-31selinux: tag avc cache alloc as non-criticalGravatar Mel Gorman 1-1/+1
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-0/+1
2012-07-30c/r: fcntl: add F_GETOWNER_UIDS optionGravatar Cyrill Gorcunov 1-0/+1
2012-07-30selinux: fix selinux_inode_setxattr oopsGravatar Al Viro 1-5/+10
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsGravatar Josh Boyer 1-1/+1
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-10/+17
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-6/+5