| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'encrypted-key-fixes' of git://git.kernel.org/pub/scm/linux/kern... | James Morris | 2011-11-18 | 3 | -4/+9 |
|\ |
|
| * | encrypted-keys: module build fixes | Mimi Zohar | 2011-11-16 | 2 | -3/+8 |
| * | encrypted-keys: fix error return code | Mimi Zohar | 2011-11-16 | 1 | -1/+1 |
* | | Merge branch 'for-1111' of git://gitorious.org/smack-next/kernel into for-linus | James Morris | 2011-11-18 | 1 | -76/+39 |
|\ \
| |/
|/| |
|
| * | Smack: smackfs cipso seq read repair | Casey Schaufler | 2011-11-11 | 1 | -76/+39 |
* | | KEYS: Fix a NULL pointer deref in the user-defined key type | David Howells | 2011-11-16 | 1 | -1/+2 |
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 2 | -0/+2 |
|\ \ |
|
| * | | selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-11-01 | 2 | -0/+2 |
* | | | Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2011-11-03 | 1 | -0/+30 |
|\ \ \ |
|
| * | | | TOMOYO: Fix interactive judgment functionality. | Tetsuo Handa | 2011-10-28 | 1 | -0/+30 |
* | | | | Merge branch 'for-linus' of git://github.com/richardweinberger/linux | Linus Torvalds | 2011-11-02 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | um: switch to use of drivers/Kconfig | Al Viro | 2011-11-02 | 1 | -1/+1 |
* | | | | | security: follow rename pack_hex_byte() to hex_byte_pack() | Andy Shevchenko | 2011-11-01 | 2 | -2/+2 |
* | | | | | Cross Memory Attach | Christopher Yeoh | 2011-11-01 | 2 | -2/+2 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2011-10-25 | 72 | -1201/+4164 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Merge branch 'master' of git://gitorious.org/smack-next/kernel into next | James Morris | 2011-10-22 | 3 | -24/+51 |
| |\| |
|
| | * | Smack: allow to access /smack/access as normal user | Jarkko Sakkinen | 2011-10-21 | 3 | -23/+50 |
| | * | Smack: fix: invalid length set for the result of /smack/access | Jarkko Sakkinen | 2011-10-18 | 1 | -1/+1 |
| * | | TOMOYO: Fix incomplete read after seek. | Tetsuo Handa | 2011-10-22 | 1 | -0/+1 |
| * | | TOMOYO: Fix unused kernel config option. | Tetsuo Handa | 2011-10-19 | 1 | -2/+4 |
| |/ |
|
| * | Smack: compilation fix | Jarkko Sakkinen | 2011-10-14 | 1 | -0/+1 |
| * | Smack: fix for /smack/access output, use string instead of byte | Jarkko Sakkinen | 2011-10-12 | 1 | -2/+5 |
| * | Smack: domain transition protections (v3) | Jarkko Sakkinen | 2011-10-12 | 1 | -11/+42 |
| * | Smack: Provide information for UDS getsockopt(SO_PEERCRED) | Casey Schaufler | 2011-10-12 | 1 | -0/+9 |
| * | Smack: Clean up comments | Casey Schaufler | 2011-10-12 | 3 | -12/+10 |
| * | Smack: Repair processing of fcntl | Casey Schaufler | 2011-10-12 | 1 | -25/+42 |
| * | Smack: Rule list lookup performance | Casey Schaufler | 2011-10-12 | 4 | -121/+220 |
| * | Smack: check permissions from user space (v2) | Jarkko Sakkinen | 2011-10-12 | 1 | -63/+117 |
| * | TOMOYO: Fix quota and garbage collector. | Tetsuo Handa | 2011-10-12 | 2 | -0/+18 |
| * | TOMOYO: Remove redundant tasklist_lock. | Tetsuo Handa | 2011-10-12 | 1 | -4/+0 |
| * | TOMOYO: Fix domain transition failure warning. | Tetsuo Handa | 2011-09-28 | 1 | -1/+2 |
| * | Merge branch 'next-hex2bin' of git://github.com/mzohar/linux-evm into next | James Morris | 2011-09-27 | 2 | -7/+26 |
| |\ |
|
| | * | encrypted-keys: check hex2bin result | Mimi Zohar | 2011-09-21 | 1 | -3/+11 |
| | * | trusted-keys: check hex2bin result | Mimi Zohar | 2011-09-21 | 1 | -4/+15 |
| * | | TOMOYO: Remove tomoyo_policy_memory_lock spinlock. | Tetsuo Handa | 2011-09-26 | 3 | -27/+27 |
| * | | TOMOYO: Simplify garbage collector. | Tetsuo Handa | 2011-09-26 | 5 | -319/+186 |
| * | | TOMOYO: Fix make namespacecheck warnings. | Tetsuo Handa | 2011-09-26 | 5 | -7/+9 |
| |/ |
|
| * | TOMOYO: Allow specifying domain transition preference. | Tetsuo Handa | 2011-09-19 | 5 | -12/+137 |
| * | encrypted-keys: IS_ERR need include/err.h | Stephen Rothwell | 2011-09-15 | 1 | -0/+1 |
| * | Merge branch 'next-evm' of git://github.com/mzohar/linux-evm into next | James Morris | 2011-09-15 | 14 | -84/+155 |
| |\ |
|
| | * | evm: clean verification status | Dmitry Kasatkin | 2011-09-14 | 1 | -0/+1 |
| | * | evm: permit mode bits to be updated | Mimi Zohar | 2011-09-14 | 1 | -17/+13 |
| | * | evm: posix acls modify i_mode | Mimi Zohar | 2011-09-14 | 3 | -5/+46 |
| | * | evm: limit verifying current security.evm integrity | Mimi Zohar | 2011-09-14 | 1 | -34/+24 |
| | * | evm: fix security/security_old_init_security return code | Mimi Zohar | 2011-09-14 | 1 | -2/+2 |
| | * | evm: remove TCG_TPM dependency | Mimi Zohar | 2011-09-14 | 1 | -2/+1 |
| | * | encrypted-keys: remove trusted-keys dependency | Mimi Zohar | 2011-09-14 | 5 | -28/+67 |
| | * | encrypted-keys: create encrypted-keys directory | Mimi Zohar | 2011-09-14 | 6 | -1/+6 |
| * | | TOMOYO: Bump version. | Tetsuo Handa | 2011-09-15 | 3 | -9/+9 |
| |/ |
|
| * | TOMOYO: Avoid race when retrying "file execute" permission check. | Tetsuo Handa | 2011-09-14 | 1 | -34/+22 |