{"id":13420486,"url":"https://github.com/seccomp/libseccomp","last_synced_at":"2025-05-15T04:07:01.089Z","repository":{"id":25878264,"uuid":"29318528","full_name":"seccomp/libseccomp","owner":"seccomp","description":"The main libseccomp repository","archived":false,"fork":false,"pushed_at":"2025-05-09T19:25:54.000Z","size":1998,"stargazers_count":848,"open_issues_count":44,"forks_count":181,"subscribers_count":32,"default_branch":"main","last_synced_at":"2025-05-10T17:41:58.298Z","etag":null,"topics":["bpf","libseccomp","seccomp"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seccomp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-01-15T21:13:58.000Z","updated_at":"2025-05-09T19:25:58.000Z","dependencies_parsed_at":"2023-02-10T14:45:13.063Z","dependency_job_id":"9389553b-4bdd-4b61-be34-6b5678bbaf97","html_url":"https://github.com/seccomp/libseccomp","commit_stats":{"total_commits":1008,"total_committers":77,"mean_commits":"13.090909090909092","dds":"0.29166666666666663","last_synced_commit":"9da5d174e3ef219baab020a79c789f2075ace45c"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seccomp%2Flibseccomp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seccomp%2Flibseccomp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seccomp%2Flibseccomp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seccomp%2Flibseccomp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seccomp","download_url":"https://codeload.github.com/seccomp/libseccomp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270646,"owners_count":22042859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bpf","libseccomp","seccomp"],"created_at":"2024-07-30T22:01:34.649Z","updated_at":"2025-05-15T04:06:56.045Z","avatar_url":"https://github.com/seccomp.png","language":"C","funding_links":[],"categories":["TODO scan for Android support in followings","C","\u003ca id=\"89e277bca2740d737c1aeac3192f374c\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"203d00ef3396d68f5277c90279f4ebf3\"\u003e\u003c/a\u003e新添加"],"readme":"![Enhanced Seccomp Helper Library](https://github.com/seccomp/libseccomp-artwork/blob/main/logo/libseccomp-color_text.png)\n===============================================================================\nhttps://github.com/seccomp/libseccomp\n\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/608/badge)](https://bestpractices.coreinfrastructure.org/projects/608)\n[![Build Status](https://github.com/seccomp/libseccomp/actions/workflows/continuous-integration.yml/badge.svg?branch=main)](https://github.com/seccomp/libseccomp/actions)\n[![CodeQL Analysis](https://github.com/seccomp/libseccomp/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/seccomp/libseccomp/actions)\n[![Coverage Status](https://img.shields.io/coveralls/github/seccomp/libseccomp/main.svg)](https://coveralls.io/github/seccomp/libseccomp?branch=main)\n\nThe libseccomp library provides an easy to use, platform independent, interface\nto the Linux Kernel's syscall filtering mechanism.  The libseccomp API is\ndesigned to abstract away the underlying BPF based syscall filter language and\npresent a more conventional function-call based filtering interface that should\nbe familiar to, and easily adopted by, application developers.\n\n## Online Resources\n\nThe library source repository currently lives on GitHub at the following URL:\n\n* https://github.com/seccomp/libseccomp\n\nThe Go language bindings repository currently lives on GitHub at the following\nURL:\n\n* https://github.com/seccomp/libseccomp-golang\n\n## Supported Architectures\n\nThe libseccomp library currently supports the architectures listed below:\n\n* 32-bit x86 (x86)\n* 64-bit x86 (x86_64)\n* 64-bit x86 x32 ABI (x32)\n* 32-bit ARM EABI (arm)\n* 64-bit ARM (aarch64)\n* 64-bit LoongArch (loongarch64)\n* 32-bit Motorola 68000 (m68k)\n* 32-bit MIPS (mips)\n* 32-bit MIPS little endian (mipsel)\n* 64-bit MIPS (mips64)\n* 64-bit MIPS little endian (mipsel64)\n* 64-bit MIPS n32 ABI (mips64n32)\n* 64-bit MIPS n32 ABI little endian (mipsel64n32)\n* 32-bit PA-RISC (parisc)\n* 64-bit PA-RISC (parisc64)\n* 32-bit PowerPC (ppc)\n* 64-bit PowerPC (ppc64)\n* 64-bit PowerPC little endian (ppc64le)\n* 32-bit s390 (s390)\n* 64-bit s390x (s390x)\n* 64-bit RISC-V (riscv64)\n* 32-bit SuperH big endian (sheb)\n* 32-bit SuperH (sh)\n\n## Documentation\n\nThe \"doc/\" directory contains all of the currently available documentation,\nmostly in the form of manpages.  The top level directory also contains a README\nfile (this file) as well as the LICENSE, CREDITS, CONTRIBUTING, and\nCHANGELOG files.\n\nThose who are interested in contributing to the project are encouraged to\nread the CONTRIBUTING in the top level directory.\n\n## Verifying Release Tarballs\n\nBefore use you should verify the downloaded release tarballs and checksums\nusing the detached signatures supplied as part of the release; the detached\nsignature files are the \"*.asc\" files.  If you have GnuPG installed you can\nverify detached signatures using the following command:\n\n\t# gpg --verify file.asc file\n\nAt present, only the following keys, specified via the fingerprints below, are\nauthorized to sign official libseccomp releases:\n\n\tPaul Moore \u003cpaul@paul-moore.com\u003e\n\t7100 AADF AE6E 6E94 0D2E  0AD6 55E4 5A5A E8CA 7C8A\n\n\tTom Hromatka \u003ctom.hromatka@oracle.com\u003e\n\t47A6 8FCE 37C7 D702 4FD6  5E11 356C E62C 2B52 4099\n\nMore information on GnuPG can be found at their website, https://gnupg.org.\n\n## Building and Installing the Library\n\nIf you are building the libseccomp library from an official release tarball,\nyou should follow the familiar three step process used by most autotools based\napplications:\n\n\t# ./configure\n\t# make [V=0|1]\n\t# make install\n\nHowever, if you are building the library from sources retrieved from the source\nrepository you may need to run the autogen.sh script before running configure.\nIn both cases, running \"./configure -h\" will display a list of build-time\nconfiguration options.\n\n## Testing the Library\n\nThere are a number of tests located in the \"tests/\" directory and a make target\nwhich can be used to help automate their execution.  If you want to run the\nstandard regression tests you can execute the following after building the\nlibrary:\n\n\t# make check\n\nThese tests can be safely run on any Linux system, even those where the kernel\ndoes not support seccomp-bpf (seccomp mode 2).  However, be warned that the\ntest run can take a while to run and produces a lot of output.\n\nThe generated seccomp-bpf filters can be tested on a live system using the\n\"live\" tests; they can be executed using the following commands:\n\n\t# make check-build\n\t# (cd tests; ./regression -T live)\n\nThese tests will fail if the running Linux Kernel does not provide the\nnecessary support.\n\n## Release Process\n\nGitHub milestones are used to track development and manage new releases.  We do\nnot currently follow a regular, calendar based release schedule; the libseccomp\nreleases are determined by the number of outstanding issues and pull-requests\nassigned to the related GitHub milestone, when all of the outstanding items in\nthe milestone have been closed, we create a new release.\n\nIf you believe a particular issue or pull-request should be part of a release\nmilestone, or excluded from one, please leave a comment in the issue or\npull-request.  Creating new issues solely for the purpose of asking about the\nnext release is strongly discouraged, and will likely be closed with a\nreference to this section in the project's README.\n\n## Developer Tools\n\nThe \"tools/\" directory includes a number of tools which may be helpful in the\ndevelopment of the library, or applications using the library.  Not all of\nthese tools are installed by default.\n\n## Bug and Vulnerability Reporting\n\nProblems with the libseccomp library can be reported using the GitHub issue\ntracking system.  Those who wish to privately report potential vulnerabilities\nshould follow the directions in SECURITY.md.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseccomp%2Flibseccomp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseccomp%2Flibseccomp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseccomp%2Flibseccomp/lists"}