Skip to content

Commit

Permalink
Merge pull request kata-containers#7854 from fidencio/topic/runtime-a…
Browse files Browse the repository at this point in the history
…llow-virtio_fs_extra_args-annotation

runtime: Allow virtio_fs_extra_args annotation
  • Loading branch information
fidencio authored Sep 6, 2023
2 parents d27fe18 b1dd09a commit c5e1e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 194,7 @@ DEFMEMSLOTS := 10
DEFMAXMEMSZ := 0
#Default number of bridges
DEFBRIDGES := 1
DEFENABLEANNOTATIONS := [\"enable_iommu\"]
DEFENABLEANNOTATIONS := [\"enable_iommu\", \"virtio_fs_extra_args\"]
DEFDISABLEGUESTSECCOMP := true
DEFDISABLEGUESTEMPTYDIR := false
#Default experimental features enabled
Expand Down

0 comments on commit c5e1e7d

Please sign in to comment.