All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next] Documentation: add Documentation/security/
@ 2011-05-20 18:17 Randy Dunlap
  2011-05-23  0:05 ` James Morris
  2011-05-23 16:17 ` David Howells
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2011-05-20 18:17 UTC (permalink / raw)
  To: linux-doc, lkml
  Cc: Stephen Smalley, James Morris, Eric Paris, John Johansen,
	David Howells, David Safford, Mimi Zohar, Chris Wright,
	Serge E. Hallyn, Casey Schaufler

added to
  git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs.git  docs-move


commit d410fa4ef99112386de5f218dd7df7b4fca910b4
Author: Randy Dunlap <randy.dunlap@oracle.com>
Date:   Thu May 19 15:59:38 2011 -0700

    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>.


 Documentation/00-INDEX                             |    6 ++----
 Documentation/filesystems/nfs/idmapper.txt         |    4 ++--
 Documentation/networking/dns_resolver.txt          |    4 ++--
 Documentation/security/00-INDEX                    |   18 ++++++++++++++++++
 Documentation/{ => security}/SELinux.txt           |    0
 Documentation/{ => security}/Smack.txt             |    0
 Documentation/{ => security}/apparmor.txt          |    0
 Documentation/{ => security}/credentials.txt       |    2 +-
 Documentation/{ => security}/keys-request-key.txt  |    4 ++--
 .../{ => security}/keys-trusted-encrypted.txt      |    0
 Documentation/{ => security}/keys.txt              |    4 ++--
 Documentation/{ => security}/tomoyo.txt            |    0
 MAINTAINERS                                        |    6 +++---
 include/linux/cred.h                               |    2 +-
 include/linux/key.h                                |    2 +-
 kernel/cred.c                                      |    2 +-
 scripts/selinux/README                             |    2 +-
 security/apparmor/match.c                          |    2 +-
 security/apparmor/policy_unpack.c                  |    4 ++--
 security/keys/encrypted.c                          |    2 +-
 security/keys/request_key.c                        |    2 +-
 security/keys/request_key_auth.c                   |    2 +-
 security/keys/trusted.c                            |    2 +-
 23 files changed, 43 insertions(+), 27 deletions(-)
 create mode 100644 Documentation/security/00-INDEX
 rename Documentation/{ => security}/SELinux.txt (100%)
 rename Documentation/{ => security}/Smack.txt (100%)
 rename Documentation/{ => security}/apparmor.txt (100%)
 rename Documentation/{ => security}/credentials.txt (99%)
 rename Documentation/{ => security}/keys-request-key.txt (98%)
 rename Documentation/{ => security}/keys-trusted-encrypted.txt (100%)
 rename Documentation/{ => security}/keys.txt (99%)
 rename Documentation/{ => security}/tomoyo.txt (100%)

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH for-next] Documentation: add Documentation/security/
  2011-05-20 18:17 [PATCH for-next] Documentation: add Documentation/security/ Randy Dunlap
@ 2011-05-23  0:05 ` James Morris
  2011-05-23 16:17 ` David Howells
  1 sibling, 0 replies; 3+ messages in thread
From: James Morris @ 2011-05-23  0:05 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-doc, lkml, Stephen Smalley, Eric Paris, John Johansen,
	David Howells, David Safford, Mimi Zohar, Chris Wright,
	Serge E. Hallyn, Casey Schaufler

On Fri, 20 May 2011, Randy Dunlap wrote:

> added to
>   git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs.git  docs-move

Acked-by: James Morris <jmorris@namei.org>

-- 
James Morris
<jmorris@namei.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH for-next] Documentation: add Documentation/security/
  2011-05-20 18:17 [PATCH for-next] Documentation: add Documentation/security/ Randy Dunlap
  2011-05-23  0:05 ` James Morris
@ 2011-05-23 16:17 ` David Howells
  1 sibling, 0 replies; 3+ messages in thread
From: David Howells @ 2011-05-23 16:17 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: dhowells, linux-doc, lkml, Stephen Smalley, James Morris,
	Eric Paris, John Johansen, David Safford, Mimi Zohar,
	Chris Wright, Serge E. Hallyn, Casey Schaufler

Randy Dunlap <randy.dunlap@oracle.com> wrote:

> added to
>   git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs.git  docs-move
> 
> 
> commit d410fa4ef99112386de5f218dd7df7b4fca910b4
> Author: Randy Dunlap <randy.dunlap@oracle.com>
> Date:   Thu May 19 15:59:38 2011 -0700
> 
>     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>.
> 
> 
>  Documentation/00-INDEX                             |    6 ++----
>  Documentation/filesystems/nfs/idmapper.txt         |    4 ++--
>  Documentation/networking/dns_resolver.txt          |    4 ++--
>  Documentation/security/00-INDEX                    |   18 ++++++++++++++++++
>  Documentation/{ => security}/SELinux.txt           |    0
>  Documentation/{ => security}/Smack.txt             |    0
>  Documentation/{ => security}/apparmor.txt          |    0
>  Documentation/{ => security}/credentials.txt       |    2 +-
>  Documentation/{ => security}/keys-request-key.txt  |    4 ++--
>  .../{ => security}/keys-trusted-encrypted.txt      |    0
>  Documentation/{ => security}/keys.txt              |    4 ++--
>  Documentation/{ => security}/tomoyo.txt            |    0
>  MAINTAINERS                                        |    6 +++---
>  include/linux/cred.h                               |    2 +-
>  include/linux/key.h                                |    2 +-
>  kernel/cred.c                                      |    2 +-
>  scripts/selinux/README                             |    2 +-
>  security/apparmor/match.c                          |    2 +-
>  security/apparmor/policy_unpack.c                  |    4 ++--
>  security/keys/encrypted.c                          |    2 +-
>  security/keys/request_key.c                        |    2 +-
>  security/keys/request_key_auth.c                   |    2 +-
>  security/keys/trusted.c                            |    2 +-
>  23 files changed, 43 insertions(+), 27 deletions(-)
>  create mode 100644 Documentation/security/00-INDEX
>  rename Documentation/{ => security}/SELinux.txt (100%)
>  rename Documentation/{ => security}/Smack.txt (100%)
>  rename Documentation/{ => security}/apparmor.txt (100%)
>  rename Documentation/{ => security}/credentials.txt (99%)
>  rename Documentation/{ => security}/keys-request-key.txt (98%)
>  rename Documentation/{ => security}/keys-trusted-encrypted.txt (100%)
>  rename Documentation/{ => security}/keys.txt (99%)
>  rename Documentation/{ => security}/tomoyo.txt (100%)

Acked-by: David Howells <dhowells@redhat.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-23 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-20 18:17 [PATCH for-next] Documentation: add Documentation/security/ Randy Dunlap
2011-05-23  0:05 ` James Morris
2011-05-23 16:17 ` David Howells

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.