| Commit message (Expand) | Author | Age | Files | Lines |
* | KEYS: call_sbin_request_key() must write lock keyrings before modifying them | David Howells | 2010-05-05 | 1 | -1/+1 |
* | KEYS: Use RCU dereference wrappers in keyring key type code | David Howells | 2010-05-05 | 1 | -10/+13 |
* | KEYS: find_keyring_by_name() can gain access to a freed keyring | Toshiyuki Okajima | 2010-05-05 | 1 | -9/+9 |
* | KEYS: Fix RCU handling in key_gc_keyring() | David Howells | 2010-05-05 | 1 | -3/+6 |
* | KEYS: Fix an RCU warning in the reading of user keys | David Howells | 2010-05-05 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2010-04-28 | 1 | -1/+1 |
|\ |
|
| * | keys: don't need to use RCU in keyring_read() as semaphore is held | David Howells | 2010-04-28 | 1 | -1/+1 |
* | | keys: the request_key() syscall should link an existing key to the dest keyring | David Howells | 2010-04-28 | 1 | -1/+8 |
|/ |
|
* | keys: fix an RCU warning | David Howells | 2010-04-24 | 1 | -5/+8 |
* | security: testing the wrong variable in create_by_name() | Dan Carpenter | 2010-04-22 | 1 | -2/+2 |
* | SELinux: Reduce max avtab size to avoid page allocation failures | Stephen Smalley | 2010-04-15 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 28 | -3/+25 |
* | tomoyo: fix potential use after free | Dan Carpenter | 2010-03-14 | 1 | -0/+1 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -3/+3 |
|\ |
|
| * | fix comment typos in avc.c | Justin P. Mattock | 2010-02-05 | 1 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-03-04 | 2 | -20/+5 |
|\ \ |
|
| * | | get rid of ->mnt_parent in tomoyo/realpath | Al Viro | 2010-03-03 | 1 | -1/+1 |
| * | | get rid of insanity with namespace roots in tomoyo | Al Viro | 2010-03-03 | 1 | -19/+4 |
| * | | fix mnt_mountpoint abuse in smack | Al Viro | 2010-03-03 | 1 | -1/+1 |
* | | | Merge branch 'next' into for-linus | James Morris | 2010-02-28 | 25 | -1665/+1937 |
|\ \ \ |
|
| * | | | SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0 | David Howells | 2010-02-26 | 1 | -1/+1 |
| * | | | TOMOYO: Protect find_task_by_vpid() with RCU. | Tetsuo Handa | 2010-02-25 | 1 | -0/+4 |
| * | | | Security: add static to security_ops and default_security_ops variable | wzt.wzt@gmail.com | 2010-02-23 | 3 | -18/+10 |
| * | | | selinux: libsepol: remove dead code in check_avtab_hierarchy_callback() | KaiGai Kohei | 2010-02-21 | 1 | -4/+39 |
| * | | | TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain | Tetsuo Handa | 2010-02-17 | 4 | -32/+20 |
| * | | | security: fix a couple of sparse warnings | James Morris | 2010-02-16 | 1 | -2/+3 |
| * | | | TOMOYO: Remove unneeded parameter. | Tetsuo Handa | 2010-02-16 | 3 | -38/+27 |
| * | | | TOMOYO: Use shorter names. | Tetsuo Handa | 2010-02-16 | 5 | -299/+250 |
| * | | | TOMOYO: Use enum for index numbers. | Tetsuo Handa | 2010-02-15 | 1 | -45/+54 |
| * | | | TOMOYO: Add garbage collector. | Tetsuo Handa | 2010-02-14 | 7 | -54/+436 |
| * | | | TOMOYO: Add refcounter on domain structure. | Tetsuo Handa | 2010-02-14 | 3 | -16/+28 |
| * | | | TOMOYO: Merge headers. | Tetsuo Handa | 2010-02-14 | 8 | -397/+351 |
| * | | | TOMOYO: Add refcounter on string data. | Tetsuo Handa | 2010-02-14 | 5 | -40/+77 |
| * | | | TOMOYO: Reduce lines by using common path for addition and deletion. | Tetsuo Handa | 2010-02-11 | 3 | -226/+183 |
| * | | | selinux: fix memory leak in sel_make_bools | Xiaotian Feng | 2010-02-08 | 1 | -0/+2 |
| * | | | TOMOYO: Extract bitfield | Tetsuo Handa | 2010-02-08 | 4 | -96/+25 |
| * | | | syslog: clean up needless comment | Kees Cook | 2010-02-05 | 1 | -1/+0 |
| * | | | syslog: use defined constants instead of raw numbers | Kees Cook | 2010-02-04 | 2 | -12/+14 |
| * | | | syslog: distinguish between /proc/kmsg and syscalls | Kees Cook | 2010-02-04 | 4 | -7/+13 |
| * | | | selinux: allow MLS->non-MLS and vice versa upon policy reload | Guido Trentalancia | 2010-02-03 | 9 | -59/+84 |
| * | | | selinux: load the initial SIDs upon every policy load | Guido Trentalancia | 2010-02-03 | 1 | -4/+12 |
| * | | | selinux: Only audit permissions specified in policy | Stephen Smalley | 2010-02-02 | 1 | -10/+7 |
| * | | | TOMOYO: Remove usage counter for temporary memory. | Tetsuo Handa | 2010-01-26 | 6 | -71/+29 |
| * | | | selinux: remove dead code in type_attribute_bounds_av() | KaiGai Kohei | 2010-01-24 | 1 | -39/+4 |
| * | | | selinux: convert range transition list to a hashtab | Stephen Smalley | 2010-01-24 | 3 | -41/+86 |
| * | | | Merge branch 'master' into next | James Morris | 2010-01-17 | 10 | -158/+132 |
| |\ \ \ |
|
| * | | | | selinux: change the handling of unknown classes | Stephen Smalley | 2010-01-17 | 4 | -120/+88 |
| * | | | | security: correct error returns for get/set security with private inodes | James Morris | 2010-01-14 | 1 | -2/+2 |
| * | | | | TOMOYO: Remove memory pool for list elements. | Tetsuo Handa | 2010-01-10 | 6 | -134/+73 |
| * | | | | TOMOYO: Remove memory pool for string data. | Tetsuo Handa | 2010-01-10 | 1 | -50/+10 |