We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1b18e commit f787e77Copy full SHA for f787e77
config/fcos/v1_6_exp/schema.go
@@ -22,6 +22,7 @@ type Config struct {
22
base.Config `yaml:",inline"`
23
BootDevice BootDevice `yaml:"boot_device"`
24
Grub Grub `yaml:"grub"`
25
+ Selinux Selinux `yaml:"selinux"`
26
}
27
28
type BootDevice struct {
@@ -49,3 +50,9 @@ type GrubUser struct {
49
50
Name string `yaml:"name"`
51
PasswordHash *string `yaml:"password_hash"`
52
53
+
54
+type Selinux struct {
55
+ State *string `yaml:"state"`
56
+ Mode *string `yaml:"mode"`
57
+ Path *string `yaml:"path"`
58
+}
0 commit comments