aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/seccomp
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/seccomp')
-rw-r--r--sandbox/seccomp/libseccomp.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/seccomp/libseccomp.go b/sandbox/seccomp/libseccomp.go
index d28df638..a43b8f23 100644
--- a/sandbox/seccomp/libseccomp.go
+++ b/sandbox/seccomp/libseccomp.go
@@ -171,11 +171,11 @@ type ScmpDatum uint64
// Argument / Value comparison definition
type ScmpArgCmp struct {
// argument number, starting at 0
- arg C.uint
+ Arg C.uint
// the comparison op, e.g. SCMP_CMP_*
- op ScmpCompare
+ Op ScmpCompare
- datum_a, datum_b ScmpDatum
+ DatumA, DatumB ScmpDatum
}
// only used for testing