Skip to content

Make luapower more self-contained #2

@capr

Description

@capr

One feature of luapower is that it's self-contained, i.e. independent of what's on the host outside the luapower directory. But there are a few loopholes left there for convenience:

  • the presence of current directory in LUA_PATH and LUA_CPATH (not in bundled executables)
  • obeying LUA_INIT
  • looking for shared libraries in system paths (although only as a fallback)

We should probably close these off as they have the potential to interfere with luapower apps and prevent them from starting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions