summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-06-30cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee1-0/+2
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2015-09-10kernel/cred.c: remove unnecessary kdebug atomic readsJoe Perches1-4/+9
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda16-26/+126
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds8-15/+54
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds20-370/+369
2012-12-15userns: Add a more complete capability subset test to commit_credsEric W. Biederman1-1/+26
2012-10-02KEYS: Make the session and process keyrings per-threadDavid Howells5-181/+50
2012-08-24userns: Make credential debugging user namespace safe.Eric W. Biederman2-3/+8
2012-05-24keys: kill task_struct->replacement_session_keyringOleg Nesterov2-11/+0
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds85-605/+1787
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman10-62/+59
2012-04-11cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov1-0/+2
2012-04-07cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman4-10/+10
2012-02-13security: trim security.hAl Viro19-26/+66
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds99-1432/+4701
2011-08-23CRED: fix build error due to 'tgcred' undeclaredAxel Lin1-0/+2
2011-08-22CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred structDavid Howells1-2/+14
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov5-8/+32
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds23-27/+43
2011-05-19Create Documentation/security/,Randy Dunlap23-27/+43
2011-05-19Merge branch 'master' into nextJames Morris809-4481/+8481
2011-05-13Cache user_ns in struct credSerge E. Hallyn4-20/+27
2011-04-04capabilities: delete all CAP_INIT macrosEric Paris3-13/+3
2011-03-24userns: security: make capabilities relative to the user namespaceSerge E. Hallyn10-46/+144
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar850-5783/+10881
2011-02-07CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa1-2/+2
2011-02-07CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2-5/+13
2011-01-27cred: Replace deprecated spinlock initializationThomas Gleixner1-1/+1
2010-10-28signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro8-20/+21
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells8-54/+22
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells3-21/+27
2010-05-27umh: creds: kill subprocess_info->cred logicOleg Nesterov4-81/+0
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds57-1061/+1246
2010-05-07Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar547-3944/+9317
2010-05-06Merge branch 'master' into nextJames Morris5014-10386/+37774
2010-04-21CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells1-2/+0
2010-04-20CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells1-0/+2
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar4545-3881/+23837
2010-04-12security: remove dead hook cred_commitEric Paris4-23/+0
2010-04-05Merge branch 'master' into export-slabhTejun Heo183-2618/+4561
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan7-42/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-03-30CRED: Fix memory leak in error handlingMathieu Desnoyers1-1/+5
2010-02-02kernel/cred.c: use kmem_cache_freeJulia Lawall1-1/+1
2009-09-23creds_are_invalid() needs to be exported for use by modules:Randy Dunlap1-0/+1
2009-09-23include/linux/cred.h: fix buildAndrew Morton2-17/+19
2009-09-14CRED: Allow put_cred() to cope with a NULL groups listDavid Howells1-1/+2
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells34-0/+409
[next]