Skip to content

Commit

Permalink
feat: add selinux type
Browse files Browse the repository at this point in the history
  • Loading branch information
yasminvalim committed Aug 28, 2023
1 parent 0a1b18e commit f787e77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/fcos/v1_6_exp/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type Config struct {
base.Config `yaml:",inline"`
BootDevice BootDevice `yaml:"boot_device"`
Grub Grub `yaml:"grub"`
Selinux Selinux `yaml:"selinux"`
}

type BootDevice struct {
Expand Down Expand Up @@ -49,3 +50,9 @@ type GrubUser struct {
Name string `yaml:"name"`
PasswordHash *string `yaml:"password_hash"`
}

type Selinux struct {
State *string `yaml:"state"`
Mode *string `yaml:"mode"`
Path *string `yaml:"path"`
}

0 comments on commit f787e77

Please sign in to comment.