diff options
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | 2016-11-03 17:57:52 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-07 18:56:42 -0700 |
commit | 799a545bb9383c6185ad27063adca03d28ee1823 (patch) | |
tree | 99cd895961ab157bd817989f53d60f2f57a1d190 | |
parent | 9e355ba76455d6d44f5cf888eee820ae9a06b3ec (diff) | |
download | linux-799a545bb9383c6185ad27063adca03d28ee1823.tar.bz2 |
tpm: move documentation under Documentation/security
In order too make Documentation root directory cleaner move the tpm
directory under Documentation/security.
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/index.rst | 2 | ||||
-rw-r--r-- | Documentation/security/index.rst | 7 | ||||
-rw-r--r-- | Documentation/security/tpm/index.rst (renamed from Documentation/tpm/index.rst) | 0 | ||||
-rw-r--r-- | Documentation/security/tpm/tpm_vtpm_proxy.rst (renamed from Documentation/tpm/tpm_vtpm_proxy.rst) | 0 | ||||
-rw-r--r-- | Documentation/security/tpm/xen-tpmfront.txt (renamed from Documentation/tpm/xen-tpmfront.txt) | 0 |
5 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 0058b65d361c..b4c3034ebc09 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -19,7 +19,7 @@ Contents: media/dvb-drivers/index media/v4l-drivers/index gpu/index - tpm/index + security/index Indices and tables ================== diff --git a/Documentation/security/index.rst b/Documentation/security/index.rst new file mode 100644 index 000000000000..9bae6bb20e7f --- /dev/null +++ b/Documentation/security/index.rst @@ -0,0 +1,7 @@ +====================== +Security documentation +====================== + +.. toctree:: + + tpm/index diff --git a/Documentation/tpm/index.rst b/Documentation/security/tpm/index.rst index af77a7bbb070..af77a7bbb070 100644 --- a/Documentation/tpm/index.rst +++ b/Documentation/security/tpm/index.rst diff --git a/Documentation/tpm/tpm_vtpm_proxy.rst b/Documentation/security/tpm/tpm_vtpm_proxy.rst index ea08e76b17f5..ea08e76b17f5 100644 --- a/Documentation/tpm/tpm_vtpm_proxy.rst +++ b/Documentation/security/tpm/tpm_vtpm_proxy.rst diff --git a/Documentation/tpm/xen-tpmfront.txt b/Documentation/security/tpm/xen-tpmfront.txt index 69346de87ff3..69346de87ff3 100644 --- a/Documentation/tpm/xen-tpmfront.txt +++ b/Documentation/security/tpm/xen-tpmfront.txt |