summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man8/systemd-integritysetup@.service.8
blob: badc9c262da32801ef37b996a5510d3738e0282c (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
'\" t
.TH "SYSTEMD\-INTEGRITYSETUP@\&.SERVICE" "8" "" "systemd 255" "systemd-integritysetup@.service"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
systemd-integritysetup@.service, systemd-integritysetup \- Disk integrity protection logic
.SH "SYNOPSIS"
.PP
systemd\-integritysetup@\&.service
.PP
/usr/lib/systemd/systemd\-integritysetup
.SH "DESCRIPTION"
.PP
systemd\-integritysetup@\&.service
is a service responsible for setting up integrity protected block devices\&. It should be instantiated for each device that requires integrity protection\&.
.PP
At early boot and when the system manager configuration is reloaded, entries from
\fBintegritytab\fR(5)
are converted into
systemd\-integritysetup@\&.service
units by
\fBsystemd-integritysetup-generator\fR(8)\&.
.PP
systemd\-integritysetup@\&.service
calls
\fBsystemd\-integritysetup\fR\&.
.SH "COMMANDS"
.PP
The following commands are understood by
\fBsystemd\-integritysetup\fR:
.PP
\fBattach\fR \fIvolume\fR \fIdevice\fR [\fIkey\-file|\-\fR] [\fIoption(s)|\-\fR]
.RS 4
Create a block device
\fIvolume\fR
using
\fIdevice\fR\&. See
\fBintegritytab\fR(5)
and
\m[blue]\fBKernel dm\-integrity\fR\m[]\&\s-2\u[1]\d\s+2
documentation for details\&.
.sp
Added in version 250\&.
.RE
.PP
\fBdetach\fR \fIvolume\fR
.RS 4
Detach (destroy) the block device
\fIvolume\fR\&.
.sp
Added in version 250\&.
.RE
.PP
\fBhelp\fR
.RS 4
Print short information about command syntax\&.
.sp
Added in version 250\&.
.RE
.SH "SEE ALSO"
.PP
\fBsystemd\fR(1),
\fBintegritytab\fR(5),
\fBsystemd-integritysetup-generator\fR(8),
\fBintegritysetup\fR(8)
.SH "NOTES"
.IP " 1." 4
Kernel dm-integrity
.RS 4
\%https://docs.kernel.org/admin-guide/device-mapper/dm-integrity.html
.RE