aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/seccomp/proc.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/seccomp/proc.go')
-rw-r--r--container/seccomp/proc.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/container/seccomp/proc.go b/container/seccomp/proc.go
index 76773b25..7027cc6b 100644
--- a/container/seccomp/proc.go
+++ b/container/seccomp/proc.go
@@ -8,10 +8,6 @@ import (
"hakurei.app/helper/proc"
)
-const (
- PresetStrict = PresetExt | PresetDenyNS | PresetDenyTTY | PresetDenyDevel
-)
-
// New returns an inactive Encoder instance.
func New(rules []NativeRule, flags ExportFlag) *Encoder { return &Encoder{newExporter(rules, flags)} }