helper/bwrap: add json struct tag to filesystem
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
a1148edd00
commit
2162029f46
@ -52,7 +52,7 @@ type Config struct {
|
||||
LockFile []string `json:"lock_file,omitempty"`
|
||||
|
||||
// ordered filesystem args
|
||||
Filesystem []FSBuilder
|
||||
Filesystem []FSBuilder `json:"filesystem,omitempty"`
|
||||
|
||||
// change permissions (must already exist)
|
||||
// (--chmod OCTAL PATH)
|
||||
|
Loading…
Reference in New Issue
Block a user