unix

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package unix re-exports Linux specific parts of golang.org/x/sys/unix.

It avoids breaking compilation on other OS.

Index

Constants

View Source
const (
	SECCOMP_SET_MODE_STRICT = linux.SECCOMP_SET_MODE_STRICT
	SECCOMP_SET_MODE_FILTER = linux.SECCOMP_SET_MODE_FILTER
)
View Source
const (
	SECCOMP_RET_KILL_THREAD  = linux.SECCOMP_RET_KILL_THREAD
	SECCOMP_RET_KILL_PROCESS = linux.SECCOMP_RET_KILL_PROCESS
	SECCOMP_RET_TRAP         = linux.SECCOMP_RET_TRAP
	SECCOMP_RET_ERRNO        = linux.SECCOMP_RET_ERRNO
	SECCOMP_RET_TRACE        = linux.SECCOMP_RET_TRACE
	SECCOMP_RET_LOG          = linux.SECCOMP_RET_LOG
	SECCOMP_RET_ALLOW        = linux.SECCOMP_RET_ALLOW
	SECCOMP_RET_USER_NOTIF   = linux.SECCOMP_RET_USER_NOTIF
)
View Source
const (
	EPERM  = linux.EPERM
	ENOSYS = linux.ENOSYS
)
View Source
const (
	SECCOMP_FILTER_FLAG_TSYNC = linux.SECCOMP_FILTER_FLAG_TSYNC
	SECCOMP_FILTER_FLAG_LOG   = linux.SECCOMP_FILTER_FLAG_LOG
)
View Source
const PR_SET_NO_NEW_PRIVS = linux.PR_SET_NO_NEW_PRIVS

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL