go.mod: bump images to v0.26.0
This is mainly needed in order to get the RHEL 9 SAP Azure images.
This commit is contained in:
parent
d5483ccfb0
commit
807f249146
232 changed files with 32705 additions and 3663 deletions
13
vendor/github.com/osbuild/images/internal/pathpolicy/policies.go
generated
vendored
13
vendor/github.com/osbuild/images/internal/pathpolicy/policies.go
generated
vendored
|
|
@ -46,3 +46,16 @@ var CustomFilesPolicies = NewPathPolicies(map[string]PathPolicy{
|
|||
"/etc/passwd": {Deny: true},
|
||||
"/etc/group": {Deny: true},
|
||||
})
|
||||
|
||||
// MountpointPolicies for ostree
|
||||
var OstreeMountpointPolicies = NewPathPolicies(map[string]PathPolicy{
|
||||
"/": {},
|
||||
"/ostree": {Deny: true},
|
||||
"/home": {Deny: true},
|
||||
"/var/home": {Deny: true},
|
||||
"/var/opt": {Deny: true},
|
||||
"/var/srv": {Deny: true},
|
||||
"/var/roothome": {Deny: true},
|
||||
"/var/usrlocal": {Deny: true},
|
||||
"/var/mnt": {Deny: true},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue