summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
* | | | TOMOYO: Use common code for garbage collection.Tetsuo Handa2010-08-021-146/+66
* | | | TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-026-252/+190
* | | | TOMOYO: Use common structure for list element.Tetsuo Handa2010-08-027-164/+167
* | | | TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-027-312/+253
* | | | KEYS: Make /proc/keys check to see if a key is possessed before security checkDavid Howells2010-08-023-23/+66
* | | | KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation keyDavid Howells2010-08-021-1/+16
* | | | TOMOYO: Update profile structure.Tetsuo Handa2010-08-026-248/+486
* | | | TOMOYO: Add pathname aggregation support.Tetsuo Handa2010-08-024-0/+204
* | | | TOMOYO: Allow wildcard for execute permission.Tetsuo Handa2010-08-027-151/+90
* | | | TOMOYO: Support longer pathname.Tetsuo Handa2010-08-026-318/+208
* | | | TOMOYO: Several fixes for TOMOYO's management programs.Tetsuo Handa2010-08-023-6/+23
* | | | LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa2010-08-023-7/+4
* | | | smack: opt_dentry is never null in in smack_d_instantiate()Dan Carpenter2010-08-021-12/+2
* | | | TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-0211-1416/+1469
* | | | TOMOYO: Add interactive enforcing mode.Tetsuo Handa2010-08-026-120/+564
* | | | TOMOYO: Add mount restriction.Tetsuo Handa2010-08-027-11/+469
* | | | TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa2010-08-025-123/+752
* | | | TOMOYO: Use structure for passing common arguments.Tetsuo Handa2010-08-025-206/+162
* | | | TOMOYO: Add numeric values grouping support.Tetsuo Handa2010-08-026-1/+454
* | | | selinux: remove all rcu head initializationsPaul E. McKenney2010-08-022-3/+0
| |_|/ |/| |
* | | KEYS: Propagate error code instead of returning -EINVALDan Carpenter2010-06-271-2/+2
| |/ |/|
* | keyctl_session_to_parent(): use thread_group_empty() to check singlethreadnessOleg Nesterov2010-05-271-1/+1
* | umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov2010-05-273-2/+34
* | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-3/+3
* | switch selinux delayed superblock handling to iterate_supers()Al Viro2010-05-212-48/+8
|/
* kref: remove kref_setNeilBrown2010-05-211-2/+2
* KEYS: Return more accurate error codesDan Carpenter2010-05-181-3/+3
* LSM: Add __init to fixup function.Tetsuo Handa2010-05-172-3/+3
* TOMOYO: Add pathname grouping support.Tetsuo Handa2010-05-176-54/+433
* ima: remove ACPI dependencyMimi Zohar2010-05-171-3/+2
* security/selinux/ss: Use kstrdupJulia Lawall2010-05-171-2/+1
* TOMOYO: Use stack memory for pending entry.Tetsuo Handa2010-05-105-192/+190
* Revert "ima: remove ACPI dependency"James Morris2010-05-071-2/+3
* KEYS: Do preallocation for __key_link()David Howells2010-05-064-130/+215
* Merge branch 'master' into nextJames Morris2010-05-062-20/+23
|\
| * KEYS: call_sbin_request_key() must write lock keyrings before modifying themDavid Howells2010-05-051-1/+1
| * KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells2010-05-051-10/+13
| * KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima2010-05-051-9/+9
* | TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa2010-05-066-24/+37
* | KEYS: Better handling of errors from construct_alloc_key()David Howells2010-05-061-2/+22
* | KEYS: keyring_serialise_link_sem is only needed for keyring->keyring linksDavid Howells2010-05-061-7/+9
* | Merge branch 'master' into nextJames Morris2010-05-0632-15/+52
|\ \ | |/
| * KEYS: Fix RCU handling in key_gc_keyring()David Howells2010-05-051-3/+6
| * KEYS: Fix an RCU warning in the reading of user keysDavid Howells2010-05-051-1/+2
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-04-271-1/+1
| |\
| | * keys: don't need to use RCU in keyring_read() as semaphore is heldDavid Howells2010-04-281-1/+1
| * | keys: the request_key() syscall should link an existing key to the dest keyringDavid Howells2010-04-271-1/+8
| |/
| * keys: fix an RCU warningDavid Howells2010-04-241-5/+8
| * security: testing the wrong variable in create_by_name()Dan Carpenter2010-04-221-2/+2
| * SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley2010-04-151-1/+1
OpenPOWER on IntegriCloud