summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)Author
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-12-14selinux: fix inode security list corruptionStephen Smalley
2014-04-30selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore
2014-04-02SELinux: bigendian problems with filename trans rulesEric Paris
2014-04-02SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley
2014-04-02SELinux: Fix memory leak upon loading policyTetsuo Handa
2014-04-02selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore
2014-02-15SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt
2014-02-15selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()Oleg Nesterov
2014-02-15selinux: fix broken peer recv checkChad Hanson
2014-01-03selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore
2014-01-03selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore
2014-01-03selinux: correct locking in selinux_netlbl_socket_connect)Paul Moore
2013-03-27selinux: use GFP_ATOMIC under spin_lockDan Carpenter
2012-12-06selinux: fix sel_netnode_insert() suspicious rcu dereferenceDave Jones
2012-05-31SELinux: if sel_make_bools errors don't leave inconsistent stateEric Paris
2011-12-21SELinux: Fix RCU deref check warning in sel_netport_insert()David Howells
2011-10-31selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-09-09selinux: sparse fix: fix several warnings in the security server codeJames Morris
2011-09-09selinux: sparse fix: include selinux.h in exports.cJames Morris
2011-09-09selinux: sparse fix: fix warnings in netlink codeJames Morris
2011-09-09selinux: sparse fix: eliminate warnings for selinuxfsJames Morris
2011-09-09selinux: sparse fix: declare selinux_disable() in security.hJames Morris
2011-09-09selinux: sparse fix: move selinux_complete_initJames Morris
2011-09-09selinux: sparse fix: make selinux_secmark_refcount staticJames Morris
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-24VFS : mount lock scalability for internal mountsTim Chen
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-20security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu()Lai Jiangshan
2011-07-20security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu()Lai Jiangshan
2011-07-20selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCUAl Viro
2011-07-20->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo
2011-06-15Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris
2011-06-14SELinux: skip file_name_trans_write() when policy downgraded.Roy.Li
2011-06-08selinux: simplify and clean up inode_has_perm()Linus Torvalds
2011-05-26selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds
2011-05-26selinux: fix case of names with whitespace/multibytes on /selinux/createKohei Kaigai
2011-05-26Merge commit 'v2.6.39' into 20110526Eric Paris
2011-05-24Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-19selinux: avoid unnecessary avc cache stat hit countLinus Torvalds
2011-05-19selinux: de-crapify avc cache stat code generationLinus Torvalds
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-05-13Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris
2011-05-12SELinux: delete debugging printks from filename_trans rule processingEric Paris
2011-05-11SELINUX: add /sys/fs/selinux mount point to put selinuxfsGreg Kroah-Hartman