| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | TOMOYO: Allow domain transition without execve(). | Tetsuo Handa | 2011-09-14 | 4 | -28/+210 |
* | TOMOYO: Allow controlling generation of access granted logs for per an entry ... | Tetsuo Handa | 2011-09-14 | 5 | -1/+38 |
* | TOMOYO: Add socket operation restriction support. | Tetsuo Handa | 2011-09-14 | 10 | -17/+1215 |
* | TOMOYO: Add environment variable name restriction support. | Tetsuo Handa | 2011-09-14 | 7 | -10/+266 |
* | security: sparse fix: Move security_fixup_op to security.h | James Morris | 2011-09-10 | 1 | -3/+0 |
* | selinux: sparse fix: fix several warnings in the security server code | James Morris | 2011-09-10 | 5 | -7/+9 |
* | selinux: sparse fix: include selinux.h in exports.c | James Morris | 2011-09-10 | 1 | -0/+1 |
* | selinux: sparse fix: fix warnings in netlink code | James Morris | 2011-09-10 | 6 | -5/+6 |
* | selinux: sparse fix: eliminate warnings for selinuxfs | James Morris | 2011-09-10 | 3 | -6/+4 |
* | ima: sparse fix: include linux/ima.h in ima_main.c | James Morris | 2011-09-10 | 1 | -0/+1 |
* | ima: sparse fix: make ima_open_policy static | James Morris | 2011-09-10 | 1 | -1/+1 |
* | apparmor: sparse fix: include procattr.h in procattr.c | James Morris | 2011-09-10 | 1 | -0/+1 |
* | apparmor: sparse fix: rename shadowed variables in policy_unpack.c | James Morris | 2011-09-10 | 1 | -6/+6 |
* | apparmor: sparse fix: add apparmor.h to lib.c | James Morris | 2011-09-10 | 1 | -0/+1 |
* | apparmor: sparse fix: include ipc.h | James Morris | 2011-09-10 | 1 | -0/+1 |
* | selinux: sparse fix: declare selinux_disable() in security.h | James Morris | 2011-09-10 | 2 | -1/+1 |
* | selinux: sparse fix: move selinux_complete_init | James Morris | 2011-09-10 | 2 | -1/+1 |
* | selinux: sparse fix: make selinux_secmark_refcount static | James Morris | 2011-09-10 | 1 | -1/+1 |
* | apparmor: sparse fix: make aa_create_aafs static | James Morris | 2011-09-10 | 1 | -1/+1 |
* | integrity: sparse fix: move iint_initialized to integrity.h | James Morris | 2011-09-10 | 2 | -1/+3 |
* | TOMOYO: Fix incorrect enforce mode. | Tetsuo Handa | 2011-09-10 | 1 | -1/+2 |
* | KEYS: Correctly destroy key payloads when their keytype is removed | David Howells | 2011-08-23 | 3 | -208/+258 |
* | KEYS: The dead key link reaper should be non-reentrant | David Howells | 2011-08-23 | 1 | -3/+3 |
* | KEYS: Make the key reaper non-reentrant | David Howells | 2011-08-23 | 1 | -1/+1 |
* | KEYS: Move the unreferenced key reaper to the keys garbage collector file | David Howells | 2011-08-23 | 3 | -76/+85 |
* | KEYS: __key_link() should use the RCU deref wrapper for keyring payloads | David Howells | 2011-08-23 | 1 | -2/+1 |