We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1b18e commit 75142d6Copy full SHA for 75142d6
config/fcos/v1_6_exp/schema.go
@@ -49,3 +49,8 @@ type GrubUser struct {
49
Name string `yaml:"name"`
50
PasswordHash *string `yaml:"password_hash"`
51
}
52
+
53
+type SELinuxModule struct {
54
+ FileContent string `yaml:"file_content"`
55
+ Path string `yaml:"path"`
56
+}
0 commit comments