Skip to content

Commit

Permalink
feat: allow modules to be loaded via extension
Browse files Browse the repository at this point in the history
Allow modules to be loaded via [extensions](siderolabs/extensions#52).

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Aug 15, 2022
1 parent 2c48293 commit 9512e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/machinery/extensions/extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package extensions
var AllowedPaths = []string{
"/etc/cri/conf.d",
"/lib/firmware",
"/lib/modules",
"/lib64/ld-linux-x86-64.so.2",
"/usr/etc/udev/rules.d",
"/usr/local",
Expand Down

0 comments on commit 9512e8f

Please sign in to comment.