We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a recap of yesterday's meeting (see #1382) about script execution control on Linux, and how it compares to #1364 (see nodejs/node#54364). @RafaelGSS, @mhdawson, @rdw-msft, and I were attending.
LWN published an article about this new feature: Restricting execution of scripts — the third approach
I gave a talk last week that explains the goal, the challenges, and the current approach: Closing the script execution control gap
The changes required for Node.js would be:
Here is a proof of concept for Python (using the original securebits): zooba/spython#12
Latest kernel patch series: https://lore.kernel.org/all/20240704190137.696169-1-mic@digikod.net/
I'll update this issue with the next patches (which will include an enlighten toy script interpreter).
The text was updated successfully, but these errors were encountered:
@l0kod thanks for createing the issue and the links to additional info.
Sorry, something went wrong.
No branches or pull requests
This is a recap of yesterday's meeting (see #1382) about script execution control on Linux, and how it compares to #1364 (see nodejs/node#54364). @RafaelGSS, @mhdawson, @rdw-msft, and I were attending.
LWN published an article about this new feature: Restricting execution of scripts — the third approach
I gave a talk last week that explains the goal, the challenges, and the current approach: Closing the script execution control gap
The changes required for Node.js would be:
Here is a proof of concept for Python (using the original securebits): zooba/spython#12
Latest kernel patch series: https://lore.kernel.org/all/20240704190137.696169-1-mic@digikod.net/
I'll update this issue with the next patches (which will include an enlighten toy script interpreter).
The text was updated successfully, but these errors were encountered: