diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-25 05:26:37 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-25 05:26:37 +0900 |
| commit | 61dbfeffe77df9c1a11413b3cb8954933e79b45f (patch) | |
| tree | 7f7f6bde9a8662848ad9392621316cbbc454a9f0 /sandbox/container.go | |
| parent | 532feb4bfaa84a57dc8de97f36b13a89610a0584 (diff) | |
sandbox/wl: move into sandbox
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'sandbox/container.go')
| -rw-r--r-- | sandbox/container.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/container.go b/sandbox/container.go index 31da929b..ee4f632e 100644 --- a/sandbox/container.go +++ b/sandbox/container.go @@ -1,3 +1,4 @@ +// Package sandbox implements unprivileged Linux container with hardening options useful for creating application sandboxes. package sandbox import ( |
