summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* selinux: reduce the number of calls to synchronize_net() when flushing cachesPaul Moore2014-06-267-42/+23
* selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Waiman Long2014-06-231-9/+32
* selinux: fix a possible memory leak in cond_read_node()Namhyung Kim2014-06-191-1/+1
* selinux: simple cleanup for cond_read_node()Namhyung Kim2014-06-191-7/+2
* security: Used macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-06-181-1/+2
* selinux: introduce str_read() helperNamhyung Kim2014-06-181-96/+37
* SELinux: use ARRAY_SIZEHimangi Saraogi2014-06-171-4/+4
* Merge tag 'v3.15' into nextPaul Moore2014-06-173-5/+9
|\
| * 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-032-24/+38
| |\ \
| | * | 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-062-3/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-256-26/+40
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-4/+4
| |\ \ \ \
| * | | | | flowcache: Make flow cache name space awareFan Du2014-02-121-2/+3
* | | | | | selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones2014-05-151-0/+3
* | | | | | selinux: conditionally reschedule in mls_convert_context while loading selinu...Dave Jones2014-05-151-0/+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-013-5/+11
* | | | | | Merge tag 'v3.14' into nextPaul Moore2014-03-318-38/+54
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-106-26/+40
| | |/ / / | |/| | |
| * | | | Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-02-241-4/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SELinux: bigendian problems with filename trans rulesEric Paris2014-02-201-4/+4
| * | | | Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-02-102-0/+6
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley2014-02-051-0/+4
| | * | selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message typesPaul Moore2014-02-051-0/+2
| | * | Merge tag 'v3.13' into stable-3.14Paul Moore2014-02-053-9/+30
| | |\ \
| * | \ \ Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-01-231-8/+4
| |\ \ \ \
| | * | | | selinux: call WARN_ONCE() instead of calling audit_log_start()Richard Guy Briggs2014-01-131-8/+4
| | * | | | Merge tag 'v3.12'Eric Paris2013-11-224-39/+27
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-01-217-40/+177
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-01-081-1/+13
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-01-077-39/+164
| | |\ \ \ \
* | | | | | | 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-233-9/+30
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | |
| * | | | | SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2014-01-122-3/+22
| |/ / / /
| * | | | 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-153-42/+165
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux_fixes ...James Morris2013-12-133-42/+165
| | |\ \ \ \
| | | * | | | 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-123-14/+47
| | | * | | | 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
| | | * | | | selinux: fix possible memory leakGeyslan G. Bem2013-12-041-4/+7
| | | * | | | Merge tag 'v3.12'Paul Moore2013-11-264-39/+27
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
OpenPOWER on IntegriCloud