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

cptbox: implement seccomp errno generation #890

Merged
merged 3 commits into from
Sep 8, 2021
Merged

Conversation

quantum5
Copy link
Member

@quantum5 quantum5 commented Sep 7, 2021

Fixes #793

@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2021

Codecov Report

Merging #890 (ffb3330) into master (a52dd95) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #890      +/-   ##
==========================================
+ Coverage   86.26%   86.28%   +0.01%     
==========================================
  Files         137      137              
  Lines        4623     4629       +6     
==========================================
+ Hits         3988     3994       +6     
  Misses        635      635              
Impacted Files Coverage Δ
dmoj/cptbox/handlers.py 100.00% <100.00%> (ø)
dmoj/cptbox/isolate.py 90.59% <100.00%> (+0.08%) ⬆️
dmoj/cptbox/tracer.py 83.71% <100.00%> (+0.18%) ⬆️

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 a52dd95...ffb3330. Read the comment docs.

@quantum5
Copy link
Member Author

quantum5 commented Sep 7, 2021

retest this please

@quantum5
Copy link
Member Author

quantum5 commented Sep 8, 2021

retest this please

@quantum5 quantum5 merged commit bc88654 into master Sep 8, 2021
@quantum5 quantum5 deleted the seccomp-errno branch September 8, 2021 05:03
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.

Return errno directly with seccomp filters
3 participants