Slashdot Mirror


User: marcusatwork

marcusatwork's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re: Postscript on PDF Virus Spotted · · Score: 1

    Actually you probably could write a postscript virus that deleted/renamed files:

    Look at the ghostscript man page for the option '-dSAFER'

    "Disables the 'deletefile' and 'renamefile' operators and the ability to open files in any mode other than read-only. This may be desirable for spoolers or other sensitive environments where a badly written or malicious PostScript program must be prevented from changing important files."

    Which is why most tools that use ghostscript open PS files with the SAFER flag set.