summaryrefslogtreecommitdiff
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2019-11-05 09:00:18 -0500
committerPaul Moore <paul@paul-moore.com>2019-11-13 20:35:58 -0500
commit3bae8850487eaad54fccbf206516b269f330b08f (patch)
treead9934b95e68253ae13fb69647d9698ca006daee /tests/.gitignore
parentc46f7bfdcd038e8b36efbeff831cd497fc373394 (diff)
downloadlibseccomp-3bae8850487eaad54fccbf206516b269f330b08f.tar.gz
tests: introduce a simple seccomp_load() test as part of the non-live tests
This is a bit controversial as historically we've refrained from doing any tests that rely on the host kernel in the non-live tests, but I think enough time has past that we can do a simple seccomp_load() and not break the world's build/test platforms. The obvious big advantage is we are now testing the basic prctl()/seccomp() filter load infrastructure as part of the main regression test run. Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r--tests/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index 6710243..5b17af9 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -57,3 +57,4 @@ util.pyc
49-sim-64b_comparisons
50-sim-hash_collision
51-live-user_notification
+52-basic-load