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
32e70827f7
buildkit
/
util
/
system
/
seccomp_noseccomp.go
8 lines
83 B
Go
Raw
Blame
History
// +build !seccomp
package
system
func
SeccompSupported
(
)
bool
{
return
false
}
Reference in New Issue
View Git Blame
Copy Permalink