diff options
author | Robert Tonic <btonic@users.noreply.github.com> | 2019-09-19 17:10:50 -0400 |
---|---|---|
committer | Robert Tonic <btonic@users.noreply.github.com> | 2019-09-19 17:10:50 -0400 |
commit | 46beb919121f02d8bd110a54fb8f6de5dfd2891e (patch) | |
tree | 876f84d8883fc7cc57f12d43c99581b0537faa42 /runsc/boot/config.go | |
parent | ac38a7ead0870118d27d570a8a98a90a7a225a12 (diff) |
Fix documentation, clean up seccomp filter installation, rename helpers.
Filter installation has been streamlined and functions renamed.
Documentation has been fixed to be standards compliant, and missing
documentation added. gofmt has also been applied to modified files.
Diffstat (limited to 'runsc/boot/config.go')
-rw-r--r-- | runsc/boot/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/boot/config.go b/runsc/boot/config.go index 954ad2c2a..f1adaba01 100644 --- a/runsc/boot/config.go +++ b/runsc/boot/config.go @@ -138,7 +138,7 @@ type Config struct { // Overlay is whether to wrap the root filesystem in an overlay. Overlay bool - // fsGoferHostUDSAllowed enables the gofer to mount a host UDS + // FSGoferHostUDSAllowed enables the gofer to mount a host UDS. FSGoferHostUDSAllowed bool // Network indicates what type of network to use. |