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

executors: disallow access to /proc #910

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

Xyene
Copy link
Member

@Xyene Xyene commented Sep 12, 2021

/proc/self is difficult/impossible to properly support under Landlock,
but runtimes should not be relying on its presence anyway, as it is not
POSIX.

/proc/self is difficult/impossible to properly support under Landlock,
but runtimes should not be relying on its presence anyway, as it is not
POSIX.
@codecov-commenter
Copy link

Codecov Report

Merging #910 (1885e8c) into master (de73d84) will decrease coverage by 33.94%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #910       +/-   ##
===========================================
- Coverage   86.27%   52.33%   -33.95%     
===========================================
  Files         137      137               
  Lines        4640     4634        -6     
===========================================
- Hits         4003     2425     -1578     
- Misses        637     2209     +1572     
Impacted Files Coverage Δ
dmoj/executors/mixins.py 92.47% <ø> (-2.21%) ⬇️
dmoj/executors/C.py 0.00% <0.00%> (-100.00%) ⬇️
dmoj/executors/D.py 0.00% <0.00%> (-100.00%) ⬇️
dmoj/executors/GO.py 0.00% <0.00%> (-100.00%) ⬇️
dmoj/executors/ADA.py 0.00% <0.00%> (-100.00%) ⬇️
dmoj/executors/AWK.py 0.00% <0.00%> (-100.00%) ⬇️
dmoj/executors/C11.py 0.00% <0.00%> (-100.00%) ⬇️
dmoj/executors/F95.py 0.00% <0.00%> (-100.00%) ⬇️
dmoj/executors/ICK.py 0.00% <0.00%> (-100.00%) ⬇️
dmoj/executors/LUA.py 0.00% <0.00%> (-100.00%) ⬇️
... and 81 more

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 de73d84...1885e8c. Read the comment docs.

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.

2 participants