Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add statx to seccomp rules #3125

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

athos-ribeiro
Copy link
Contributor

Add statx to seccomp rules as a fallback for newfstatat. This is
specially important for the case where the newfstatat system call is not
available on a platform using glibc >= 2.33

This patch was created as an effort to fix FTBFS builds on Ubuntu after the glibc 2.33 migration. See https://bugs.launchpad.net/ubuntu/+source/universal-ctags/+bug/1934829 for further reference.

Add statx to seccomp rules as a fallback for newfstatat. This is
specially important for the case where the newfstatat system call is not
available on a platform using glibc >= 2.33

Signed-off-by: Athos Ribeiro <athos.ribeiro@canonical.com>
@codecov
Copy link

codecov bot commented Aug 19, 2021

Codecov Report

Merging #3125 (142a1d7) into master (e10b136) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3125      +/-   ##
==========================================
- Coverage   84.90%   84.90%   -0.01%     
==========================================
  Files         200      200              
  Lines       47839    47840       +1     
==========================================
  Hits        40620    40620              
- Misses       7219     7220       +1     
Impacted Files Coverage Δ
main/seccomp.c 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e10b136...142a1d7. Read the comment docs.

@masatake masatake merged commit 24aef07 into universal-ctags:master Aug 19, 2021
@masatake
Copy link
Member

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants