-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
217 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# This file originates from the project https://github.com/openSUSE/doc-kit | ||
# This file can be edited downstream. | ||
|
||
MAIN="keylime.asm.xml" | ||
# Point to the ID of the <structure> of your assembly | ||
ROOTID="keylime-security" | ||
SRC_DIR="articles" | ||
IMG_SRC_DIR="images" | ||
|
||
PROFOS="slemicro" | ||
PROFCONDITION="suse-product" | ||
#PROFCONDITION="suse-product;beta" | ||
#PROFCONDITION="community-project" | ||
|
||
STYLEASSEMBLY="/usr/share/xml/docbook/stylesheet/nwalsh5/current/assembly/assemble.xsl" | ||
|
||
STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns" | ||
FALLBACK_STYLEROOT="/usr/share/xml/docbook/stylesheet/suse-ns" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,199 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<!-- This file originates from the project https://github.com/openSUSE/doc-kit --> | ||
<!-- This file can be edited downstream. --> | ||
<!DOCTYPE assembly | ||
[ | ||
<!ENTITY % entities SYSTEM "../common/generic-entities.ent"> | ||
%entities; | ||
]> | ||
<!-- refers to legacy doc: <add github link to legacy doc piece, if applicable> --> | ||
<!-- point back to this document with a similar comment added to your legacy doc piece --> | ||
<!-- refer to README.md for file and id naming conventions --> | ||
<assembly version="5.2" xml:lang="en" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
xmlns:trans="http://docbook.org/ns/transclusion" | ||
xmlns:its="http://www.w3.org/2005/11/its" | ||
xmlns:xi="http://www.w3.org/2001/XInclude" | ||
xmlns="http://docbook.org/ns/docbook"> | ||
<!-- resources section references all topic chunks used in the final article | ||
--> | ||
<!-- R E S O U R C E S --> | ||
<resources> | ||
<resource xml:id="_keylime-more-info" href="../glues/keylime-more-info.xml"> | ||
<description>For more infow</description> | ||
</resource> | ||
</resources> | ||
|
||
<!-- Concept files --> | ||
<resources> | ||
<resource xml:id="_keylime" href="../concepts/keylime.xml"> | ||
<description>&keylime; overview</description> | ||
</resource> | ||
<resource xml:id="_keylime-payload" href="../concepts/keylime-payload.xml"> | ||
<description>payload description</description> | ||
</resource> | ||
</resources> | ||
<!-- Tasks --> | ||
<resources> | ||
<resource xml:id="_keylime-enable-ima-tracking" href="../tasks/keylime-enable-ima-tracking.xml"> | ||
<description>IMA tracking</description> | ||
</resource> | ||
<resource xml:id="_keylime-install-agent" href="../tasks/keylime-install-agent.xml"> | ||
<description>Agent installation</description> | ||
</resource> | ||
<resource xml:id="_keylime-register-agent" href="../tasks/keylime-register-agent.xml"> | ||
<description>Registering agent</description> | ||
</resource> | ||
<resource xml:id="_keylime-run-with-podman" href="../tasks/keylime-run-with-podman.xml"> | ||
<description>Run in a container</description> | ||
</resource> | ||
</resources> | ||
<!-- References --> | ||
|
||
<!-- Legal --> | ||
<resources> | ||
<resource href="../common/legal.xml" xml:id="_legal"> | ||
<description>Legal Notice</description> | ||
</resource> | ||
<resource href="../common/license_gfdl1.2.xml" xml:id="_gfdl"> | ||
<description>GNU Free Documentation License</description> | ||
</resource> | ||
</resources> | ||
<!-- S T R U C T U R E --> | ||
<structure renderas="article" xml:id="keylime-security" xml:lang="en"> | ||
<merge> | ||
<title>Securing &productname; using &keylime;</title> | ||
<subtitle>Subtitle if necessary</subtitle> | ||
<!-- Create revision history to enable versioning; add most recent entries at the top. --> | ||
<!-- Check https://documentation.suse.com/style/current/single-html/docu_styleguide/#sec-revhistory for detailed instructions--> | ||
<revhistory xml:id="rh-USE-ROOT-ID"> | ||
<revision><date>2024-11-14</date> | ||
<revdescription> | ||
<itemizedlist> | ||
<!-- Group by type of change (added/removed/changed)--> | ||
<listitem><para>Initial version.</para> | ||
</listitem> | ||
</itemizedlist> | ||
</revdescription> | ||
</revision> | ||
</revhistory> | ||
<!-- TODO: provide a listing of possible and validatable meta entry values. Maybe in our geekodoc repo? --> | ||
<!-- add author's e-mail --> | ||
<meta name="maintainer" content="[email protected]" its:translate="no"/> | ||
<!-- ISO date of last update as YYYY-MM-DD --> | ||
<meta name="updated" content="2037-11-16" its:translate="no"/> | ||
<!-- this does not work yet. Use the dm tags listed below for now | ||
<meta name="bugtracker" its:translate="no"> | ||
<phrase role="url">https://bugzilla.suse.com/enter_bug.cgi</phrase> | ||
<phrase role="component">Non-product-specific documentation</phrase> | ||
<phrase role="product">Smart Docs</phrase> | ||
<phrase role="assignee">[email protected]</phrase> | ||
</meta> | ||
--> | ||
<!-- not supported, yet. Use dm: tag for now | ||
<meta name="translation" its:translate="no"> | ||
<phrase role="trans">yes</phrase> | ||
<phrase role="language">de-de,cs-cz</phrase> | ||
</meta> | ||
--> | ||
<!-- enter the platform identifier or a list of | ||
identifiers, separated by ; --> | ||
<!-- For a full list of meta tags and their values, | ||
see https://confluence.suse.com/x/aQDWNg | ||
--> | ||
<meta name="architecture"> | ||
<phrase>&x86-64;</phrase> | ||
</meta> | ||
<!-- enter one or more product names and version --> | ||
<meta name="productname" its:translate="no"> | ||
<productname version="X.Y">&productname;</productname> | ||
</meta> | ||
<meta name="title" its:translate="yes">short title for SEO and social media, max. 55 chars</meta> | ||
<meta name="description" its:translate="yes">short description, max. 150 chars</meta> | ||
<meta name="social-descr" its:translate="yes">ultrashort description for social media, max 55 chars</meta> | ||
<!-- suitable categories --> | ||
<meta name="category"> | ||
<phrase>Security</phrase> | ||
</meta> | ||
<!-- Determines "filter by task" filter value --> | ||
<meta name="task"> | ||
<phrase>Configuration</phrase> | ||
<phrase>Security</phrase> | ||
</meta> | ||
<meta name="series">Products & Solutions</meta> | ||
|
||
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager"> | ||
<dm:bugtracker> | ||
<dm:url>https://bugzilla.suse.com/enter_bug.cgi</dm:url> | ||
<dm:component>Smart Docs</dm:component> | ||
<dm:product>Documentation</dm:product> | ||
<!-- provide your BUGZILLA e-mail address, otherwise this does not work correctly--> | ||
<dm:assignee>[email protected]</dm:assignee> | ||
</dm:bugtracker> | ||
<dm:translation>yes</dm:translation> | ||
</dm:docmanager> | ||
<abstract> | ||
<variablelist> | ||
<varlistentry> | ||
<term>WHAT?</term> | ||
<listitem> | ||
<para> | ||
Describe your topic in one sentence. | ||
</para> | ||
</listitem> | ||
</varlistentry> | ||
<varlistentry> | ||
<term>WHY?</term> | ||
<listitem> | ||
<para> | ||
State the reason why one should read this. | ||
</para> | ||
</listitem> | ||
</varlistentry> | ||
<varlistentry> | ||
<term>EFFORT</term> | ||
<listitem> | ||
<para> | ||
What's the effort one has to put in? | ||
</para> | ||
</listitem> | ||
</varlistentry> | ||
<varlistentry> | ||
<term>GOAL</term> | ||
<listitem> | ||
<para> | ||
What's the reader's take-away from this article? | ||
</para> | ||
</listitem> | ||
</varlistentry> | ||
<varlistentry> | ||
<term>REQUIREMENTS</term> | ||
<listitem> | ||
<itemizedlist> | ||
<listitem> | ||
<para> | ||
List the requirements to accomplish the task(s) described below. | ||
</para> | ||
</listitem> | ||
</itemizedlist> | ||
</listitem> | ||
</varlistentry> | ||
</variablelist> | ||
</abstract> | ||
</merge> | ||
|
||
<module resourceref="_keylime" renderas="section"/> | ||
|
||
<!-- pull in a topic and switch the title --> | ||
<module resourceref="_keylime-run-with-podman" renderas="section"/> | ||
<module resourceref="_keylime-install-agent" renderas="section"/> | ||
<module resourceref="_keylime-register-agent" renderas="section"/> | ||
<module resourceref="_keylime-payload" renderas="section"/> | ||
<module resourceref="_keylime-enable-ima-tracking" renderas="section"/> | ||
<module resourceref="_keylime-more-info" renderas="section"/> | ||
<module resourceref="_legal"/> | ||
<module resourceref="_gfdl"> | ||
<output renderas="appendix"/> | ||
</module> | ||
</structure> | ||
</assembly> |