summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willeke <willeke@linux.vnet.ibm.com>2015-09-04 14:22:00 +0200
committerPaul Moore <pmoore@redhat.com>2015-09-08 08:52:51 -0400
commit7f3ae6e6a12390bd38f0787b242f60c47ad076c3 (patch)
treeb635970e9e51db2197cef12e7bd8ab84693bcafd
parent0d8504bc192e0989494df06efc4b186a9f02e20a (diff)
downloadlibseccomp-7f3ae6e6a12390bd38f0787b242f60c47ad076c3.tar.gz
tests: s390 python test fix
Signed-off-by: Jan Willeke <willeke@linux.vnet.ibm.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
-rwxr-xr-xtests/24-live-arg_allow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/24-live-arg_allow.py b/tests/24-live-arg_allow.py
index 7df970a..f3441c6 100755
--- a/tests/24-live-arg_allow.py
+++ b/tests/24-live-arg_allow.py
@@ -44,6 +44,7 @@ def test():
f.add_rule(ALLOW, "rt_sigaction")
f.add_rule(ALLOW, "rt_sigreturn")
f.add_rule(ALLOW, "exit_group")
+ f.add_rule(ALLOW, "brk")
f.load()
try: