Skip to content

Commit

Permalink
fix: change selinux from config o bootdevice
Browse files Browse the repository at this point in the history
  • Loading branch information
yasminvalim committed Aug 29, 2023
1 parent f787e77 commit 586a029
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/fcos/v1_6_exp/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ type Config struct {
base.Config `yaml:",inline"`
BootDevice BootDevice `yaml:"boot_device"`
Grub Grub `yaml:"grub"`
Selinux Selinux `yaml:"selinux"`
}

type BootDevice struct {
Layout *string `yaml:"layout"`
Luks BootDeviceLuks `yaml:"luks"`
Mirror BootDeviceMirror `yaml:"mirror"`
Layout *string `yaml:"layout"`
Luks BootDeviceLuks `yaml:"luks"`
Mirror BootDeviceMirror `yaml:"mirror"`
Selinux Selinux `yaml:"selinux"`
}

type BootDeviceLuks struct {
Expand Down

0 comments on commit 586a029

Please sign in to comment.