Skip to content

Commit e084386

Browse files
committed
docs: Clarify security.secureboot setting
Signed-off-by: Gwendolyn <[email protected]>
1 parent 36701b9 commit e084386

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/config_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ Set this option to `true` to prevent the instance's file system from being UID/G
10141014
:condition: "virtual machine"
10151015
:defaultdesc: "`true`"
10161016
:liveupdate: "no"
1017-
:shortdesc: "Whether UEFI secure boot is enabled with the default Microsoft keys"
1017+
:shortdesc: "Whether UEFI secure boot is enforced with the default Microsoft keys"
10181018
:type: "bool"
10191019
When disabling this option, consider enabling {config:option}`instance-security:security.csm`.
10201020
```

internal/instance/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ var InstanceConfigKeysVM = map[string]func(value string) error{
10281028
// defaultdesc: `true`
10291029
// liveupdate: no
10301030
// condition: virtual machine
1031-
// shortdesc: Whether UEFI secure boot is enabled with the default Microsoft keys
1031+
// shortdesc: Whether UEFI secure boot is enforced with the default Microsoft keys
10321032
"security.secureboot": validate.Optional(validate.IsBool),
10331033

10341034
// gendoc:generate(entity=instance, group=security, key=security.sev)

internal/server/metadata/configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@
10921092
"defaultdesc": "`true`",
10931093
"liveupdate": "no",
10941094
"longdesc": "When disabling this option, consider enabling {config:option}`instance-security:security.csm`.",
1095-
"shortdesc": "Whether UEFI secure boot is enabled with the default Microsoft keys",
1095+
"shortdesc": "Whether UEFI secure boot is enforced with the default Microsoft keys",
10961096
"type": "bool"
10971097
}
10981098
},

0 commit comments

Comments
 (0)