This website requires JavaScript.
Explore
Help
Register
Sign In
JohnHammond
/
buildkit
mirror of
https://github.com/JohnHammond/buildkit.git
Watch
1
Star
0
Fork
You've already forked buildkit
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3c973bacfe
buildkit
/
util
/
system
/
seccomp_nolinux.go
8 lines
89 B
Go
Raw
Normal View
History
Unescape
Escape
support when build without seccomp build tag Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-06-05 16:10:45 +00:00
// +build !linux,seccomp
executor: runtime check if seccomp is supported Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2018-05-24 23:34:35 +00:00
package
system
func
SeccompSupported
(
)
bool
{
return
false
}