- 99c31f9 ucounts: In set_cred_ucounts assume new->ucounts is non-NULL by Eric W. Biederman · 3 years, 2 months ago
- 5ebcbe3 ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyring by Eric W. Biederman · 3 years, 2 months ago
- 34dc2fd ucounts: Proper error handling in set_cred_ucounts by Eric W. Biederman · 3 years, 2 months ago
- 629715a ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_creds by Eric W. Biederman · 3 years, 2 months ago
- bbb6d0f ucounts: Increase ucounts reference counter before the security hook by Alexey Gladkov · 3 years, 4 months ago
- c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 6 months ago
- 5e6b8a5 cred: add missing return error code when set_cred_ucounts() failed by Yang Yingliang · 3 years, 7 months ago
- 32c9397 kernel/cred.c: make init_groups static by Rasmus Villemoes · 3 years, 8 months ago
- 21d1c5e Reimplement RLIMIT_NPROC on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
- 905ae01 Add a reference to ucounts for each cred by Alexey Gladkov · 3 years, 8 months ago
- 87b047d exec: Teach prepare_exec_creds how exec treats uids & gids by Eric W. Biederman · 4 years, 10 months ago
- aa884c1 kernel: doc: remove outdated comment cred.c by Bernd Edlinger · 4 years, 9 months ago
- e033e7d Merge branch 'dhowells' (patches from DavidH) by Linus Torvalds · 5 years ago
- 8379bb8 keys: Fix request_key() cache by David Howells · 5 years ago
- 84029fd memcg: account security cred as well to kmemcg by Shakeel Butt · 5 years ago
- a29a0a4 Merge branch 'access-creds' by Linus Torvalds · 5 years ago
- d7852fb access: avoid the RCU grace period for the temporary subjective credentials by Linus Torvalds · 5 years ago
- c236b6d Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- d44a627 Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- 7743c48 keys: Cache result of request_key*() temporarily in task_struct by David Howells · 6 years ago
- aa72354 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- f6581f5b ptrace: restore smp_rmb() in __ptrace_may_access() by Jann Horn · 6 years ago
- b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
- 2e21865 keys: sparse: Fix key_fs[ug]id_changed() by David Howells · 6 years ago
- 98c8865 SELinux: Remove cred security blob poisoning by Casey Schaufler · 6 years ago
- a6d8e76 cred: export get_task_cred(). by NeilBrown · 6 years ago
- 97d0fb2 cred: add get_cred_rcu() by NeilBrown · 6 years ago
- d89b22d cred: add cred_fscmp() for comparing creds. by NeilBrown · 6 years ago
- af777cd doc: ReSTify credentials.txt by Kees Cook · 8 years ago
- f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
- 5f65e5c cred: Reject inodes with invalid ids in set_create_file_as() by Seth Forshee · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- 52aa853 kernel/cred.c: remove unnecessary kdebug atomic reads by Joe Perches · 9 years ago
- 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 10 years ago
- a2faf2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
- 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
- aa6d054 userns: Add a more complete capability subset test to commit_creds by Eric W. Biederman · 12 years ago
- 3a50597 KEYS: Make the session and process keyrings per-thread by David Howells · 12 years ago
- c9235f4 userns: Make credential debugging user namespace safe. by Eric W. Biederman · 13 years ago
- f23ca33 keys: kill task_struct->replacement_session_keyring by Oleg Nesterov · 13 years ago
- 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
- 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 13 years ago
- 79549c6 cred: copy_process() should clear child->replacement_session_keyring by Oleg Nesterov · 13 years ago
- 0093ccb cred: Refcount the user_ns pointed to by the cred. by Eric W. Biederman · 13 years ago
- 4040153 security: trim security.h by Al Viro · 13 years ago
- 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
- 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
- 8ad346c CRED: fix build error due to 'tgcred' undeclared by Axel Lin · 13 years ago
- 012146d CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred struct by David Howells · 13 years ago
- 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 13 years ago
- e52e713 Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs by Linus Torvalds · 14 years ago
- d410fa4 Create Documentation/security/, by Randy Dunlap · 14 years ago
- 12a5a26 Merge branch 'master' into next by James Morris · 14 years ago
- 47a150e Cache user_ns in struct cred by Serge E. Hallyn · 14 years ago
- a3232d2 capabilities: delete all CAP_INIT macros by Eric Paris · 14 years ago
- 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 14 years ago
- a3ec4a6 Merge commit 'v2.6.38-rc5' into core/locking by Ingo Molnar · 14 years ago
- fb2b2a1 CRED: Fix memory and refcount leaks upon security_prepare_creds() failure by Tetsuo Handa · 14 years ago
- 2edeaa3 CRED: Fix BUG() upon security_cred_alloc_blank() failure by Tetsuo Handa · 14 years ago
- 10389a1 cred: Replace deprecated spinlock initialization by Thomas Gleixner · 14 years ago
- 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
- 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
- de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 14 years ago
- c70a626 umh: creds: kill subprocess_info->cred logic by Oleg Nesterov · 15 years ago
- 96b5b7f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
- 48652ce Merge commit 'v2.6.34-rc6' into sched/core by Ingo Molnar · 15 years ago
- 0ffbe26 Merge branch 'master' into next by James Morris · 15 years ago
- e134d20 CRED: Fix a race in creds_are_invalid() in credentials debugging by David Howells · 15 years ago
- eff3036 CRED: Fix double free in prepare_usermodehelper_creds() error handling by David Howells · 15 years ago
- b257c14 Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
- 0968d00 security: remove dead hook cred_commit by Eric Paris · 15 years ago
- 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 15 years ago
- 32bd7eb sched: Remove remaining USER_SCHED code by Li Zefan · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 570b8fb CRED: Fix memory leak in error handling by Mathieu Desnoyers · 15 years ago
- b8a1d37 kernel/cred.c: use kmem_cache_free by Julia Lawall · 15 years ago
- 764db03 creds_are_invalid() needs to be exported for use by modules: by Randy Dunlap · 15 years ago
- 74908a0 include/linux/cred.h: fix build by Andrew Morton · 15 years ago
- 4a5d6ba CRED: Allow put_cred() to cope with a NULL groups list by David Howells · 15 years ago
- ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
- e0e8173 CRED: Add some configurable debugging [try #6] by David Howells · 15 years ago
- 5e751e9 CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace by David Howells · 16 years ago
- 1a7d0f0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
- 43529c9 CRED: Must initialise the new creds in prepare_kernel_cred() by David Howells · 16 years ago
- 0de3368 CRED: Missing put_cred() in prepare_kernel_cred() by David Howells · 16 years ago
- b945637 CRED: Fix commit_creds() on a process that has no mm by David Howells · 16 years ago
- 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
- 3a3b7ce CRED: Allow kernel services to override LSM settings for task actions by David Howells · 16 years ago
- 3b11a1d CRED: Differentiate objective and effective subjective credentials on a task by David Howells · 16 years ago
- 98870ab CRED: Documentation by David Howells · 16 years ago
- a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
- d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
- bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 16 years ago
- f1752ee CRED: Detach the credentials from task_struct by David Howells · 16 years ago