Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ca369d51b3e1649be4a72addd6d6a168cfb3f537
/
kernel
/
cred.c
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
· 12 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
· 13 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
· 13 years ago
d410fa4
Create Documentation/security/,
by Randy Dunlap
· 13 years ago
12a5a26
Merge branch 'master' into next
by James Morris
· 13 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
· 14 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
· 14 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