aboutsummaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2015-07-11Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...Gravatar James Morris 2-1/+8
2015-07-10selinux: fix mprotect PROT_EXEC regression caused by mm changeGravatar Stephen Smalley 1-1/+2
2015-07-09selinux: don't waste ebitmap space when importing NetLabel categoriesGravatar Paul Moore 1-0/+6
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-6/+5
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-6/+5
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 3-325/+287
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+0
2015-06-18netfilter: Remove spurios included of netfilter.hGravatar Eric W Biederman 1-3/+0
2015-06-05selinux: fix setting of security labels on NFSGravatar J. Bruce Fields 1-0/+1
2015-06-04selinux: Remove unused permission definitionsGravatar Stephen Smalley 1-14/+8
2015-06-04selinux: enable genfscon labeling for sysfs and pstore filesGravatar Stephen Smalley 1-1/+3
2015-06-04selinux: enable per-file labeling for debugfs files.Gravatar Stephen Smalley 2-22/+22
2015-06-04selinux: update netlink socket classesGravatar Stephen Smalley 2-10/+32
2015-06-04signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Gravatar Oleg Nesterov 1-2/+4
2015-06-04selinux: Print 'sclass' as string when unrecognized netlink message occursGravatar Marek Milkovic 1-2/+3
2015-05-12LSM: Switch to lists of hooksGravatar Casey Schaufler 1-79/+15
2015-05-12LSM: Add security module hook list headsGravatar Casey Schaufler 1-197/+201
2015-05-12LSM: Split security.hGravatar Casey Schaufler 1-1/+1
2015-05-11security: make inode_follow_link RCU-walk awareGravatar NeilBrown 1-2/+14
2015-05-11security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()Gravatar NeilBrown 3-4/+25
2015-05-10SECURITY: remove nameidata arg from inode_follow_link.Gravatar NeilBrown 1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-19/+19
2015-04-15VFS: security/: d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-15VFS: security/: d_backing_inode() annotationsGravatar David Howells 1-18/+18
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 5-35/+67
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-26/+22
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-9/+3
2015-04-13selinux/nlmsg: add a build time check for rtnl/xfrm cmdsGravatar Nicolas Dichtel 1-0/+3
2015-04-12selinux/nlmsg: add XFRM_MSG_MAPPINGGravatar Nicolas Dichtel 1-0/+1
2015-04-12selinux/nlmsg: add XFRM_MSG_MIGRATEGravatar Nicolas Dichtel 1-0/+1
2015-04-12selinux/nlmsg: add XFRM_MSG_REPORTGravatar Nicolas Dichtel 1-0/+1
2015-04-11Merge branch 'for-davem' into for-nextGravatar Al Viro 2-27/+10
2015-04-11switch security_inode_getattr() to struct path *Gravatar Al Viro 1-9/+3
2015-04-08selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFOGravatar Nicolas Dichtel 1-0/+2
2015-04-08selinux/nlmsg: add XFRM_MSG_GETSPDINFOGravatar Nicolas Dichtel 1-0/+1
2015-04-08selinux/nlmsg: add XFRM_MSG_NEWSPDINFOGravatar Nicolas Dichtel 1-0/+1
2015-04-08selinux/nlmsg: add RTM_GETNSIDGravatar Nicolas Dichtel 1-0/+1
2015-04-08selinux/nlmsg: add RTM_NEWNSID and RTM_GETNSIDGravatar Nicolas Dichtel 1-0/+2
2015-04-06selinux: increase avtab max bucketsGravatar Stephen Smalley 1-1/+1
2015-04-06selinux: Use a better hash function for avtabGravatar John Brooks 2-5/+38
2015-04-06selinux: convert avtab hash table to flex_arrayGravatar Stephen Smalley 2-13/+22
2015-04-06selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()Gravatar Paul Moore 2-12/+4
2015-04-06selinux: remove unnecessary pointer reassignmentGravatar Jeff Vander Stoep 1-4/+2
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.Gravatar David S. Miller 1-19/+9
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2015-03-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...Gravatar James Morris 1-1/+1
2015-03-25selinux: fix sel_write_enforce broken return valueGravatar Joe Perches 1-1/+1
2015-03-20Revert "selinux: add a skb_owned_by() hook"Gravatar Eric Dumazet 1-7/+0
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-2/+2
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeGravatar David Howells 1-2/+2