Skip to content

Commit 75142d6

Browse files
committed
fcos/v1_6_exp: Add SElinuxModule
1 parent 0a1b18e commit 75142d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/fcos/v1_6_exp/schema.go

+5
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ type GrubUser struct {
4949
Name string `yaml:"name"`
5050
PasswordHash *string `yaml:"password_hash"`
5151
}
52+
53+
type SELinuxModule struct {
54+
FileContent string `yaml:"file_content"`
55+
Path string `yaml:"path"`
56+
}

0 commit comments

Comments
 (0)