Skip to content

Commit

Permalink
fcos/v1_6_exp: Add SElinuxModule
Browse files Browse the repository at this point in the history
  • Loading branch information
yasminvalim committed Sep 8, 2023
1 parent 0a1b18e commit 75142d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/fcos/v1_6_exp/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ type GrubUser struct {
Name string `yaml:"name"`
PasswordHash *string `yaml:"password_hash"`
}

type SELinuxModule struct {
FileContent string `yaml:"file_content"`
Path string `yaml:"path"`
}

0 comments on commit 75142d6

Please sign in to comment.