Description: CVE-2014-0466: fixps does not invoke gs with -dSAFER A malicious PostScript file could delete files with the privileges of the invoking user. Origin: vendor Bug-Debian: http://bugs.debian.org/742902 Author: Salvatore Bonaccorso Last-Update: 2014-03-28 --- a/contrib/fixps.in +++ b/contrib/fixps.in @@ -389,7 +389,7 @@ eval "$command" ;; gs) $verbose "$program: making a full rewrite of the file ($gs)." >&2 - $gs -q -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;; + $gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;; esac ) fi --- a/contrib/fixps.m4 +++ b/contrib/fixps.m4 @@ -307,7 +307,7 @@ eval "$command" ;; gs) $verbose "$program: making a full rewrite of the file ($gs)." >&2 - $gs -q -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;; + $gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;; esac ) fi '> aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/monitoring.scm
AgeCommit message (Expand)Author
2020-12-07prometheus-node-exporter: Support extra options....Christopher Baines
2020-12-07prometheus-node-exporter: Enable the textfile collector....Christopher Baines
2020-12-07services: prometheus-node-exporter: Use a log file....Christopher Baines
2020-12-07prometheus-node-exporter: Add user and group....Christopher Baines
2020-12-07services: prometheus-node-exporter: Neaten up....Christopher Baines
2020-11-29services: zabbix-agent: Delete not mandatory hostname configuration....Oleg Pykhalov
2020-11-05services: Remove imports of (ice-9 …) modules....Ludovic Courtès