[Pkg-chromium-maint] Bug#605540: Fix for spurious download warnings

brian m. carlson sandals at crustytoothpaste.net
Fri Dec 17 21:32:30 UTC 2010


tags 605540 + patch
tags 605410 + patch
kthxbye

This particular issue has started to become very annoying for me.  So I
went through the source and am now providing a patch.  This patch
disables the entire executable file warning system when OS_POSIX is
defined.  This is for several reasons:

* virtually every meaningful datatype that people use is flagged;
* as a consequence, the user just learns to click through the warning;
* some datatypes are not practically exploitable except as the superuser
  (e.g. .deb) and we must assume that the superuser is not an idiot;
* any type of data can be named with any extension on POSIX systems, so
  assuming that only files with certain extensions can contain malware
  is wrong;
* it is *very* annoying to have this prompt all the time with no way
  whatsoever to turn it off;
* it is demeaning to assume that I have failed to consider the
  consequences of my actions in downloading a file; and
* from a correctness point of view, many of these datatypes are not
  strictly "executables" and calling them such is disingenuous.

For my sanity and good health, please apply this patch in your next
upload.  But please note: the patch has not been tested at all.  It may
or may not compile or run.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chromium-browser.patch
Type: text/x-diff
Size: 1036 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-chromium-maint/attachments/20101217/a89aca8c/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-chromium-maint/attachments/20101217/a89aca8c/attachment-0001.pgp>


More information about the Pkg-chromium-maint mailing list