summaryrefslogtreecommitdiff
path: root/Master/texmf/web2c/texmf.cnf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-13 00:58:52 +0000
committerKarl Berry <karl@freefriends.org>2009-10-13 00:58:52 +0000
commitbb4369e34ff28a2edff83f77f22e6fc546f6aafe (patch)
tree3cc73d8b960a5f6904e56e9468e12c7654368979 /Master/texmf/web2c/texmf.cnf
parent19b040de479a72b723f861f6e035328813e02cd8 (diff)
remove ps-to-pdf programs et al. until they respect openout_any
git-svn-id: svn://tug.org/texlive/trunk@15792 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c/texmf.cnf')
-rw-r--r--Master/texmf/web2c/texmf.cnf13
1 files changed, 5 insertions, 8 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf
index 98c1f1a189f..6831580d478 100644
--- a/Master/texmf/web2c/texmf.cnf
+++ b/Master/texmf/web2c/texmf.cnf
@@ -491,16 +491,12 @@ try_std_extension_first = t
% enable it for everything but bare tex.
shell_escape = p
-% Special: convert is the standard command name for ImageMagick, but it
-% is also the name of a dangerous filesystem-changing command on
-% Windows. So enable imgconvert (used in w32tex), but not convert.
-
-% No spaces in this command list.
+% No spaces in this command list. These programs either do not write
+% any output files or respect openout_any. And have no features to
+% invoke other programs.
shell_escape_commands = \
-bibtex,bibtex8,epstopdf,epspdf,fc-match,\
+bibtex,bibtex8,fc-match,\
kpsewhich,makeindex,\
-ps2pdf,pstopdf,\
-rpdfcrop,\
% we'd like to allow:
% dvips - but external commands can be executed, need at least -R1.
@@ -508,6 +504,7 @@ rpdfcrop,\
% without Unix convert it hardly seems worth it, and Windows convert
% is something completely different that destroys filesystems, so
% skip it.
+% epspdf, epstopdf, ps2pdf, pstopdf, rpdfcrop - need to respect openout_any.
% pygmentize - but is the filter feature insecure?
% ps4pdf - but it calls an unrestricted latex.
% texindy,xindy - but is the module feature insecure?