Skip to content

Commit 586a029

Browse files
committed
fix: change selinux from config o bootdevice
1 parent f787e77 commit 586a029

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/fcos/v1_6_exp/schema.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ type Config struct {
2222
base.Config `yaml:",inline"`
2323
BootDevice BootDevice `yaml:"boot_device"`
2424
Grub Grub `yaml:"grub"`
25-
Selinux Selinux `yaml:"selinux"`
2625
}
2726

2827
type BootDevice struct {
29-
Layout *string `yaml:"layout"`
30-
Luks BootDeviceLuks `yaml:"luks"`
31-
Mirror BootDeviceMirror `yaml:"mirror"`
28+
Layout *string `yaml:"layout"`
29+
Luks BootDeviceLuks `yaml:"luks"`
30+
Mirror BootDeviceMirror `yaml:"mirror"`
31+
Selinux Selinux `yaml:"selinux"`
3232
}
3333

3434
type BootDeviceLuks struct {

0 commit comments

Comments
 (0)