summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* selinux: normalize audit log formattingRichard Guy Briggs2014-09-221-6/+8
* selinux: cleanup error reporting in selinux_nlmsg_perm()Richard Guy Briggs2014-09-221-4/+3
* selinux: make the netif cache namespace awarePaul Moore2014-09-104-36/+46
* selinux: register nf hooks with single nf_register_hooks callJiri Pirko2014-09-081-25/+10
* selinux: fix a problem with IPv6 traffic denials in selinux_ip_postroute()Paul Moore2014-09-031-0/+1
* selinux: Permit bounded transitions under NO_NEW_PRIVS or NOSUID.Stephen Smalley2014-08-281-12/+47
* Merge tag 'v3.16' into nextPaul Moore2014-08-052-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+1
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-3/+3
| | |\
| | * | audit: add netlink audit protocol bind to check capabilities on multicast joinRichard Guy Briggs2014-04-221-1/+1
| * | | Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-105-8/+21
| |\ \ \ | | |_|/ | |/| |
| | * | selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones2014-06-031-0/+3
| | * | selinux: conditionally reschedule in mls_convert_context while loading selinu...Dave Jones2014-06-031-0/+2
| | * | selinux: reject setexeccon() on MNT_NOSUID applications with -EACCESPaul Moore2014-06-031-2/+4
| | * | selinux: Report permissive mode in avc: denied messages.Stephen Smalley2014-06-033-5/+11
| | * | 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-149-41/+76
| | |\ \ \
* | | | | | netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2014-08-012-13/+13
* | | | | | netlabel: fix the horribly broken catmap functionsPaul Moore2014-08-011-78/+49
* | | | | | 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
| | |\ \
OpenPOWER on IntegriCloud