Package libseccomp-devel

Development files used to build applications with libseccomp support

https://github.com/seccomp/libseccomp

The libseccomp library provides an easy to use interface to the Linux Kernel's
syscall filtering mechanism, seccomp. The libseccomp API allows an application
to specify which syscalls, and optionally which syscall arguments, the
application is allowed to execute, all of which are enforced by the Linux
Kernel.

Version: 2.5.3

General Commands

scmp_sys_resolver Resolve system calls

Library Functions

seccomp_api_get Manage the libseccomp API level
seccomp_api_set alias for seccomp_api_get
seccomp_arch_add Manage seccomp filter architectures
seccomp_arch_exist alias for seccomp_arch_add
seccomp_arch_native alias for seccomp_arch_add
seccomp_arch_remove alias for seccomp_arch_add
seccomp_arch_resolve_name alias for seccomp_arch_add
seccomp_attr_get alias for seccomp_attr_set
seccomp_attr_set Manage the seccomp filter attributes
seccomp_export_bpf Export the seccomp filter
seccomp_export_pfc alias for seccomp_export_bpf
seccomp_init Initialize the seccomp filter state
seccomp_load Load the current seccomp filter into the kernel
seccomp_merge Merge two seccomp filters
seccomp_notify_alloc Manage seccomp notifications
seccomp_notify_fd alias for seccomp_notify_alloc
seccomp_notify_free alias for seccomp_notify_alloc
seccomp_notify_id_valid alias for seccomp_notify_alloc
seccomp_notify_receive alias for seccomp_notify_alloc
seccomp_notify_respond alias for seccomp_notify_alloc
seccomp_release Release the seccomp filter state
seccomp_reset alias for seccomp_init
seccomp_rule_add Add a seccomp filter rule
seccomp_rule_add_array alias for seccomp_rule_add
seccomp_rule_add_exact alias for seccomp_rule_add
seccomp_rule_add_exact_array alias for seccomp_rule_add
seccomp_syscall_priority Prioritize syscalls in the seccomp filter
seccomp_syscall_resolve_name Resolve a syscall name
seccomp_syscall_resolve_name_arch alias for seccomp_syscall_resolve_name
seccomp_syscall_resolve_name_rewrite alias for seccomp_syscall_resolve_name
seccomp_syscall_resolve_num_arch alias for seccomp_syscall_resolve_name
seccomp_version Query the libseccomp version information