internal/blueprint: add ExpireDate to UserCustomization
Just to make osbuild-composer compile, this field is not functional yet.
This commit is contained in:
parent
1ce72071b4
commit
3be2c92a1b
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ type UserCustomization struct {
|
|||
Groups []string `json:"groups,omitempty" toml:"groups,omitempty"`
|
||||
UID *int `json:"uid,omitempty" toml:"uid,omitempty"`
|
||||
GID *int `json:"gid,omitempty" toml:"gid,omitempty"`
|
||||
ExpireDate *int `json:"expiredate,omitempty" toml:"expiredate,omitempty"`
|
||||
}
|
||||
|
||||
type GroupCustomization struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue