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:
Noel Georgi 2022-07-21 22:05:25 +05:30
parent a2aea97263
commit 1ed3df295c
No known key found for this signature in database
GPG Key ID: B1F736354201D483

View File

@ -9,6 +9,7 @@ package extensions
var AllowedPaths = []string{ var AllowedPaths = []string{
"/etc/cri/conf.d", "/etc/cri/conf.d",
"/lib/firmware", "/lib/firmware",
"/lib64/ld-linux-x86-64.so.2",
"/usr/etc/udev/rules.d", "/usr/etc/udev/rules.d",
"/usr/local", "/usr/local",
} }