summaryrefslogtreecommitdiffstats
path: root/templates/man8/systemd-pcrlock.8.pot
blob: 7f6ea099a13ff4ee9069b4cc25d7477cef6dfb61 (plain)
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
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-06-01 06:28+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
msgid "SYSTEMD-PCRLOCK"
msgstr ""

#. type: TH
#: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "systemd 255"
msgstr ""

#. type: TH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
msgid "systemd-pcrlock"
msgstr ""

#.  -----------------------------------------------------------------
#.  * MAIN CONTENT STARTS HERE *
#.  -----------------------------------------------------------------
#. type: SH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"systemd-pcrlock, systemd-pcrlock-file-system.service, systemd-pcrlock-"
"firmware-code.service, systemd-pcrlock-firmware-config.service, systemd-"
"pcrlock-machine-id.service, systemd-pcrlock-make-policy.service, systemd-"
"pcrlock-secureboot-authority.service, systemd-pcrlock-secureboot-policy."
"service - Analyze and predict TPM2 PCR states and generate an access policy "
"from the prediction"
msgstr ""

#. type: SH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed
msgid "B</usr/lib/systemd/systemd-pcrlock >B<[OPTIONS...]>"
msgstr ""

#. type: SH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Note: this command is experimental for now\\&. While it is likely to become "
"a regular component of systemd, it might still change in behaviour and "
"interface\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"B<systemd-pcrlock> is a tool that may be used to analyze and predict TPM2 "
"PCR measurements, and generate TPM2 access policies from the prediction "
"which it stores in a TPM2 NV index (i\\&.e\\&. in the TPM2 non-volatile "
"memory)\\&. This may then be used to restrict access to TPM2 objects (such "
"as disk encryption keys) to system boot-ups in which only specific, trusted "
"components are used\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<systemd-pcrlock> uses as input for its analysis and prediction:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"The UEFI firmware TPM2 event log (i\\&.e\\&.  /sys/kernel/security/tpm0/"
"binary_bios_measurements) of the current boot\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"The userspace TPM2 event log (i\\&.e\\&.  /run/log/systemd/tpm2-measure\\&."
"log) of the current boot\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "The current PCR state of the TPM2 chip\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed
msgid ""
"Boot component definition files (*\\&.pcrlock and *\\&.pcrlock\\&.d/*\\&."
"pcrlock, see B<systemd.pcrlock>(5)) that each define expected measurements "
"for one component of the boot process, permitting alternative variants for "
"each\\&. (Variants may be used used to bless multiple kernel versions or "
"boot loader versions at the same time\\&.)"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"It uses these inputs to generate a combined event log, validating it against "
"the PCR states\\&. It then attempts to recognize event log records and "
"matches them against the defined components\\&. For each PCR where this can "
"be done comprehensively (i\\&.e\\&. where all listed records and all defined "
"components have been matched) this may then be used to predict future PCR "
"measurements, taking the alternative variants defined for each component "
"into account\\&. This prediction may then be converted into a TPM2 access "
"policy (consisting of TPM2 B<PolicyPCR> and B<PolicyOR> items), which is "
"then stored in an NV index in the TPM2\\&. This may be used to then lock "
"secrets (such as disk encryption keys) to these policies (via a TPM2 "
"B<PolicyAuthorizeNV> policy)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Use tools such as B<systemd-cryptenroll>(1)  or B<systemd-repart>(8)  to "
"bind disk encryption to such a B<systemd-pcrlock> TPM2 policy\\&. "
"Specifically, see the B<--tpm2-pcrlock=> switches of these tools\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"The access policy logic requires a TPM2 device that implements the "
"\"PolicyAuthorizeNV\" command, i\\&.e\\&. implements TPM 2\\&.0 version "
"1\\&.38 or newer\\&."
msgstr ""

#. type: SH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
msgid "COMMANDS"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "The following commands are understood:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<log>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This reads the combined TPM2 event log, validates it, matches it against the "
"current PCR values, and outputs both in tabular form\\&. Combine with B<--"
"json=> to generate output in JSON format\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "Added in version 255\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<cel>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"This reads the combined TPM2 event log and writes it to STDOUT in "
"\\m[blue]B<TCG Canonical Event Log Format (CEL-"
"JSON)>\\m[]\\&\\s-2\\u[1]\\d\\s+2 format\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<list-components>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Shows a list of component definitions and their variants, i\\&.e\\&. the "
"*\\&.pcrlock files discovered in /var/lib/pcrlock\\&.d/, /usr/lib/pcrlock\\&."
"d/, and the other supported directories\\&. See B<systemd.pcrlock>(5)  for "
"details on these files and the full list of directories searched\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<predict>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Predicts the PCR state on future boots\\&. This will analyze the TPM2 event "
"log as described above, recognize components, and then generate all possible "
"resulting PCR values for all combinations of component variants\\&. Note "
"that no prediction is made for PCRs whose value does not match the event log "
"records, for which unrecognized measurements are discovered or for which "
"components are defined that cannot be found in the event log\\&. This is a "
"safety measure to ensure that any generated access policy can be fulfilled "
"correctly on current and future boots\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<make-policy>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This predicts the PCR state for future boots, much like the B<predict> "
"command above\\&. It then uses this data to generate a TPM2 access policy "
"which it stores in a TPM2 NV index\\&. The prediction and information about "
"the used TPM2 and its NV index are written to /var/lib/systemd/pcrlock\\&."
"json\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"The NV index is allocated on first invocation, and updated on subsequent "
"invocations\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"The NV index contents may be changed (and thus the policy stored in it "
"updated) by providing an access PIN\\&. This PIN is normally generated "
"automatically and stored in encrypted form (with an access policy binding it "
"to the NV index itself) in the aforementioned JSON policy file\\&. This PIN "
"may be chosen by the user, via the B<--recovery-pin=> switch\\&. If "
"specified it may be used as alternative path of access to update the "
"policy\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"If the new prediction matches the old this command terminates quickly and "
"executes no further operation\\&. (Unless B<--force> is specified, see "
"below\\&.)"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<remove-policy>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Removes a previously generated policy\\&. Deletes the /var/lib/systemd/"
"pcrlock\\&.json file, and deallocates the NV index\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-firmware-code>, B<unlock-firmware-code>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Generates/removes \\&.pcrlock files based on the TPM2 event log of the "
"current boot covering all records for PCRs 0 (\"platform-code\") and 2 "
"(\"external-code\")\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This operation allows locking the boot process to the current version of the "
"firmware of the system and its extension cards\\&. This operation should "
"only be used if the system vendor does not provide suitable pcrlock data "
"ahead of time\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Note that this data only matches the current version of the firmware\\&. If "
"a firmware update is applied this data will be out-of-date and any access "
"policy generated from it will no longer pass\\&. It is thus recommended to "
"invoke B<unlock-firmware-code> before doing a firmware update, followed by "
"B<make-policy> to refresh the policy\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"B<systemd-pcrlock lock-firmware-code> is invoked automatically at boot via "
"the systemd-pcrlock-firmware-code\\&.service unit, if enabled\\&. This "
"ensures that an access policy managed by B<systemd-pcrlock> is automatically "
"locked to the new firmware version whenever the policy has been relaxed "
"temporarily, in order to cover for firmware updates, as described above\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"The files are only generated from the event log if the event log matches the "
"current TPM2 PCR state\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This writes/removes the files /var/lib/pcrlock\\&.d/250-firmware-code-"
"early\\&.pcrlock\\&.d/generated\\&.pcrlock and /var/lib/pcrlock\\&.d/550-"
"firmware-code-late\\&.pcrlock\\&.d/generated\\&.pcrlock\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-firmware-config>, B<unlock-firmware-config>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This is similar to B<lock-firmware-code>/B<unlock-firmware-code> but locks "
"down the firmware configuration, i\\&.e\\&. PCRs 1 (\"platform-config\") and "
"3 (\"external-config\")\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This functionality should be used with care as in most scenarios a minor "
"firmware configuration change should not invalidate access policies to TPM2 "
"objects\\&. Also note that some systems measure unstable and unpredictable "
"information (e\\&.g\\&. current CPU voltages, temperatures, as part of "
"SMBIOS data) to these PCRs, which means this form of lockdown cannot be used "
"reliably on such systems\\&. Use this functionality only if the system and "
"hardware is well known and does not suffer by these limitations, for example "
"in virtualized environments\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Use B<unlock-firmware-config> before making firmware configuration "
"changes\\&. If the systemd-pcrlock-firmware-config\\&.service unit is "
"enabled it will automatically generate a pcrlock file from the new "
"measurements\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This writes/removes the files /var/lib/pcrlock\\&.d/250-firmware-config-"
"early\\&.pcrlock\\&.d/generated\\&.pcrlock and /var/lib/pcrlock\\&.d/550-"
"firmware-config-late\\&.pcrlock\\&.d/generated\\&.pcrlock\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-secureboot-policy>, B<unlock-secureboot-policy>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Generates/removes a \\&.pcrlock file based on the SecureBoot policy "
"currently enforced\\&. This looks at the SecureBoot, PK, KEK, db, dbx, dbt, "
"dbr EFI variables and predicts their measurements to PCR 7 (\"secure-boot-"
"policy\") on the next boot\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Use B<unlock-firmware-config> before applying SecureBoot policy updates\\&. "
"If the systemd-pcrlock-secureboot-policy\\&.service unit is enabled it will "
"automatically generate a pcrlock file from the policy discovered\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This writes/removes the file /var/lib/pcrlock\\&.d/230-secureboot-policy\\&."
"pcrlock\\&.d/generated\\&.pcrlock\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-secureboot-authority>, B<unlock-secureboot-authority>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Generates/removes a \\&.pcrlock file based on the SecureBoot authorities "
"used to validate the boot path\\&. SecureBoot authorities are the specific "
"SecureBoot database entries that where used to validate the UEFI PE binaries "
"executed at boot\\&. This looks at the event log of the current boot, and "
"uses relevant measurements on PCR 7 (\"secure-boot-policy\")\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This writes/removes the file /var/lib/pcrlock\\&.d/620-secureboot-"
"authority\\&.pcrlock\\&.d/generated\\&.pcrlock\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-gpt> [I<DEVICE>], B<unlock-gpt>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Generates/removes a \\&.pcrlock file based on the GPT partition table of the "
"specified disk\\&. If no disk is specified automatically determines the "
"block device backing the root file system\\&. This locks the state of the "
"disk partitioning of the booted medium, which firmware measures to PCR 5 "
"(\"boot-loader-config\")\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This writes/removes the file /var/lib/pcrlock\\&.d/600-gpt\\&.pcrlock\\&.d/"
"generated\\&.pcrlock\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-pe> [I<BINARY>], B<unlock-pe>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Generates/removes a \\&.pcrlock file based on the specified PE binary\\&. "
"This is useful for predicting measurements the firmware makes to PCR 4 "
"(\"boot-loader-code\") if the specified binary is part of the UEFI boot "
"process\\&. Use this on boot loader binaries and suchlike\\&. Use B<lock-"
"uki> (see below) for PE binaries that are unified kernel images (UKIs)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Expects a path to the PE binary as argument\\&. If not specified, reads the "
"binary from STDIN instead\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"The pcrlock file to write must be specified via the B<--pcrlock=> switch\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-uki> [I<UKI>], B<unlock-uki>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Generates/removes a \\&.pcrlock file based on the specified UKI PE "
"binary\\&. This is useful for predicting measurements the firmware makes to "
"PCR 4 (\"boot-loader-code\"), and B<systemd-stub>(7)  makes to PCR 11 "
"(\"kernel-boot\"), if the specified UKI is booted\\&. This is a superset of "
"B<lock-pe>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Expects a path to the UKI PE binary as argument\\&. If not specified, reads "
"the binary from STDIN instead\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-machine-id>, B<unlock-machine-id>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Generates/removes a \\&.pcrlock file based on /etc/machine-id\\&. This is "
"useful for predicting measurements B<systemd-pcrmachine.service>(8)  makes "
"to PCR 15 (\"system-identity\")\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This writes/removes the file /var/lib/pcrlock\\&.d/820-machine-id\\&."
"pcrlock\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-file-system> [I<PATH>], B<unlock-file-system> [I<PATH>]"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Generates/removes a \\&.pcrlock file based on file system identity\\&. This "
"is useful for predicting measurements B<systemd-pcrfs@.service>(8)  makes to "
"PCR 15 (\"system-identity\") for the root and /var/ file systems\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This writes/removes the files /var/lib/pcrlock\\&.d/830-root-file-system\\&."
"pcrlock and /var/lib/pcrlock\\&.d/840-file-system-I<path>\\&.pcrlock\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-kernel-cmdline> [I<FILE>], B<unlock-kernel-cmdline>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Generates/removes a \\&.pcrlock file based on /proc/cmdline (or the "
"specified file if given)\\&. This is useful for predicting measurements the "
"Linux kernel makes to PCR 9 (\"kernel-initrd\")\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This writes/removes the file /var/lib/pcrlock\\&.d/710-kernel-cmdline\\&."
"pcrlock/generated\\&.pcrlock\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-kernel-initrd> I<FILE>, B<unlock-kernel-initrd>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Generates/removes a \\&.pcrlock file based on a kernel initrd cpio "
"archive\\&. This is useful for predicting measurements the Linux kernel "
"makes to PCR 9 (\"kernel-initrd\")\\&. Do not use for B<systemd-stub> UKIs, "
"as the initrd is combined dynamically from various sources and hence does "
"not take a single input, like this command\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This writes/removes the file /var/lib/pcrlock\\&.d/720-kernel-initrd\\&."
"pcrlock/generated\\&.pcrlock\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<lock-raw> [I<FILE>], B<unlock-raw>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Generates/removes a \\&.pcrlock file based on raw binary data\\&. The data "
"is either read from the specified file or from STDIN (if none is "
"specified)\\&. This requires that B<--pcrs=> is specified\\&. The generated "
"\\&.pcrlock file is written to the file specified via B<--pcrlock=> or to "
"STDOUT (if none is specified)\\&."
msgstr ""

#. type: SH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
msgid "OPTIONS"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "The following options are understood:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--raw-description>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"When displaying the TPM2 event log do not attempt to decode the records to "
"provide a friendly event log description string\\&. Instead, show the binary "
"payload data in escaped form\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--pcr=>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Specifies the PCR number to use\\&. May be specified more than once to "
"select multiple PCRs\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"This is used by B<lock-raw> and B<lock-pe> to select the PCR to lock "
"against\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"If used with B<predict> and B<make-policy> this will override which PCRs to "
"include in the prediction and policy\\&. If unspecified this defaults to "
"PCRs 0-5, 7, 11-15\\&. Note that these commands will not include any PCRs in "
"the prediction/policy (even if specified explicitly) if there are "
"measurements in the event log that do not match the current PCR value, or "
"there are unrecognized measurements in the event log, or components define "
"measurements not seen in the event log\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--nv-index=>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Specifies the NV index to store the policy in\\&. Honoured by B<make-"
"policy>\\&. If not specified the command will automatically pick a free NV "
"index\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--components=>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Takes a path to read *\\&.pcrlock and *\\&.pcrlock\\&.d/*\\&.pcrlock files "
"from\\&. May be used more than once to specify multiple such directories\\&. "
"If not specified defaults to /etc/pcrlock\\&.d/, /run/pcrlock\\&.d/, /var/"
"lib/pcrlock\\&.d/, /usr/local/pcrlock\\&.d/, /usr/lib/pcrlock\\&.d/\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--location=>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Takes either a string or a colon-separated pair of strings\\&. Configures up "
"to which point in the sorted list of defined components to analyze/predict "
"PCRs to\\&. Typically, the B<systemd-pcrlock> tool is invoked from a fully "
"booted system after boot-up and before shutdown\\&. This means various "
"components that are defined for shutdown have not been measured yet, and "
"should not be searched for\\&. This option allows one to restrict which "
"components are considered for analysis (taking only components before some "
"point into account, ignoring components after them)\\&. The expected string "
"is ordered against the filenames of the components defined\\&. Any "
"components with a lexicographically later name are ignored\\&. This logic "
"applies to the B<log>, B<predict>, and B<make-policy> verbs\\&. If a colon-"
"separated pair of strings are specified then they select which phases of the "
"boot to include in the prediction/policy\\&. The first string defines where "
"the first prediction shall be made, and the second string defines where the "
"last prediction shall be made\\&. All such predictions are then combined "
"into one set\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"If used with B<list-components> the selected location range will be "
"highlighted in the component list\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Defaults to \"760-:940-\", which means the policies generated by default "
"will basically cover the whole runtime of the OS userspace, from the initrd "
"(as \"760-\" closely follows 750-enter-initrd\\&.pcrlock) until (and "
"including) the main runtime of the system (as \"940-\" is closely followed "
"by 950-shutdown\\&.pcrlock)\\&. See B<systemd.pcrlock>(5)  for a full list "
"of well-known components, that illustrate where this range is placed by "
"default\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--recovery-pin=>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a boolean\\&. Defaults to false\\&. Honoured by B<make-policy>\\&. If "
"true, will query the user for a PIN to unlock the TPM2 NV index with\\&. If "
"no policy was created before this PIN is used to protect the newly allocated "
"NV index\\&. If a policy has been created before the PIN is used to unlock "
"write access to the NV index\\&. If this option is not used a PIN is "
"automatically generated\\&. Regardless if user supplied or automatically "
"generated, it is stored in encrypted form in the policy metadata file\\&. "
"The recovery PIN may be used to regain write access to an NV index in case "
"the access policy became out of date\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--pcrlock=>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Takes a file system path as argument\\&. If specified overrides where to "
"write the generated pcrlock data to\\&. Honoured by the various B<lock-*> "
"commands\\&. If not specified, a default path is generally used, as "
"documented above\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--policy=>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Takes a file system path as argument\\&. If specified overrides where to "
"write pcrlock policy metadata to\\&. If not specified defaults to /var/lib/"
"systemd/pcrlock\\&.json\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--force>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"If specified with B<make-policy>, the predicted policy will be written to "
"the NV index even if it is detected to be the same as the previously stored "
"one\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--json=>I<MODE>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"Shows output formatted as JSON\\&. Expects one of \"short\" (for the "
"shortest possible output without any redundant whitespace or line breaks), "
"\"pretty\" (for a pretty version of the same, with indentation and line "
"breaks) or \"off\" (to turn off JSON output, the default)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--no-pager>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "Do not pipe output into a pager\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<-h>, B<--help>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "Print a short help text and exit\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "B<--version>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "Print a short version string and exit\\&."
msgstr ""

#. type: SH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
msgid "EXIT STATUS"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "On success, 0 is returned, a non-zero failure code otherwise\\&."
msgstr ""

#. type: SH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed
msgid ""
"B<systemd>(1), B<systemd.pcrlock>(5), B<systemd-cryptenroll>(1), B<systemd-"
"cryptsetup@.service>(8), B<systemd-repart>(8), B<systemd-pcrmachine."
"service>(8)"
msgstr ""

#. type: SH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
msgid "NOTES"
msgstr ""

#. type: IP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
msgid " 1."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "TCG Canonical Event Log Format (CEL-JSON)"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
"\\%https://trustedcomputinggroup.org/resource/canonical-event-log-format/"
msgstr ""

#. type: TH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "systemd 256~rc3"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B</usr/lib/systemd/systemd-pcrlock> [OPTIONS...]"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Boot component definition files (*\\&.pcrlock and *\\&.pcrlock\\&.d/*\\&."
"pcrlock, see B<systemd.pcrlock>(5)) that each define expected measurements "
"for one component of the boot process, permitting alternative variants for "
"each\\&. (Variants may be used to bless multiple kernel versions or boot "
"loader versions at the same time\\&.)"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Starting with v256, a copy of the /var/lib/systemd/pcrlock\\&.json policy "
"file is encoded in a credential (see B<systemd-creds>(1)  for details) and "
"written to the EFI System Partition or XBOOTLDR partition, in the /loader/"
"credentials/ subdirectory\\&. There it is picked up at boot by B<systemd-"
"stub>(7)  and passed to the invoked initrd, where it can be used to unlock "
"the root file system (which typically contains /var/, which is where the "
"primary copy of the policy is located, which hence cannot be used to unlock "
"the root file system)\\&. The credential file is named after the boot entry "
"token of the installation (see B<bootctl>(1)), which is configurable via the "
"B<--entry-token=> switch, see below\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Takes one of \"hide\", \"show\" or \"query\"\\&. Defaults to \"hide\"\\&. "
"Honoured by B<make-policy>\\&. If \"query\", will query the user for a PIN "
"to unlock the TPM2 NV index with\\&. If no policy was created before, this "
"PIN is used to protect the newly allocated NV index\\&. If a policy has been "
"created before, the PIN is used to unlock write access to the NV index\\&. "
"If either \"hide\" or \"show\" is used, a PIN is automatically generated, "
"and \\(em only in case of \"show\" \\(em displayed on screen\\&. Regardless "
"if user supplied or automatically generated, it is stored in encrypted form "
"in the policy metadata file\\&. The recovery PIN may be used to regain write "
"access to an NV index in case the access policy became out of date\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<--entry-token=>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Sets the boot entry token to use for the file name for the pcrlock policy "
"credential in the EFI System Partition or XBOOTLDR partition\\&. See the "
"B<bootctl>(1)  option of the same regarding expected values\\&. This switch "
"has an effect on the B<make-policy> command only\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "Added in version 256\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"B<systemd>(1), B<systemd.pcrlock>(5), B<systemd-cryptenroll>(1), B<systemd-"
"cryptsetup@.service>(8), B<systemd-repart>(8), B<systemd-pcrmachine."
"service>(8), B<systemd-creds>(1), B<systemd-stub>(7), B<bootctl>(1)"
msgstr ""

#. type: Plain text
#: fedora-40
msgid ""
"This reads the combined TPM2 event log and writes it to STDOUT in "
"\\m[blue]B<TCG Common Event Log Format (CEL-"
"JSON)>\\m[]\\&\\s-2\\u[1]\\d\\s+2 format\\&."
msgstr ""

#. type: Plain text
#: fedora-40
msgid ""
"Generates/removes a \\&.pcrlock file based on raw binary data\\&. The data "
"is either read from the specified file or from STDIN (if none is "
"specified)\\&. This requires that B<--pcrs=> is specified\\&. The generated "
"pcrlock file is written to the file specified via B<--pcrlock=> or to STDOUT "
"(if none is specified)\\&."
msgstr ""

#. type: Plain text
#: fedora-40
msgid ""
"Specifies to NV index to store the policy in\\&. Honoured by B<make-"
"policy>\\&. If not specified the command will automatically pick a free NV "
"index\\&."
msgstr ""

#. type: Plain text
#: fedora-40
msgid "TCG Common Event Log Format (CEL-JSON)"
msgstr ""