summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-07-301-11/+2
|\
| * Revert "selinux: fix the default socket labeling in sock_graft()"Paul Moore2014-07-281-11/+2
* | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-07-191-0/+14
|\ \
| * | selinux: reduce the number of calls to synchronize_net() when flushing cachesPaul Moore2014-06-261-0/+14
* | | Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-07-171-2/+11
|\ \ \ | | |/ | |/|
| * | selinux: fix the default socket labeling in sock_graft()Paul Moore2014-07-101-2/+11
| |/
| * Merge tag 'v3.15' into nextPaul Moore2014-06-171-2/+5
| |\
* | \ Merge commit 'v3.15' into nextJames Morris2014-06-241-0/+3
|\ \ \ | | |/ | |/|
| * | locks: rename file-private locks to "open file description locks"Jeff Layton2014-04-221-3/+3
| * | Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-04-041-0/+3
| |\ \
| | * | locks: add new fcntl cmd values for handling file private locksJeff Layton2014-03-311-0/+3
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-04-031-23/+37
| |\ \ \
* | \ \ \ Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-05-261-4/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | selinux: reject setexeccon() on MNT_NOSUID applications with -EACCESPaul Moore2014-05-151-2/+4
| * | | | selinux: Report permissive mode in avc: denied messages.Stephen Smalley2014-05-011-2/+3
| * | | | Merge tag 'v3.14' into nextPaul Moore2014-03-311-6/+7
| |\ \ \ \ | | |/ / /
| * | | | selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore2014-03-051-9/+27
| * | | | selinux: put the mmap() DAC controls before the MAC controlsPaul Moore2014-02-281-12/+8
| * | | | Merge tag 'v3.13' into nextPaul Moore2014-01-231-8/+24
| |\ \ \ \
* | \ \ \ \ Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...James Morris2014-04-141-1/+1
|\ \ \ \ \ \
| * | | | | | KEYS: Move the flags representing required permission to linux/key.hDavid Howells2014-03-141-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge commit 'v3.14' into nextJames Morris2014-04-141-8/+25
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-101-6/+7
| |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-01-211-6/+1
| |\ \ \ | | |_|/ | |/| |
| * | | SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2014-01-121-2/+18
* | | | selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore2014-03-191-9/+27
* | | | selinux: put the mmap() DAC controls before the MAC controlsPaul Moore2014-03-191-12/+8
* | | | security: replace strict_strto*() with kstrto*()Jingoo Han2014-02-061-2/+2
| |/ / |/| |
* | | Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-01-071-6/+1
|\ \ \ | |/ / |/| / | |/
| * selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()Oleg Nesterov2013-12-161-2/+2
| * SELinux: remove duplicated include from hooks.cWei Yongjun2013-12-161-1/+0
| * selinux: revert 102aefdda4d8275ce7d7100bc16c88c74272b260Paul Moore2013-12-131-22/+18
| * selinux: fix broken peer recv checkChad Hanson2013-12-111-1/+3
| * selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore2013-12-101-7/+35
| * selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore2013-12-091-1/+1
| * selinux: pull address family directly from the request_sock structPaul Moore2013-12-041-5/+1
| * selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore2013-12-041-15/+53
| * selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore2013-12-041-2/+23
| * Merge tag 'v3.12'Paul Moore2013-11-081-19/+13
| |\
* | | selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()Oleg Nesterov2013-12-231-2/+2
* | | selinux: fix broken peer recv checkChad Hanson2013-12-231-1/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-12-151-25/+112
|\ \ \
| * \ \ Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux_fixes ...James Morris2013-12-131-25/+112
| |\ \ \
| | * | | selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore2013-12-121-7/+35
| | * | | selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore2013-12-121-1/+1
| | * | | selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore2013-12-121-15/+53
| | * | | selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore2013-12-121-2/+23
| | * | | Merge tag 'v3.12'Paul Moore2013-11-261-19/+13
| | |\ \ \ | | | |/ / | | |/| / | | | |/
* | | | Revert "selinux: consider filesystem subtype in policies"Linus Torvalds2013-12-151-22/+18
|/ / /
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-211-52/+94
|\ \ \
OpenPOWER on IntegriCloud