summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2015-10-13fs: create and use seq_show_option for escapingKees Cook1-1/+1
2015-08-07selinux/nlmsg: add XFRM_MSG_MAPPINGNicolas Dichtel1-0/+1
2015-08-07selinux/nlmsg: add XFRM_MSG_MIGRATENicolas Dichtel1-0/+1
2015-08-07selinux/nlmsg: add XFRM_MSG_REPORTNicolas Dichtel1-0/+1
2015-08-07selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFONicolas Dichtel1-0/+2
2015-08-07selinux/nlmsg: add XFRM_MSG_GETSPDINFONicolas Dichtel1-0/+1
2015-05-09selinux: fix sel_write_enforce broken return valueJoe Perches1-1/+1
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-3/+3
2014-12-14selinux: fix inode security list corruptionStephen Smalley1-1/+1
2014-04-30selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore1-9/+27
2014-04-02SELinux: bigendian problems with filename trans rulesEric Paris1-4/+4
2014-04-02SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley1-0/+4
2014-04-02SELinux: Fix memory leak upon loading policyTetsuo Handa1-1/+13
2014-04-02selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore1-7/+35
2014-02-15SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2-3/+22
2014-02-15selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()Oleg Nesterov1-2/+2
2014-02-15selinux: fix broken peer recv checkChad Hanson1-1/+3
2014-01-03selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore1-15/+53
2014-01-03selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore1-2/+23
2014-01-03selinux: correct locking in selinux_netlbl_socket_connect)Paul Moore1-4/+2
2013-03-27selinux: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2012-12-06selinux: fix sel_netnode_insert() suspicious rcu dereferenceDave Jones1-1/+2
2012-05-31SELinux: if sel_make_bools errors don't leave inconsistent stateEric Paris1-0/+1
2011-12-21SELinux: Fix RCU deref check warning in sel_netport_insert()David Howells1-1/+3
2011-10-31selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2-0/+2
2011-09-09selinux: sparse fix: fix several warnings in the security server codeJames Morris5-7/+9
2011-09-09selinux: sparse fix: include selinux.h in exports.cJames Morris1-0/+1
2011-09-09selinux: sparse fix: fix warnings in netlink codeJames Morris6-5/+6
2011-09-09selinux: sparse fix: eliminate warnings for selinuxfsJames Morris3-6/+4
2011-09-09selinux: sparse fix: declare selinux_disable() in security.hJames Morris2-1/+1
2011-09-09selinux: sparse fix: move selinux_complete_initJames Morris2-1/+1
2011-09-09selinux: sparse fix: make selinux_secmark_refcount staticJames Morris1-1/+1
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore15-15/+15
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-24VFS : mount lock scalability for internal mountsTim Chen1-0/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+3
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-36/+4
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-2/+2
2011-07-20security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu()Lai Jiangshan1-18/+2
2011-07-20security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu()Lai Jiangshan1-18/+2
2011-07-20selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCUAl Viro2-3/+3
2011-07-20->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro1-2/+3
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo1-2/+2
2011-06-15Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2-1/+39
2011-06-14SELinux: skip file_name_trans_write() when policy downgraded.Roy.Li1-0/+3
2011-06-08selinux: simplify and clean up inode_has_perm()Linus Torvalds1-10/+15
2011-05-26selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds2-11/+4
2011-05-26selinux: fix case of names with whitespace/multibytes on /selinux/createKohei Kaigai1-1/+36
2011-05-26Merge commit 'v2.6.39' into 20110526Eric Paris5-16/+21
2011-05-24Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris8-156/+304