| Commit message (Expand) | Author | Age | Files | Lines |
* | SELinux: seperate range transition rules to a seperate function | Eric Paris | 2010-08-02 | 1 | -64/+75 |
* | TOMOYO: Use common code for garbage collection. | Tetsuo Handa | 2010-08-02 | 1 | -146/+66 |
* | TOMOYO: Use callback for updating entries. | Tetsuo Handa | 2010-08-02 | 6 | -252/+190 |
* | TOMOYO: Use common structure for list element. | Tetsuo Handa | 2010-08-02 | 7 | -164/+167 |
* | TOMOYO: Use callback for updating entries. | Tetsuo Handa | 2010-08-02 | 7 | -312/+253 |
* | KEYS: Make /proc/keys check to see if a key is possessed before security check | David Howells | 2010-08-02 | 3 | -23/+66 |
* | KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key | David Howells | 2010-08-02 | 1 | -1/+16 |
* | TOMOYO: Update profile structure. | Tetsuo Handa | 2010-08-02 | 6 | -248/+486 |
* | TOMOYO: Add pathname aggregation support. | Tetsuo Handa | 2010-08-02 | 4 | -0/+204 |
* | TOMOYO: Allow wildcard for execute permission. | Tetsuo Handa | 2010-08-02 | 7 | -151/+90 |
* | TOMOYO: Support longer pathname. | Tetsuo Handa | 2010-08-02 | 6 | -318/+208 |
* | TOMOYO: Several fixes for TOMOYO's management programs. | Tetsuo Handa | 2010-08-02 | 3 | -6/+23 |
* | LSM: Remove unused arguments from security_path_truncate(). | Tetsuo Handa | 2010-08-02 | 3 | -7/+4 |
* | smack: opt_dentry is never null in in smack_d_instantiate() | Dan Carpenter | 2010-08-02 | 1 | -12/+2 |
* | TOMOYO: Split files into some pieces. | Tetsuo Handa | 2010-08-02 | 11 | -1416/+1469 |
* | TOMOYO: Add interactive enforcing mode. | Tetsuo Handa | 2010-08-02 | 6 | -120/+564 |
* | TOMOYO: Add mount restriction. | Tetsuo Handa | 2010-08-02 | 7 | -11/+469 |
* | TOMOYO: Split file access control functions by type of parameters. | Tetsuo Handa | 2010-08-02 | 5 | -123/+752 |
* | TOMOYO: Use structure for passing common arguments. | Tetsuo Handa | 2010-08-02 | 5 | -206/+162 |
* | TOMOYO: Add numeric values grouping support. | Tetsuo Handa | 2010-08-02 | 6 | -1/+454 |
* | selinux: remove all rcu head initializations | Paul E. McKenney | 2010-08-02 | 2 | -3/+0 |
* | KEYS: Propagate error code instead of returning -EINVAL | Dan Carpenter | 2010-06-27 | 1 | -2/+2 |
* | keyctl_session_to_parent(): use thread_group_empty() to check singlethreadness | Oleg Nesterov | 2010-05-27 | 1 | -1/+1 |
* | umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() | Oleg Nesterov | 2010-05-27 | 3 | -2/+34 |
* | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 2010-05-25 | 1 | -3/+3 |
* | switch selinux delayed superblock handling to iterate_supers() | Al Viro | 2010-05-21 | 2 | -48/+8 |
* | kref: remove kref_set | NeilBrown | 2010-05-21 | 1 | -2/+2 |
* | KEYS: Return more accurate error codes | Dan Carpenter | 2010-05-18 | 1 | -3/+3 |
* | LSM: Add __init to fixup function. | Tetsuo Handa | 2010-05-17 | 2 | -3/+3 |
* | TOMOYO: Add pathname grouping support. | Tetsuo Handa | 2010-05-17 | 6 | -54/+433 |
* | ima: remove ACPI dependency | Mimi Zohar | 2010-05-17 | 1 | -3/+2 |
* | security/selinux/ss: Use kstrdup | Julia Lawall | 2010-05-17 | 1 | -2/+1 |
* | TOMOYO: Use stack memory for pending entry. | Tetsuo Handa | 2010-05-10 | 5 | -192/+190 |
* | Revert "ima: remove ACPI dependency" | James Morris | 2010-05-07 | 1 | -2/+3 |
* | KEYS: Do preallocation for __key_link() | David Howells | 2010-05-06 | 4 | -130/+215 |
* | Merge branch 'master' into next | James Morris | 2010-05-06 | 2 | -20/+23 |
|\ |
|
| * | 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 |
* | | TOMOYO: Use mutex_lock_interruptible. | Tetsuo Handa | 2010-05-06 | 6 | -24/+37 |
* | | KEYS: Better handling of errors from construct_alloc_key() | David Howells | 2010-05-06 | 1 | -2/+22 |
* | | KEYS: keyring_serialise_link_sem is only needed for keyring->keyring links | David Howells | 2010-05-06 | 1 | -7/+9 |
* | | Merge branch 'master' into next | James Morris | 2010-05-06 | 32 | -15/+52 |
|\ \
| |/ |
|
| * | 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-27 | 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-27 | 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 |