diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-27 10:25:02 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-27 10:25:02 -0700 |
commit | e52e713ec30a31e9a4663d9aebbaae5ec07466a6 (patch) | |
tree | 68f9680577ae68f3972a5ed73afed5d1c2794310 /kernel/cred.c | |
parent | bdf7cf1c83872a0586ce4c4da6889103cc36dbd3 (diff) | |
parent | 2f3e4af471e38e0658e701973238ae4b5e50fcd6 (diff) | |
download | linux-e52e713ec30a31e9a4663d9aebbaae5ec07466a6.tar.gz linux-e52e713ec30a31e9a4663d9aebbaae5ec07466a6.tar.bz2 linux-e52e713ec30a31e9a4663d9aebbaae5ec07466a6.zip |
Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs
* 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs:
Create Documentation/security/, move LSM-, credentials-, and keys-related files from Documentation/ to Documentation/security/, add Documentation/security/00-INDEX, and update all occurrences of Documentation/<moved_file> to Documentation/security/<moved_file>.
Diffstat (limited to 'kernel/cred.c')
-rw-r--r-- | kernel/cred.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cred.c b/kernel/cred.c index e12c8af793f8..174fa84eca30 100644 --- a/kernel/cred.c +++ b/kernel/cred.c @@ -1,4 +1,4 @@ -/* Task credentials management - see Documentation/credentials.txt +/* Task credentials management - see Documentation/security/credentials.txt * * Copyright (C) 2008 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) |