mirror of
https://github.com/mudler/luet.git
synced 2025-07-03 10:36:15 +00:00
8 lines
89 B
Go
8 lines
89 B
Go
// +build !linux,seccomp
|
|
|
|
package system
|
|
|
|
func SeccompSupported() bool {
|
|
return false
|
|
}
|