summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| |\ \
| | * | 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
* | | | 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: 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
| |\ \ | | |/
| | * Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-01-071-6/+1
| | |\
* | | | 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
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2014-01-121-2/+18
| |/
| * 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
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into r...James Morris2013-10-221-52/+94
| | |\ \ \ | | | |/ /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-8/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-5/+5
| * | | | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-09-301-1/+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: remove 'flags' parameter from avc_audit()Linus Torvalds2013-10-041-1/+1
| * | selinux: remove 'flags' parameter from inode_has_permLinus Torvalds2013-10-041-7/+6
| |/
| * xattr: Constify ->name member of "struct xattr".Tetsuo Handa2013-07-251-11/+6
* | Merge git://git.infradead.org/users/eparis/selinuxPaul Moore2013-09-181-52/+94
|\ \ | |/ |/|
| * Revert "SELinux: do not handle seclabel as a special flag"Eric Paris2013-08-281-0/+3
| * selinux: consider filesystem subtype in policiesAnand Avati2013-08-281-18/+22
OpenPOWER on IntegriCloud