-
Notifications
You must be signed in to change notification settings - Fork 111
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
host/base: investigate dropping lua interpreter from rootfs/PATH #275
Comments
Quick followup, it looks like the lua package is brought-in because of the following base packages:
The |
@cgwalters nice! Does that mean that it is already sorted out on |
Yes, already fixed in ootpa. For maipo we could probably just |
I did an additional quick check in bin / sbin / lib / libexec in the maipo image and I didn't see anything referencing the interpreter directly, so I think it is fine to filter it and good doing that now. @cgwalters as a curiosity, is there a difference in suggesting a |
I honestly forget the latter exists sometimes...it's fairly convenient to just |
Random aside, the |
It looks like we are currently shipping an unversioned lua interpreter in PATH:
From a quick look around the rootfs and rpm-db, I didn't spot any other lua modules. It is probably not as bad as the python ecosystem, but we shouldn't have external consumers depending on this.
The text was updated successfully, but these errors were encountered: