Skip to content

Commit f787e77

Browse files
committed
feat: add selinux type
1 parent 0a1b18e commit f787e77

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/fcos/v1_6_exp/schema.go

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

2728
type BootDevice struct {
@@ -49,3 +50,9 @@ type GrubUser struct {
4950
Name string `yaml:"name"`
5051
PasswordHash *string `yaml:"password_hash"`
5152
}
53+
54+
type Selinux struct {
55+
State *string `yaml:"state"`
56+
Mode *string `yaml:"mode"`
57+
Path *string `yaml:"path"`
58+
}

0 commit comments

Comments
 (0)