aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* 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
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3028-3/+25
* | TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa2010-05-064-18/+18
* | ima: remove ACPI dependencyMimi Zohar2010-05-051-3/+2
* | selinux: generalize disabling of execmem for plt-in-heap archsStephen Smalley2010-04-291-6/+8
* | LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONEEric Paris2010-04-282-3/+2
* | SMACK: Don't #include Ext2 headersDavid Howells2010-04-271-1/+0
* | security: whitespace coding style fixesJustin P. Mattock2010-04-237-45/+45
* | mmap_min_addr check CAP_SYS_RAWIO only for writeKees Cook2010-04-231-1/+1
* | IMA: include the word IMA in printk messagesEric Paris2010-04-233-5/+5
* | IMA: drop the word integrity in the audit messageEric Paris2010-04-211-1/+1
* | IMA: use audit_log_untrusted_string rather than %sEric Paris2010-04-211-13/+20
* | IMA: handle comments in policyEric Paris2010-04-211-7/+14
* | IMA: handle whitespace betterEric Paris2010-04-211-3/+3
* | IMA: reject policies with unknown entriesEric Paris2010-04-211-0/+1
* | IMA: set entry->action to UNKNOWN rather than hard codingEric Paris2010-04-211-1/+1
* | IMA: do not allow the same rule to specify the same thing twiceEric Paris2010-04-211-1/+33
* | ima: handle multiple rules per writeEric Paris2010-04-213-26/+32
* | SELinux: return error codes on policy load failureEric Paris2010-04-211-15/+22
* | Security: Fix the comment of cap_file_mmap()wzt.wzt@gmail.com2010-04-201-1/+1
* | security: remove dead hook acctEric Paris2010-04-122-11/+0
* | security: remove dead hook key_session_to_parentEric Paris2010-04-123-22/+0