From e94acc424c5746eb6cf903ed97b4e71223fda50f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 21 Oct 2025 20:54:03 +0900 Subject: container/comp: rename from bits This package will also hold syscall lookup tables for seccomp. Signed-off-by: Ophestra --- internal/app/sptmpdir_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/app/sptmpdir_test.go') diff --git a/internal/app/sptmpdir_test.go b/internal/app/sptmpdir_test.go index 4763ea86..53b44fbe 100644 --- a/internal/app/sptmpdir_test.go +++ b/internal/app/sptmpdir_test.go @@ -4,7 +4,7 @@ import ( "testing" "hakurei.app/container" - "hakurei.app/container/bits" + "hakurei.app/container/comp" "hakurei.app/container/fhs" "hakurei.app/container/stub" "hakurei.app/hst" @@ -28,7 +28,7 @@ func TestSpTmpdirOp(t *testing.T) { // this op configures the container state and does not make calls during toContainer }, &container.Params{ Ops: new(container.Ops). - Bind(m("/proc/nonexistent/tmp/hakurei.0/tmpdir/9"), fhs.AbsTmp, bits.BindWritable), + Bind(m("/proc/nonexistent/tmp/hakurei.0/tmpdir/9"), fhs.AbsTmp, comp.BindWritable), }, nil, nil}, }) } -- cgit v1.3.1