Ghostscript에서 "SAFER" 옵션을 끌 수 있습니까?

Ghostscript에서 "SAFER" 옵션을 끌 수 있습니까?

svg다음과 같은 파일을 생성하는 라텍스 프로그램이 있습니다 .

 *** WARNING - you have selected SAFER, indicating you want Ghostscript
               to execute in a safer environment, but at the same time
               have selected DELAYBIND. Unless you use this option with
               care (and specifically, remember to call .bindnow) it is
               possible that malicious code may be able to evade the
               limited security offered by the SAFER option.

 *** WARNING - you have selected SAFER, indicating you want Ghostscript
               to execute in a safer environment, but at the same time
               have selected WRITESYSTEMDICT. Unless you use this option with
               care and specifically, remember to execute code like:
                      "systemdict readonly pop"
           <?xml version='1.0' encoding='UTF-8'?>
<!-- This file was generated by dvisvgm 2.6.3 -->
<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='41.912854pt' height='2.231656pt' viewBox='219.641194 340.806823 41.912854 2.231656'>
<g id='page1' transform='matrix(1.4 0 0 1.4 0 0)'>
<path d='M157.683587 244.230465H186.0273'/>
<path d='M157.683587 244.230465H186.0273' stroke='#000' fill='none' stroke-width='1.59404' stroke-miterlimit='10'/>
</g>
</svg>

이러한 경고는 최근에야 나타나기 시작했습니다. SAFERGhostscript에서 모드를 선택한 것 같습니다 . 이 기능을 기본적으로 끌 수 있나요?

관련 정보