blob: 5573943cde9c565ac7232c2680b2607a4dd1136f (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
// +build linux,!amd64
package sandbox
const NATIVE_AUDIT_ARCH = 0
var AllowedSyscalls []SeccompSyscall
|