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 lass='tabs'> aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt/partition.scm
AgeCommit message (Expand)Author
2022-01-14installer: Ignore small devices....Mathieu Othacehe
2021-10-21installer: Reorder file system type listbox....Tobias Geerinckx-Rice
2021-09-23installer: Support XFS....Tobias Geerinckx-Rice
2021-06-29installer: Fix crash when deleting a free space partition....Mathieu Othacehe
2021-06-12installer: Check partitions UUIDs....Mathieu Othacehe
2021-06-12installer: Print user partitions....Mathieu Othacehe
2021-04-28installer: Force GPT disk label when UEFI is supported....Mathieu Othacehe