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

l3sys-query #1473

Closed
davidcarlisle opened this issue Mar 30, 2024 · 1 comment
Closed

l3sys-query #1473

davidcarlisle opened this issue Mar 30, 2024 · 1 comment

Comments

@davidcarlisle
Copy link

This is a request that the new l3sys-query texlua script (for listing files in directories) is allowed in restricted shell escape
so here most likely:

${MIKTEX_CONFIG_VALUE_ALLOWEDSHELLCOMMANDS} = texosquery-jre8

The file is designed to be at least as restrictive as texlive's p setting for openin_any, it never lists any paths above the current directory or "dot files" etc It is now allowed in texlive's restricted list.

If you have any concerns or requests for clarification please contact the latex project either by email or via githib,
https://github.com/latex3/latex2e/blob/develop/required/tools/l3sys-query.dtx

thanks,

David

A test file that runs without --shell-escape in texlive and lists all the tex files in the current directory

\documentclass{article}

\usepackage{l3sys-query}

\begin{document}

\QueryFiles{*.tex}{\texttt{#1}\par}

\end{document}
@davidcarlisle
Copy link
Author

Ulrike tells me this is done, thanks

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

No branches or pull requests

1 participant