-
Notifications
You must be signed in to change notification settings - Fork 1.2k
linux: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits #4545
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
Conversation
The CI is using older kernel headers, which causes the semver tests to fail there. Not sure how to proceed here. |
Consider skipping the constants with a I haven't looked closely for this in developer documentation, so I don't know if this is necessarily the correct or most desirable approach here. |
9a27313
to
2792779
Compare
These were added in 6.14 with the following commit: torvalds/linux@a0623b2 Signed-off-by: Jens Reidel <adrian@travitia.xyz>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@rustbot label +stable-nominated |
These were added in 6.14 with the following commit: torvalds/linux@a0623b2 Signed-off-by: Jens Reidel <adrian@travitia.xyz> (backport <rust-lang#4545>) (cherry picked from commit 1a1efaf)
These were added in 6.14 with the following commit: torvalds/linux@a0623b2 Signed-off-by: Jens Reidel <adrian@travitia.xyz> (backport <#4545>) (cherry picked from commit 1a1efaf)
Description
These were added in 6.14.
Sources
torvalds/linux@a0623b2
Checklist
libc-test/semver
have been updated*LAST
or*MAX
areincluded (see #3131)
cd libc-test && cargo test --target mytarget
);especially relevant for platforms that may not be checked in CI