File: consts.go

package info (click to toggle)
golang-github-opencontainers-runtime-tools 0.9.0%2Bgit20220423.g0105384-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,160 kB
  • sloc: sh: 558; makefile: 90
file content (7 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
package seccomp

const (
	seccompOverwrite = "overwrite"
	seccompAppend    = "append"
	nothing          = "nothing"
)