summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CREDITS2
-rw-r--r--include/seccomp.h.in2
-rw-r--r--libseccomp.pc.in2
-rw-r--r--src/api.c2
-rw-r--r--src/arch-arm-syscalls.c2
-rw-r--r--src/arch-arm.c2
-rw-r--r--src/arch-arm.h2
-rw-r--r--src/arch-mips64-syscalls.c2
-rw-r--r--src/arch-mips64.c2
-rw-r--r--src/arch-mips64.h2
-rw-r--r--src/arch-mips64n32-syscalls.c2
-rw-r--r--src/arch-mips64n32.c2
-rw-r--r--src/arch-mips64n32.h2
-rw-r--r--src/arch-ppc64-syscalls.c2
-rw-r--r--src/arch-ppc64.c2
-rw-r--r--src/arch-ppc64.h2
-rw-r--r--src/arch-syscall-check.c2
-rw-r--r--src/arch-syscall-dump.c2
-rwxr-xr-xsrc/arch-syscall-validate2
-rw-r--r--src/arch-x32-syscalls.c2
-rw-r--r--src/arch-x32.c2
-rw-r--r--src/arch-x32.h2
-rw-r--r--src/arch-x86-syscalls.c2
-rw-r--r--src/arch-x86.c2
-rw-r--r--src/arch-x86.h2
-rw-r--r--src/arch-x86_64-syscalls.c2
-rw-r--r--src/arch-x86_64.c2
-rw-r--r--src/arch-x86_64.h2
-rw-r--r--src/arch.c2
-rw-r--r--src/arch.h2
-rw-r--r--src/db.c2
-rw-r--r--src/db.h2
-rw-r--r--src/gen_bpf.c2
-rw-r--r--src/gen_bpf.h2
-rw-r--r--src/gen_pfc.c2
-rw-r--r--src/gen_pfc.h2
-rw-r--r--src/python/libseccomp.pxd2
-rw-r--r--src/python/seccomp.pyx2
-rw-r--r--src/python/setup.py2
-rw-r--r--src/system.c2
-rw-r--r--src/system.h2
-rw-r--r--tests/01-sim-allow.c2
-rwxr-xr-xtests/01-sim-allow.py2
-rw-r--r--tests/02-sim-basic.c2
-rwxr-xr-xtests/02-sim-basic.py2
-rw-r--r--tests/03-sim-basic_chains.c2
-rwxr-xr-xtests/03-sim-basic_chains.py2
-rw-r--r--tests/04-sim-multilevel_chains.c2
-rwxr-xr-xtests/04-sim-multilevel_chains.py2
-rw-r--r--tests/05-sim-long_jumps.c2
-rwxr-xr-xtests/05-sim-long_jumps.py2
-rw-r--r--tests/06-sim-actions.c2
-rwxr-xr-xtests/06-sim-actions.py2
-rwxr-xr-xtests/07-sim-db_bug_looping.py2
-rw-r--r--tests/08-sim-subtree_checks.c2
-rwxr-xr-xtests/08-sim-subtree_checks.py2
-rw-r--r--tests/09-sim-syscall_priority_pre.c2
-rwxr-xr-xtests/09-sim-syscall_priority_pre.py2
-rw-r--r--tests/10-sim-syscall_priority_post.c2
-rwxr-xr-xtests/10-sim-syscall_priority_post.py2
-rwxr-xr-xtests/11-basic-basic_errors.py2
-rw-r--r--tests/12-sim-basic_masked_ops.c2
-rwxr-xr-xtests/12-sim-basic_masked_ops.py2
-rw-r--r--tests/13-basic-attrs.c2
-rwxr-xr-xtests/13-basic-attrs.py2
-rw-r--r--tests/14-sim-reset.c2
-rwxr-xr-xtests/14-sim-reset.py2
-rw-r--r--tests/14-sim-reset.tests2
-rw-r--r--tests/15-basic-resolver.c2
-rwxr-xr-xtests/15-basic-resolver.py2
-rw-r--r--tests/15-basic-resolver.tests2
-rw-r--r--tests/16-sim-arch_basic.c2
-rwxr-xr-xtests/16-sim-arch_basic.py2
-rw-r--r--tests/16-sim-arch_basic.tests2
-rw-r--r--tests/17-sim-arch_merge.c2
-rwxr-xr-xtests/17-sim-arch_merge.py2
-rw-r--r--tests/17-sim-arch_merge.tests2
-rw-r--r--tests/18-sim-basic_whitelist.c2
-rwxr-xr-xtests/18-sim-basic_whitelist.py2
-rw-r--r--tests/18-sim-basic_whitelist.tests2
-rw-r--r--tests/19-sim-missing_syscalls.c2
-rwxr-xr-xtests/19-sim-missing_syscalls.py2
-rw-r--r--tests/19-sim-missing_syscalls.tests2
-rw-r--r--tests/20-live-basic_die.c2
-rwxr-xr-xtests/20-live-basic_die.py2
-rw-r--r--tests/20-live-basic_die.tests2
-rw-r--r--tests/21-live-basic_allow.c2
-rwxr-xr-xtests/21-live-basic_allow.py2
-rw-r--r--tests/21-live-basic_allow.tests2
-rw-r--r--tests/22-sim-basic_chains_array.c2
-rwxr-xr-xtests/22-sim-basic_chains_array.py2
-rw-r--r--tests/23-sim-arch_all_le_basic.c2
-rwxr-xr-xtests/23-sim-arch_all_le_basic.py2
-rw-r--r--tests/23-sim-arch_all_le_basic.tests2
-rw-r--r--tests/24-live-arg_allow.c2
-rwxr-xr-xtests/24-live-arg_allow.py2
-rw-r--r--tests/24-live-arg_allow.tests2
-rw-r--r--tests/25-sim-multilevel_chains_adv.c2
-rwxr-xr-xtests/25-sim-multilevel_chains_adv.py2
-rw-r--r--tests/25-sim-multilevel_chains_adv.tests2
-rw-r--r--tests/27-sim-bpf_blk_state.c2
-rwxr-xr-xtests/27-sim-bpf_blk_state.py2
-rw-r--r--tests/27-sim-bpf_blk_state.tests2
-rw-r--r--tests/28-sim-arch_x86.py2
-rw-r--r--tests/29-sim-pseudo_syscall.c2
-rw-r--r--tests/29-sim-pseudo_syscall.py2
-rw-r--r--tests/29-sim-pseudo_syscall.tests2
-rw-r--r--tests/30-sim-socket_syscalls.c2
-rwxr-xr-xtests/30-sim-socket_syscalls.py2
-rw-r--r--tests/30-sim-socket_syscalls.tests2
-rwxr-xr-xtests/testdiff2
-rwxr-xr-xtests/testgen2
-rw-r--r--tests/util.py2
-rw-r--r--tools/bpf.h2
-rwxr-xr-xtools/check-syntax2
-rwxr-xr-xtools/scmp_app_inspector2
-rw-r--r--tools/scmp_arch_detect.c2
-rw-r--r--tools/scmp_bpf_disasm.c2
-rw-r--r--tools/scmp_bpf_sim.c2
-rw-r--r--tools/scmp_sys_resolver.c2
-rw-r--r--tools/util.c2
-rw-r--r--tools/util.h2
122 files changed, 122 insertions, 122 deletions
diff --git a/CREDITS b/CREDITS
index 370b12a..f60873d 100644
--- a/CREDITS
+++ b/CREDITS
@@ -19,7 +19,7 @@ Markos Chandras <markos.chandras@imgtec.com>
Mathias Krause <minipli@googlemail.com>
Michael Forney <mforney@mforney.org>
Mike Strosaker <strosake@linux.vnet.ibm.com>
-Paul Moore <pmoore@redhat.com>
+Paul Moore <paul@paul-moore.com>
Serge Hallyn <serge.hallyn@ubuntu.com>
Thiago Marcos P. Santos <thiago.santos@intel.com>
Vicente Olivert Riera <Vincent.Riera@imgtec.com>
diff --git a/include/seccomp.h.in b/include/seccomp.h.in
index 737d95e..75328da 100644
--- a/include/seccomp.h.in
+++ b/include/seccomp.h.in
@@ -2,7 +2,7 @@
* Seccomp Library
*
* Copyright (c) 2012,2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/libseccomp.pc.in b/libseccomp.pc.in
index 1ded40d..c9b4d43 100644
--- a/libseccomp.pc.in
+++ b/libseccomp.pc.in
@@ -2,7 +2,7 @@
# Enhanced Seccomp Library pkg-config Configuration
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/src/api.c b/src/api.c
index a4f9deb..db198e6 100644
--- a/src/api.c
+++ b/src/api.c
@@ -2,7 +2,7 @@
* Seccomp Library API
*
* Copyright (c) 2012,2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-arm-syscalls.c b/src/arch-arm-syscalls.c
index 326b462..ec4600f 100644
--- a/src/arch-arm-syscalls.c
+++ b/src/arch-arm-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp ARM Syscall Table
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-arm.c b/src/arch-arm.c
index b403d98..c797f3f 100644
--- a/src/arch-arm.c
+++ b/src/arch-arm.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp ARM Specific Code
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-arm.h b/src/arch-arm.h
index dc93997..22466e6 100644
--- a/src/arch-arm.h
+++ b/src/arch-arm.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp ARM Specific Code
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-mips64-syscalls.c b/src/arch-mips64-syscalls.c
index 86824a9..e7d7389 100644
--- a/src/arch-mips64-syscalls.c
+++ b/src/arch-mips64-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-mips64.c b/src/arch-mips64.c
index 9cb34e2..f98982c 100644
--- a/src/arch-mips64.c
+++ b/src/arch-mips64.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-mips64.h b/src/arch-mips64.h
index 05f388b..47a6a5a 100644
--- a/src/arch-mips64.h
+++ b/src/arch-mips64.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-mips64n32-syscalls.c b/src/arch-mips64n32-syscalls.c
index 55c79a2..aa86931 100644
--- a/src/arch-mips64n32-syscalls.c
+++ b/src/arch-mips64n32-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-mips64n32.c b/src/arch-mips64n32.c
index c798c89..90ead98 100644
--- a/src/arch-mips64n32.c
+++ b/src/arch-mips64n32.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-mips64n32.h b/src/arch-mips64n32.h
index c712432..db676cf 100644
--- a/src/arch-mips64n32.h
+++ b/src/arch-mips64n32.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-ppc64-syscalls.c b/src/arch-ppc64-syscalls.c
index 23bf6ce..9286001 100644
--- a/src/arch-ppc64-syscalls.c
+++ b/src/arch-ppc64-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp PPC64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-ppc64.c b/src/arch-ppc64.c
index b8de8e7..c3f15e3 100644
--- a/src/arch-ppc64.c
+++ b/src/arch-ppc64.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp PPC64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-ppc64.h b/src/arch-ppc64.h
index 1aec743..60efb17 100644
--- a/src/arch-ppc64.h
+++ b/src/arch-ppc64.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp PPC64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-syscall-check.c b/src/arch-syscall-check.c
index 9668aec..71ec0b5 100644
--- a/src/arch-syscall-check.c
+++ b/src/arch-syscall-check.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp Architecture Sycall Checker
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-syscall-dump.c b/src/arch-syscall-dump.c
index 4534aec..636fd9a 100644
--- a/src/arch-syscall-dump.c
+++ b/src/arch-syscall-dump.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp Architecture Sycall Checker
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-syscall-validate b/src/arch-syscall-validate
index 8aabbe5..4346dd1 100755
--- a/src/arch-syscall-validate
+++ b/src/arch-syscall-validate
@@ -4,7 +4,7 @@
# libseccomp syscall validation script
#
# Copyright (c) 2014 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/src/arch-x32-syscalls.c b/src/arch-x32-syscalls.c
index d6ff925..09d3c64 100644
--- a/src/arch-x32-syscalls.c
+++ b/src/arch-x32-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x32 Syscall Table
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x32.c b/src/arch-x32.c
index a496d18..d45ac06 100644
--- a/src/arch-x32.c
+++ b/src/arch-x32.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x32 Specific Code
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x32.h b/src/arch-x32.h
index 9d6c5b3..13d9aab 100644
--- a/src/arch-x32.h
+++ b/src/arch-x32.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp x32 Specific Code
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86-syscalls.c b/src/arch-x86-syscalls.c
index bda8305..b6d5b5f 100644
--- a/src/arch-x86-syscalls.c
+++ b/src/arch-x86-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86 Syscall Table
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86.c b/src/arch-x86.c
index 20e9805..76a1e7e 100644
--- a/src/arch-x86.c
+++ b/src/arch-x86.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86 Specific Code
*
* Copyright (c) 2012,2016 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86.h b/src/arch-x86.h
index 5fa0340..89635b2 100644
--- a/src/arch-x86.h
+++ b/src/arch-x86.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86 Specific Code
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86_64-syscalls.c b/src/arch-x86_64-syscalls.c
index 3433b9c..a48e4ee 100644
--- a/src/arch-x86_64-syscalls.c
+++ b/src/arch-x86_64-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86_64 Syscall Table
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86_64.c b/src/arch-x86_64.c
index ccbf1b1..a5fccad 100644
--- a/src/arch-x86_64.c
+++ b/src/arch-x86_64.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86_64 Specific Code
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86_64.h b/src/arch-x86_64.h
index c74e0c6..dc09c63 100644
--- a/src/arch-x86_64.h
+++ b/src/arch-x86_64.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86_64 Specific Code
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch.c b/src/arch.c
index 1ccaeec..0f24d1c 100644
--- a/src/arch.c
+++ b/src/arch.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp Architecture/Machine Specific Code
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch.h b/src/arch.h
index 17b66f9..7f15cf5 100644
--- a/src/arch.h
+++ b/src/arch.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp Architecture/Machine Specific Code
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/db.c b/src/db.c
index b83265b..7233c84 100644
--- a/src/db.c
+++ b/src/db.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp Filter DB
*
* Copyright (c) 2012,2016 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/db.h b/src/db.h
index 6e1202e..1f67b5d 100644
--- a/src/db.h
+++ b/src/db.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp Filter DB
*
* Copyright (c) 2012,2016 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/gen_bpf.c b/src/gen_bpf.c
index ba55c57..2418a1a 100644
--- a/src/gen_bpf.c
+++ b/src/gen_bpf.c
@@ -2,7 +2,7 @@
* Seccomp BPF Translator
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/gen_bpf.h b/src/gen_bpf.h
index fe0580e..14484e7 100644
--- a/src/gen_bpf.h
+++ b/src/gen_bpf.h
@@ -2,7 +2,7 @@
* Seccomp BPF Translator
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/gen_pfc.c b/src/gen_pfc.c
index 9219d30..99c3297 100644
--- a/src/gen_pfc.c
+++ b/src/gen_pfc.c
@@ -2,7 +2,7 @@
* Seccomp Pseudo Filter Code (PFC) Generator
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/gen_pfc.h b/src/gen_pfc.h
index 80f680f..ceb932c 100644
--- a/src/gen_pfc.h
+++ b/src/gen_pfc.h
@@ -2,7 +2,7 @@
* Seccomp String Translator
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/python/libseccomp.pxd b/src/python/libseccomp.pxd
index 1f29c5f..b74e8b7 100644
--- a/src/python/libseccomp.pxd
+++ b/src/python/libseccomp.pxd
@@ -2,7 +2,7 @@
# Seccomp Library Python Bindings
#
# Copyright (c) 2012,2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/src/python/seccomp.pyx b/src/python/seccomp.pyx
index 2d753a9..1724dd6 100644
--- a/src/python/seccomp.pyx
+++ b/src/python/seccomp.pyx
@@ -2,7 +2,7 @@
# Seccomp Library Python Bindings
#
# Copyright (c) 2012,2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/src/python/setup.py b/src/python/setup.py
index 9c02df0..04ed989 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -4,7 +4,7 @@
# Enhanced Seccomp Library Python Module Build Script
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/src/system.c b/src/system.c
index 758ad19..87341bd 100644
--- a/src/system.c
+++ b/src/system.c
@@ -2,7 +2,7 @@
* Seccomp System Interfaces
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/system.h b/src/system.h
index 02fd1e9..ffdcd1b 100644
--- a/src/system.h
+++ b/src/system.h
@@ -2,7 +2,7 @@
* Seccomp System Interfaces
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/01-sim-allow.c b/tests/01-sim-allow.c
index 6de906d..74e3f15 100644
--- a/tests/01-sim-allow.c
+++ b/tests/01-sim-allow.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/01-sim-allow.py b/tests/01-sim-allow.py
index db3656b..d1dbf08 100755
--- a/tests/01-sim-allow.py
+++ b/tests/01-sim-allow.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/02-sim-basic.c b/tests/02-sim-basic.c
index c343156..ed61f90 100644
--- a/tests/02-sim-basic.c
+++ b/tests/02-sim-basic.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/02-sim-basic.py b/tests/02-sim-basic.py
index 60ad321..2b0029c 100755
--- a/tests/02-sim-basic.py
+++ b/tests/02-sim-basic.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/03-sim-basic_chains.c b/tests/03-sim-basic_chains.c
index 011e3b3..64d6323 100644
--- a/tests/03-sim-basic_chains.c
+++ b/tests/03-sim-basic_chains.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/03-sim-basic_chains.py b/tests/03-sim-basic_chains.py
index 81eac1a..f8d3373 100755
--- a/tests/03-sim-basic_chains.py
+++ b/tests/03-sim-basic_chains.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/04-sim-multilevel_chains.c b/tests/04-sim-multilevel_chains.c
index 20577ef..a660b40 100644
--- a/tests/04-sim-multilevel_chains.c
+++ b/tests/04-sim-multilevel_chains.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/04-sim-multilevel_chains.py b/tests/04-sim-multilevel_chains.py
index 3878636..bcf1ee4 100755
--- a/tests/04-sim-multilevel_chains.py
+++ b/tests/04-sim-multilevel_chains.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/05-sim-long_jumps.c b/tests/05-sim-long_jumps.c
index d48398c..9acbb91 100644
--- a/tests/05-sim-long_jumps.c
+++ b/tests/05-sim-long_jumps.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/05-sim-long_jumps.py b/tests/05-sim-long_jumps.py
index 716f745..1ec9a24 100755
--- a/tests/05-sim-long_jumps.py
+++ b/tests/05-sim-long_jumps.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/06-sim-actions.c b/tests/06-sim-actions.c
index 0490783..6561cde 100644
--- a/tests/06-sim-actions.c
+++ b/tests/06-sim-actions.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/06-sim-actions.py b/tests/06-sim-actions.py
index 4bd76f5..c59813b 100755
--- a/tests/06-sim-actions.py
+++ b/tests/06-sim-actions.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/07-sim-db_bug_looping.py b/tests/07-sim-db_bug_looping.py
index 3314a3e..5fcdf11 100755
--- a/tests/07-sim-db_bug_looping.py
+++ b/tests/07-sim-db_bug_looping.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/08-sim-subtree_checks.c b/tests/08-sim-subtree_checks.c
index e187cee..f3bd857 100644
--- a/tests/08-sim-subtree_checks.c
+++ b/tests/08-sim-subtree_checks.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/08-sim-subtree_checks.py b/tests/08-sim-subtree_checks.py
index 766c3d1..20f313c 100755
--- a/tests/08-sim-subtree_checks.py
+++ b/tests/08-sim-subtree_checks.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/09-sim-syscall_priority_pre.c b/tests/09-sim-syscall_priority_pre.c
index 68e35a5..fbcd27d 100644
--- a/tests/09-sim-syscall_priority_pre.c
+++ b/tests/09-sim-syscall_priority_pre.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/09-sim-syscall_priority_pre.py b/tests/09-sim-syscall_priority_pre.py
index 7b19943..2ba5ea0 100755
--- a/tests/09-sim-syscall_priority_pre.py
+++ b/tests/09-sim-syscall_priority_pre.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/10-sim-syscall_priority_post.c b/tests/10-sim-syscall_priority_post.c
index 1e8712d..48ed9c0 100644
--- a/tests/10-sim-syscall_priority_post.c
+++ b/tests/10-sim-syscall_priority_post.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/10-sim-syscall_priority_post.py b/tests/10-sim-syscall_priority_post.py
index bc2e152..01292d4 100755
--- a/tests/10-sim-syscall_priority_post.py
+++ b/tests/10-sim-syscall_priority_post.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/11-basic-basic_errors.py b/tests/11-basic-basic_errors.py
index 915c241..a2689ca 100755
--- a/tests/11-basic-basic_errors.py
+++ b/tests/11-basic-basic_errors.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/12-sim-basic_masked_ops.c b/tests/12-sim-basic_masked_ops.c
index 5c699f3..1506715 100644
--- a/tests/12-sim-basic_masked_ops.c
+++ b/tests/12-sim-basic_masked_ops.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/12-sim-basic_masked_ops.py b/tests/12-sim-basic_masked_ops.py
index 283534b..48cf63a 100755
--- a/tests/12-sim-basic_masked_ops.py
+++ b/tests/12-sim-basic_masked_ops.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/13-basic-attrs.c b/tests/13-basic-attrs.c
index 2cd8d29..80fe215 100644
--- a/tests/13-basic-attrs.c
+++ b/tests/13-basic-attrs.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/13-basic-attrs.py b/tests/13-basic-attrs.py
index 471ab34..5fdf998 100755
--- a/tests/13-basic-attrs.py
+++ b/tests/13-basic-attrs.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/14-sim-reset.c b/tests/14-sim-reset.c
index 039974f..3dd3181 100644
--- a/tests/14-sim-reset.c
+++ b/tests/14-sim-reset.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/14-sim-reset.py b/tests/14-sim-reset.py
index 60c131f..66463c8 100755
--- a/tests/14-sim-reset.py
+++ b/tests/14-sim-reset.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/14-sim-reset.tests b/tests/14-sim-reset.tests
index da52b2d..584fbb0 100644
--- a/tests/14-sim-reset.tests
+++ b/tests/14-sim-reset.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: bpf-sim
diff --git a/tests/15-basic-resolver.c b/tests/15-basic-resolver.c
index 0bd0cf8..eff54fe 100644
--- a/tests/15-basic-resolver.c
+++ b/tests/15-basic-resolver.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/15-basic-resolver.py b/tests/15-basic-resolver.py
index 6009d6d..329754e 100755
--- a/tests/15-basic-resolver.py
+++ b/tests/15-basic-resolver.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/15-basic-resolver.tests b/tests/15-basic-resolver.tests
index 7e4e7ba..c3f239b 100644
--- a/tests/15-basic-resolver.tests
+++ b/tests/15-basic-resolver.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: basic
diff --git a/tests/16-sim-arch_basic.c b/tests/16-sim-arch_basic.c
index 09df44b..df89aa3 100644
--- a/tests/16-sim-arch_basic.c
+++ b/tests/16-sim-arch_basic.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/16-sim-arch_basic.py b/tests/16-sim-arch_basic.py
index d9e1939..1bf92d6 100755
--- a/tests/16-sim-arch_basic.py
+++ b/tests/16-sim-arch_basic.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/16-sim-arch_basic.tests b/tests/16-sim-arch_basic.tests
index 018dc8b..f580167 100644
--- a/tests/16-sim-arch_basic.tests
+++ b/tests/16-sim-arch_basic.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: bpf-sim
diff --git a/tests/17-sim-arch_merge.c b/tests/17-sim-arch_merge.c
index 58af194..6716c7e 100644
--- a/tests/17-sim-arch_merge.c
+++ b/tests/17-sim-arch_merge.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/17-sim-arch_merge.py b/tests/17-sim-arch_merge.py
index 970cc4c..24f2f6a 100755
--- a/tests/17-sim-arch_merge.py
+++ b/tests/17-sim-arch_merge.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/17-sim-arch_merge.tests b/tests/17-sim-arch_merge.tests
index 98b048c..0f56578 100644
--- a/tests/17-sim-arch_merge.tests
+++ b/tests/17-sim-arch_merge.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: bpf-sim
diff --git a/tests/18-sim-basic_whitelist.c b/tests/18-sim-basic_whitelist.c
index d07a3b6..e17406f 100644
--- a/tests/18-sim-basic_whitelist.c
+++ b/tests/18-sim-basic_whitelist.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/18-sim-basic_whitelist.py b/tests/18-sim-basic_whitelist.py
index 95ae7c1..05a202d 100755
--- a/tests/18-sim-basic_whitelist.py
+++ b/tests/18-sim-basic_whitelist.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/18-sim-basic_whitelist.tests b/tests/18-sim-basic_whitelist.tests
index d88d0d2..e02b183 100644
--- a/tests/18-sim-basic_whitelist.tests
+++ b/tests/18-sim-basic_whitelist.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: bpf-sim
diff --git a/tests/19-sim-missing_syscalls.c b/tests/19-sim-missing_syscalls.c
index 50862dc..4461ed6 100644
--- a/tests/19-sim-missing_syscalls.c
+++ b/tests/19-sim-missing_syscalls.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/19-sim-missing_syscalls.py b/tests/19-sim-missing_syscalls.py
index 2762c43..aa888da 100755
--- a/tests/19-sim-missing_syscalls.py
+++ b/tests/19-sim-missing_syscalls.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/19-sim-missing_syscalls.tests b/tests/19-sim-missing_syscalls.tests
index 7069d63..6725733 100644
--- a/tests/19-sim-missing_syscalls.tests
+++ b/tests/19-sim-missing_syscalls.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: bpf-sim
diff --git a/tests/20-live-basic_die.c b/tests/20-live-basic_die.c
index 926875f..7c556b0 100644
--- a/tests/20-live-basic_die.c
+++ b/tests/20-live-basic_die.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/20-live-basic_die.py b/tests/20-live-basic_die.py
index 4d5b914..389a50f 100755
--- a/tests/20-live-basic_die.py
+++ b/tests/20-live-basic_die.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/20-live-basic_die.tests b/tests/20-live-basic_die.tests
index ac30ae1..1f54108 100644
--- a/tests/20-live-basic_die.tests
+++ b/tests/20-live-basic_die.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: live
diff --git a/tests/21-live-basic_allow.c b/tests/21-live-basic_allow.c
index 4960e1b..3c80c17 100644
--- a/tests/21-live-basic_allow.c
+++ b/tests/21-live-basic_allow.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/21-live-basic_allow.py b/tests/21-live-basic_allow.py
index df79c9d..b6703de 100755
--- a/tests/21-live-basic_allow.py
+++ b/tests/21-live-basic_allow.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/21-live-basic_allow.tests b/tests/21-live-basic_allow.tests
index e41e4ef..d56e916 100644
--- a/tests/21-live-basic_allow.tests
+++ b/tests/21-live-basic_allow.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: live
diff --git a/tests/22-sim-basic_chains_array.c b/tests/22-sim-basic_chains_array.c
index f1be656..2127f1e 100644
--- a/tests/22-sim-basic_chains_array.c
+++ b/tests/22-sim-basic_chains_array.c
@@ -1,7 +1,7 @@
/**
* Seccomp Library test program
*
- * Author: Paul Moore <pmoore@redhat.com>, Vitaly Shukela <vi0oss@gmail.com>
+ * Author: Paul Moore <paul@paul-moore.com>, Vitaly Shukela <vi0oss@gmail.com>
*/
/*
diff --git a/tests/22-sim-basic_chains_array.py b/tests/22-sim-basic_chains_array.py
index c228661..bde2461 100755
--- a/tests/22-sim-basic_chains_array.py
+++ b/tests/22-sim-basic_chains_array.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/23-sim-arch_all_le_basic.c b/tests/23-sim-arch_all_le_basic.c
index 9f67ed6..5672980 100644
--- a/tests/23-sim-arch_all_le_basic.c
+++ b/tests/23-sim-arch_all_le_basic.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/23-sim-arch_all_le_basic.py b/tests/23-sim-arch_all_le_basic.py
index 212ff50..5927f37 100755
--- a/tests/23-sim-arch_all_le_basic.py
+++ b/tests/23-sim-arch_all_le_basic.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/23-sim-arch_all_le_basic.tests b/tests/23-sim-arch_all_le_basic.tests
index f65ce79..5e1142b 100644
--- a/tests/23-sim-arch_all_le_basic.tests
+++ b/tests/23-sim-arch_all_le_basic.tests
@@ -3,7 +3,7 @@
#
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: bpf-sim
diff --git a/tests/24-live-arg_allow.c b/tests/24-live-arg_allow.c
index a13caa8..f6e746f 100644
--- a/tests/24-live-arg_allow.c
+++ b/tests/24-live-arg_allow.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/24-live-arg_allow.py b/tests/24-live-arg_allow.py
index f3441c6..019c8a8 100755
--- a/tests/24-live-arg_allow.py
+++ b/tests/24-live-arg_allow.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/24-live-arg_allow.tests b/tests/24-live-arg_allow.tests
index e383e6a..daa0418 100644
--- a/tests/24-live-arg_allow.tests
+++ b/tests/24-live-arg_allow.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: live
diff --git a/tests/25-sim-multilevel_chains_adv.c b/tests/25-sim-multilevel_chains_adv.c
index a284aa4..870e47f 100644
--- a/tests/25-sim-multilevel_chains_adv.c
+++ b/tests/25-sim-multilevel_chains_adv.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/25-sim-multilevel_chains_adv.py b/tests/25-sim-multilevel_chains_adv.py
index 0dd85de..2657e9a 100755
--- a/tests/25-sim-multilevel_chains_adv.py
+++ b/tests/25-sim-multilevel_chains_adv.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/25-sim-multilevel_chains_adv.tests b/tests/25-sim-multilevel_chains_adv.tests
index 1bdfa40..8b0e202 100644
--- a/tests/25-sim-multilevel_chains_adv.tests
+++ b/tests/25-sim-multilevel_chains_adv.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: bpf-sim
diff --git a/tests/27-sim-bpf_blk_state.c b/tests/27-sim-bpf_blk_state.c
index fd69044..2d9b6f2 100644
--- a/tests/27-sim-bpf_blk_state.c
+++ b/tests/27-sim-bpf_blk_state.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2015 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/27-sim-bpf_blk_state.py b/tests/27-sim-bpf_blk_state.py
index ff53ac9..5967f62 100755
--- a/tests/27-sim-bpf_blk_state.py
+++ b/tests/27-sim-bpf_blk_state.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2015 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/27-sim-bpf_blk_state.tests b/tests/27-sim-bpf_blk_state.tests
index a4a8ae1..a9c0fa4 100644
--- a/tests/27-sim-bpf_blk_state.tests
+++ b/tests/27-sim-bpf_blk_state.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2015 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: bpf-sim
diff --git a/tests/28-sim-arch_x86.py b/tests/28-sim-arch_x86.py
index 3ef7b77..f133c95 100644
--- a/tests/28-sim-arch_x86.py
+++ b/tests/28-sim-arch_x86.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2015 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
# Adapted from 29-sim-arch_x86.c by Mathias Krause <minipli@googlemail.com>
#
diff --git a/tests/29-sim-pseudo_syscall.c b/tests/29-sim-pseudo_syscall.c
index d909fd8..acf9c19 100644
--- a/tests/29-sim-pseudo_syscall.c
+++ b/tests/29-sim-pseudo_syscall.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2015 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/29-sim-pseudo_syscall.py b/tests/29-sim-pseudo_syscall.py
index 3d39eaf..d7ab33b 100644
--- a/tests/29-sim-pseudo_syscall.py
+++ b/tests/29-sim-pseudo_syscall.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2015 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/29-sim-pseudo_syscall.tests b/tests/29-sim-pseudo_syscall.tests
index 16d720c..45f8dce 100644
--- a/tests/29-sim-pseudo_syscall.tests
+++ b/tests/29-sim-pseudo_syscall.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2015 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: bpf-sim
diff --git a/tests/30-sim-socket_syscalls.c b/tests/30-sim-socket_syscalls.c
index 09977a3..934d30e 100644
--- a/tests/30-sim-socket_syscalls.c
+++ b/tests/30-sim-socket_syscalls.c
@@ -2,7 +2,7 @@
* Seccomp Library test program
*
* Copyright (c) 2016 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tests/30-sim-socket_syscalls.py b/tests/30-sim-socket_syscalls.py
index d04f288..439aa61 100755
--- a/tests/30-sim-socket_syscalls.py
+++ b/tests/30-sim-socket_syscalls.py
@@ -4,7 +4,7 @@
# Seccomp Library test program
#
# Copyright (c) 2016 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/30-sim-socket_syscalls.tests b/tests/30-sim-socket_syscalls.tests
index e55e353..413629f 100644
--- a/tests/30-sim-socket_syscalls.tests
+++ b/tests/30-sim-socket_syscalls.tests
@@ -2,7 +2,7 @@
# libseccomp regression test automation data
#
# Copyright (c) 2016 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
test type: bpf-sim
diff --git a/tests/testdiff b/tests/testdiff
index a6ddbac..927c754 100755
--- a/tests/testdiff
+++ b/tests/testdiff
@@ -4,7 +4,7 @@
# libseccomp test diff generator
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/testgen b/tests/testgen
index 49e5991..5a940e8 100755
--- a/tests/testgen
+++ b/tests/testgen
@@ -4,7 +4,7 @@
# libseccomp test output generator
#
# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tests/util.py b/tests/util.py
index 20704f6..f085c88 100644
--- a/tests/util.py
+++ b/tests/util.py
@@ -2,7 +2,7 @@
# Seccomp Library utility code for tests
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tools/bpf.h b/tools/bpf.h
index 4fb4c4f..46f270f 100644
--- a/tools/bpf.h
+++ b/tools/bpf.h
@@ -2,7 +2,7 @@
* BPF Language Definitions
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tools/check-syntax b/tools/check-syntax
index 1ef5faf..4369e93 100755
--- a/tools/check-syntax
+++ b/tools/check-syntax
@@ -4,7 +4,7 @@
# libseccomp code syntax checking tool
#
# Copyright (c) 2013,2015 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tools/scmp_app_inspector b/tools/scmp_app_inspector
index 37f880b..45b86b2 100755
--- a/tools/scmp_app_inspector
+++ b/tools/scmp_app_inspector
@@ -4,7 +4,7 @@
# Runtime syscall inspector
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/tools/scmp_arch_detect.c b/tools/scmp_arch_detect.c
index 51c45c9..4b452d1 100644
--- a/tools/scmp_arch_detect.c
+++ b/tools/scmp_arch_detect.c
@@ -2,7 +2,7 @@
* Architecture Detector
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tools/scmp_bpf_disasm.c b/tools/scmp_bpf_disasm.c
index a081ad0..e8e376b 100644
--- a/tools/scmp_bpf_disasm.c
+++ b/tools/scmp_bpf_disasm.c
@@ -2,7 +2,7 @@
* BPF Disassembler
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tools/scmp_bpf_sim.c b/tools/scmp_bpf_sim.c
index ddd216c..a0cf6d1 100644
--- a/tools/scmp_bpf_sim.c
+++ b/tools/scmp_bpf_sim.c
@@ -2,7 +2,7 @@
* BPF Simulator
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tools/scmp_sys_resolver.c b/tools/scmp_sys_resolver.c
index 58a1625..9be2c24 100644
--- a/tools/scmp_sys_resolver.c
+++ b/tools/scmp_sys_resolver.c
@@ -2,7 +2,7 @@
* Syscall resolver
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tools/util.c b/tools/util.c
index 5b21559..cc48647 100644
--- a/tools/util.c
+++ b/tools/util.c
@@ -2,7 +2,7 @@
* Tool utility functions
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/tools/util.h b/tools/util.h
index 92bff91..08c4839 100644
--- a/tools/util.h
+++ b/tools/util.h
@@ -2,7 +2,7 @@
* Tool utility functions
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*