summaryrefslogtreecommitdiff
path: root/tests/29-sim-pseudo_syscall.py
Commit message (Collapse)AuthorAgeFilesLines
* all: fixup all the file permissionsPaul Moore2018-05-101-0/+0
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* all: update my email addressPaul Moore2016-02-111-1/+1
| | | | | | | Employer agnostic emails make things a lot easier in the long run so make sure the paul-moore.com address is used whenever it makes sense. Signed-off-by: Paul Moore <paul@paul-moore.com>
* all: block negative syscall numbers from the filterPaul Moore2015-08-271-0/+51
We use negative syscalls numbers to indicate syscalls that aren't supported by a certain arch/ABI and unfortunately there were cases where these bogus syscall values were finding their way into the filter. This patch corrects this and adds a new test to check for this in the future. Reported-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Paul Moore <pmoore@redhat.com>