• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

drakenclimber / libseccomp
89%
main: 89%

Build:
Build:
LAST BUILD BRANCH: issues/463
DEFAULT BRANCH: main
Repo Added 08 Oct 2019 08:33PM UTC
Files 27
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH issues/463
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • backports/v2.4.3
  • checkout
  • checkout2
  • clang
  • codeql
  • dependabot
  • distutils
  • fixwarning
  • issue466
  • issues/11
  • issues/161-round2
  • issues/193
  • issues/210
  • issues/215
  • issues/215ppc
  • issues/236
  • issues/240
  • issues/245
  • issues/252
  • issues/267
  • issues/277
  • issues/313
  • issues/347
  • issues/370
  • issues/372
  • issues/463
  • issues/472
  • issues/add-riscv-scripts
  • issues/doxygen
  • issues/fix-test24
  • issues/fixtest05warning
  • issues/fixtravisci
  • issues/githubactions
  • issues/man-seccomp_rule_add.3
  • issues/v2.5.2-changelog
  • issues/v2.5.3-changelog
  • main
  • master
  • pull/215
  • pull/215patch2
  • pull/215ppc
  • python-wheel
  • python-wheel2
  • release-2.4
  • release-2.5
  • rfc-bintree-v2
  • test
  • test2
  • v2.4/add-parisc-to-validate
  • wip/bintree-attr
  • wip/distutils
  • wip/doxygen
  • wip/doxygen2
  • wip/github_actions
  • wip/github_actions2
  • wip/issue11
  • wip/issue11-2
  • wip/issue11-3
  • wip/issue11-4
  • wip/issue11-5
  • wip/issue11-7
  • wip/issue11-8
  • wip/release-2.4.4
  • wip/rfc-bintree-v3
  • wip/rfc-bintree-v4
  • wip/working-codeql
  • working-syscall
  • working-syscall-wip

12 Jan 2026 03:10PM UTC coverage: 89.024%. Remained the same
20924514716

push

github

drakenclimber
doc: Add seccomp_transaction_start.3 to Makefile.am

The transaction documentation was added in commit 72b013222026 ("api:
add transaction support to the libseccomp API"), but we forgot to add
the newly added transactions doc to the Makefile.  This commit adds it.

Fixes: 72b013222026 ("api: add transaction support to the libseccomp API")
Fixes: Github Issue #463
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>

3147 of 3535 relevant lines covered (89.02%)

256561.2 hits per line

Relevant lines Covered
Build:
Build:
3535 RELEVANT LINES 3147 COVERED LINES
256561.2 HITS PER LINE
Source Files on main
  • Tree
  • List 27
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20924514716 issues/463 doc: Add seccomp_transaction_start.3 to Makefile.am The transaction documentation was added in commit 72b013222026 ("api: add transaction support to the libseccomp API"), but we forgot to add the newly added transactions doc to the Makefile. Thi... push 12 Jan 2026 03:19PM UTC drakenclimber github
89.02
20863786508 main db: Fix tab/space issue with previous commit Replace spaces with tabs in previous commit. There are no functional changes in this commit. Fixes: 1a8730c5fb32 ("db: propagate notify_used when merging filter collections") Signed-off-by: Tom Hroma... push 09 Jan 2026 07:56PM UTC drakenclimber github
89.02
20826714024 test db: Fix tab/space issue with previous commit Replace spaces with tabs in previous commit. There are no functional changes in this commit. Fixes: 1a8730c5fb32 ("db: propagate notify_used when merging filter collections") Signed-off-by: Tom Hroma... push 08 Jan 2026 06:06PM UTC drakenclimber github
89.02
20826499683 test db: Fix tab/space issue with previous commit Replace spaces with tabs in previous commit. There are no functional changes in this commit. Fixes: 1a8730c5fb32 ("db: propagate notify_used when merging filter collections") Signed-off-by: Tom Hroma... push 08 Jan 2026 05:58PM UTC drakenclimber github
89.02
20822717480 main db: propagate notify_used when merging filter collections Merging filter collections didn’t carry over notify_used; if the source had SCMP_ACT_NOTIFY rules, the merged filter could skip requesting SECCOMP_FILTER_FLAG_NEW_LISTENER, yielding no lis... push 08 Jan 2026 03:51PM UTC drakenclimber github
89.02
20797155979 test db: propagate notify_used when merging filter collections Merging filter collections didn’t carry over notify_used; if the source had SCMP_ACT_NOTIFY rules, the merged filter could skip requesting SECCOMP_FILTER_FLAG_NEW_LISTENER, yielding no lis... push 07 Jan 2026 09:33PM UTC drakenclimber github
89.02
20796903916 test db: propagate notify_used when merging filter collections Merging filter collections didn’t carry over notify_used; if the source had SCMP_ACT_NOTIFY rules, the merged filter could skip requesting SECCOMP_FILTER_FLAG_NEW_LISTENER, yielding no lis... push 07 Jan 2026 09:23PM UTC drakenclimber github
89.02
17406940218 issue466 api: doc: tests: Add SCMP_ACT_TRAPX() Add a new action macro, SCMP_ACT_TRAPX(), which accepts user-specified data in the lower 16-bits. When a userspace signal handler has been specified, the Linux kernel populates the si_errno field in the sigi... push 02 Sep 2025 02:39PM UTC drakenclimber github
89.05
17330017129 issues/472 tests: Skip tests 60 and 61 on x32 x32 syscalls require the X32_SYSCALL_BIT (0x4000 0000) to be set, and thus syscalls less than that are invalid on the x32 architecture. Tests 60 and 61 utilize syscalls less than 0x4000 0000, so skip those test... push 29 Aug 2025 05:17PM UTC drakenclimber github
89.05
17297658954 issues/11 doc: Add documentation for max kernel version attributes Add documentation for SCMP_FLTATR_ACT_UNKNOWN and SCMP_FLTATR_CTL_KVER. Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> push 28 Aug 2025 01:45PM UTC drakenclimber github
89.44
See All Builds (256)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc