mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-02 01:11:11 +01:00
chore: support glibc apps extension spec
Update extension spec to support glibc standard path. Ref: https://github.com/siderolabs/extensions/pull/49 Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
a2aea97263
commit
1ed3df295c
@ -9,6 +9,7 @@ package extensions
|
||||
var AllowedPaths = []string{
|
||||
"/etc/cri/conf.d",
|
||||
"/lib/firmware",
|
||||
"/lib64/ld-linux-x86-64.so.2",
|
||||
"/usr/etc/udev/rules.d",
|
||||
"/usr/local",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user