Please Welcome Nicki Paul to the Moderator Team!


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Please Welcome Nicki Paul to the Moderator Team!
# 8  
Old 10-10-2019
Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

Please Welcome Simon Sweetman (Chubler_XL) to the Moderator Team

Happy Thanksgiving Holidays, Today, I am happy to welcome Simon Sweetman (Chubler_XL) to the Moderation Team to help provide us some important coverage from (Down Under) Australia. Simon is a Senior Analyst Programmer/Developer at Cedar Creek Company in Brisbane, Australia and his LinkedIn... (7 Replies)
Discussion started by: Neo
7 Replies

2. What is on Your Mind?

Please Welcome Dave Munro to the Moderator Team!

Dear All, I am very pleased to announce that Dave Munro (gull04) is joining the Moderation Team, after being a very valuable member of UNIX.com for 15+ years. Dave is an IT Consultant with 30 years of experience this year, has worked in many of the industry vertical market segments and has... (6 Replies)
Discussion started by: Neo
6 Replies
Login or Register to Ask a Question
scmp_sys_resolver(1)					     libseccomp Documentation					      scmp_sys_resolver(1)

NAME
scmp_sys_resolver - Resolve system calls SYNOPSIS
scmp_sys_resolver [-h] [-a ARCH ] [-t] SYSCALL_NAME | SYSCALL_NUMBER DESCRIPTION
This command resolves both system call names and numbers with respect to the given architecture supplied in the optional ARCH argument. If the architecture is not supplied on the command line then the native architecture is used. If the "-t" argument is specified along with a system call name, then the system call will be translated as necessary for the given architecture. The "-t" argument has no effect if a system call number is specified. In some combinations of architecture and system call, a negative system call number will be displayed. A negative system call number indi- cates that the system call is not defined for the given architecture and is treated in a special manner by libseccomp depending on the operation. -a ARCH The architecture to use for resolving the system call. Valid ARCH values are "x86", "x86_64", "x32", and "arm". -t If neccessary, translate the system call name to the proper system call number, even if the system call name is different, e.g. socket(2) on x86. -h A simple one-line usage display. EXIT STATUS
Returns zero on success, errno values on failure. NOTES
The libseccomp project site, with more information and the source code repository, can be found at http://libseccomp.sf.net. This tool, as well as the libseccomp library, is currently under development, please report any bugs at the project site or directly to the author. AUTHOR
Paul Moore <paul@paul-moore.com> paul@paul-moore.com 23 May 2013 scmp_sys_resolver(1)