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 --- container/bits/bits.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 container/bits/bits.go (limited to 'container/bits/bits.go') diff --git a/container/bits/bits.go b/container/bits/bits.go deleted file mode 100644 index 7aa2e448..00000000 --- a/container/bits/bits.go +++ /dev/null @@ -1,13 +0,0 @@ -// Package bits contains constants for configuring the container. -package bits - -const ( - // BindOptional skips nonexistent host paths. - BindOptional = 1 << iota - // BindWritable mounts filesystem read-write. - BindWritable - // BindDevice allows access to devices (special files) on this filesystem. - BindDevice - // BindEnsure attempts to create the host path if it does not exist. - BindEnsure -) -- cgit v1.3.1