diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-04-11 19:22:00 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-04-11 19:32:15 +0900 |
| commit | 2f4f21fb183a1880c0363ad65f443b4af64a5359 (patch) | |
| tree | 1e20d607f0f86dbde4960aa6c23f7b57c468f0f8 /fst/config.go | |
| parent | 996790946092a9291eb21e297d1f0f04deab8b42 (diff) | |
fst: rename device field
Dev is very ambiguous. Rename it here alongside upcoming config changes.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'fst/config.go')
| -rw-r--r-- | fst/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fst/config.go b/fst/config.go index 1a989e42..f227b029 100644 --- a/fst/config.go +++ b/fst/config.go @@ -105,7 +105,7 @@ func Template() *Config { Devel: true, Userns: true, Net: true, - Dev: true, + Device: true, Seccomp: seccomp.FilterMultiarch, Tty: true, Multiarch: true, |
