-
Notifications
You must be signed in to change notification settings - Fork 14
/
security-slemicro.asm.xml
441 lines (430 loc) · 14.8 KB
/
security-slemicro.asm.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- file: templates/articles/assembly.xml -->
<?xml-model href="https://cdn.docbook.org/schema/5.2/rng/assemblyxi.rnc"
type="application/relax-ng-compact-syntax"?>
<!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="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 -->
<!-- Glue files -->
<resources>
<resource xml:id="_selinux_about" href="../concepts/selinux_about.xml">
<description>About &selnx;</description>
</resource>
<resource xml:id="_selinux-booleans" href="../concepts/selinux-booleans.xml">
<description>&selnx; booleans</description>
</resource>
<resource xml:id="_selinux-context" href="../concepts/selinux-context.xml">
<description>&selnx; context</description>
</resource>
<resource xml:id="_selinux-modes" href="../concepts/selinux-modes.xml">
<description>&selnx; modes</description>
</resource>
<resource xml:id="_selinux-policy" href="../concepts/selinux-policy.xml">
<description>&selnx; policy</description>
</resource>
<resource xml:id="_keylime" href="../concepts/keylime.xml"/>
<resource xml:id="_keylime-payload" href="../concepts/keylime-payload.xml"/>
<resource xml:id="_pam-about" href="../concepts/pam-about.xml">
<description>About PAM</description>
</resource>
</resources>
<!-- Tasks -->
<resources>
<resource xml:id="_selinux-getting-selinux" href="../tasks/selinux-getting-selinux.xml">
<description>Getting &selnx;</description>
</resource>
<resource xml:id="_selinux-policy-containers" href="../tasks/selinux-policy-containers.xml">
<description>Containers policy</description>
</resource>
<resource xml:id="_selinux-switching-modes" href="../tasks/selinux-switching-modes.xml">
<description>Switching &selnx; modes</description>
</resource>
<resource xml:id="_selinux-verification" href="../tasks/selinux-verification.xml">
<description>Checks before switching to the enforcing mode</description>
</resource>
<resource xml:id="_selinux-working-booleans" href="../tasks/selinux-working-booleans.xml">
<description>Switching &selnx; booleans</description>
</resource>
<resource xml:id="_selinux-working-with-modules" href="../tasks/selinux-working-with-modules.xml">
<description>Switching &selnx; policy modules</description>
</resource>
<resource xml:id="_selinux-troubleshooting" href="../tasks/selinux-troubleshooting.xml">
<description>Troubleshooting &selnx;</description>
</resource>
<resource xml:id="_pam-associating-with-account" href="../tasks/pam-associating-with-account.xml">
<description>Associating PAM with accounts</description>
</resource>
<resource xml:id="_pam-config-tool" href="../tasks/pam-config-tool.xml">
<description>pam-config</description>
</resource>
<resource xml:id="_pam-configuring-to-use-u2f" href="../tasks/pam-configuring-to-use-u2f.xml">
<description>Using U2F keys</description>
</resource>
<resource xml:id="_pam-manual-configuration" href="../tasks/pam-manual-configuration.xml">
<description>PAM manual configuration</description>
</resource>
<resource xml:id="_pam-sshd-configuration" href="../tasks/pam-sshd-configuration.xml">
<description>sshd configuration</description>
</resource>
<resource xml:id="_pam-update-configs" href="../tasks/pam-update-configs.xml">
<description>Updating PAM configuration</description>
</resource>
<resource xml:id="_keylime-install-agent" href="../tasks/keylime-install-agent.xml"/>
<resource xml:id="_keylime-register-agent" href="../tasks/keylime-register-agent.xml"/>
<resource xml:id="_keylime-enable-ima-tracking" href="../tasks/keylime-enable-ima-tracking.xml"/>
<resource xml:id="_keylime-run-with-podman" href="../tasks/keylime-run-with-podman.xml"/>
</resources>
<!-- References -->
<resources>
<resource xml:id="_selinux-tools" href="../references/selinux-tools.xml">
<description>&selnx; tools</description>
</resource>
<resource xml:id="_pam-configuration" href="../references/pam-configuration.xml">
<description>PAM Configuration files</description>
</resource>
<resource xml:id="_pam-configuring-modules" href="../references/pam-configuring-modules.xml">
<description>Modules configuration</description>
</resource>
</resources>
<resources>
<resource xml:id="_glue-keylime-more-info" href="../glues/keylime-more-info.xml"/>
</resources>
<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 xml:id="micro-security" xml:lang="en">
<merge>
<title>&productname; Security Guide</title>
<!-- Create changelog to enable versioning; add most recent entries at the top. -->
<revhistory xml:id="rh-micro-security">
<revision><date>2023-10-26</date>
<revdescription>
<para>
Initial version
</para>
</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="2023-10-26" 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 ; -->
<meta name="architecture" its:translate="no">
<phrase>&x86-64;</phrase>
<phrase>&power;</phrase>
</meta>
<meta name="productname" its:translate="no">
<productname version="5.5">&slem;</productname>
</meta>
<meta name="title" its:translate="yes">The SLE Micro security guide</meta>
<meta name="description" its:translate="yes">The article provides details regarding SELinux, PAM and keylime.</meta>
<meta name="social-descr" its:translate="yes">SELinux, PAM, keylime.</meta>
<meta name="task" its:translate="no">
<phrase>Security</phrase>
<phrase>Administration</phrase>
<phrase>Implementation</phrase>
</meta>
<meta name="series" its:translate="no">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>Documentation</dm:component>
<dm:product>SUSE Linux Enterprise Micro 5.5</dm:product>
<dm:assignee>[email protected]</dm:assignee>
</dm:bugtracker>
<dm:translation>yes</dm:translation>
</dm:docmanager>
<abstract>
<variablelist>
<varlistentry>
<term>WHAT?</term>
<listitem>
<para>
This book describes the basics of &selnx; and remote attestation using Keylime, and focuses on securing local access to a machine using PAM.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>WHY?</term>
<listitem>
<para>
You would like to be introduced to security solutions available on &productname;.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>EFFORT</term>
<listitem>
<para>
The &selnx; topic takes approx. 40 minutes to read. The PAM configuration takes approx. 20 minutes to read. The Keylime attestation takes approx. 15 minutes.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>GOAL</term>
<listitem>
<para>
A better understanding of &selnx;, PAM and Keylime.
</para>
</listitem>
</varlistentry>
</variablelist>
</abstract>
</merge>
<!-- pull in all the topic files you need -->
<!-- pick the appropriate type of include to match your needs -->
<!-- pull in a topic as is -->
<module renderas="chapter">
<merge>
<title>&selnx;</title>
</merge>
<module resourceref="_selinux_about" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_selinux-getting-selinux" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_selinux-modes" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
<module resourceref="_selinux-switching-modes" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_selinux-verification" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
</module>
<module resourceref="_selinux-context" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_selinux-policy" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
<module resourceref="_selinux-working-with-modules" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_selinux-policy-containers" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
</module>
<module resourceref="_selinux-booleans" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
<module resourceref="_selinux-working-booleans" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
</module>
<module resourceref="_selinux-tools" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_selinux-troubleshooting" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
</module>
<module renderas="chapter">
<merge>
<title>PAM on &productnameshort;</title>
</merge>
<module resourceref="_pam-about" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_pam-configuration" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
<module resourceref="_pam-sshd-configuration" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
</module>
<module resourceref="_pam-configuring-modules" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_pam-config-tool" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_pam-manual-configuration" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_pam-configuring-to-use-u2f" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
<module resourceref="_pam-associating-with-account" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_pam-update-configs" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
</module>
</module>
<module renderas="chapter">
<merge>
<title>Attestation using Keylime</title>
</merge>
<module resourceref="_keylime" renderas="section">
<module renderas="section" resourceref="_keylime-run-with-podman">
<merge>
<title>Setting up the verifier, registrar and tenant</title>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module renderas="section" resourceref="_keylime-install-agent">
<merge>
<title>Installing the agent</title>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module renderas="section" resourceref="_keylime-register-agent">
<merge>
<title>Registering the agent</title>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module renderas="section" resourceref="_keylime-payload">
<merge>
<title>Secure payloads</title>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module renderas="section" resourceref="_keylime-enable-ima-tracking">
<merge>
<title>Enabling IMA tracking</title>
<abstract>
<para/>
</abstract>
</merge>
</module>
</module>
<module renderas="section" resourceref="_glue-keylime-more-info"/>
</module>
<module resourceref="_legal" renderas="appendix"/>
<module resourceref="_gfdl">
<output renderas="appendix"/>
</module>
</structure>
</assembly>