From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 21:09:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30C79106564A for ; Fri, 6 Feb 2009 21:09:49 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.freebsd.org (Postfix) with ESMTP id B9A948FC17 for ; Fri, 6 Feb 2009 21:09:48 +0000 (UTC) (envelope-from me@janh.de) Received: from janh.freebsd (f054101011.adsl.alicedsl.de [78.54.101.11]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1LVXxE2UnF-0006Cz; Fri, 06 Feb 2009 22:09:41 +0100 Message-ID: <498CA715.3040801@janh.de> Date: Fri, 06 Feb 2009 22:09:41 +0100 From: Jan Henrik Sylvester User-Agent: Thunderbird 2.0.0.19 (X11/20090115) MIME-Version: 1.0 To: Warren Block References: COL106-W1623074BA617183F052FD3B2C10@phx.gbl <498C9E00.4080408@janh.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18aVBom8fxycGHwEKx+4XiflmlVw8uPZa7UcFg ZzZIT3Qd2pzKY7K6wS9s/dXDtwu3X8GUbwCUOPlsvCCpWE6SKC nmhPFWx9j9491fZSCQ6Sg== Cc: dhaneshk k , questions-list freebsd Subject: Re: Flash9 and FreeBSD7.0 isssue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2009 21:09:49 -0000 Warren Block wrote: > On Fri, 6 Feb 2009, Jan Henrik Sylvester wrote: >> remove everything with nspluginwrapper as root and as your user, auto >> install every plugin as root (-a -i -v), and put links in your >> ~/.mozilla/plugins: > > Or just run nspluginwrapper -a -i as your web browser user. The only > link I had to create by hand was for Java. The reason I recommended removing everything as root is that there could be an old version left from an old version of flash. For example, if you have 9.0r151 and 9.0r152 both wrapped in different directories, both will be picked up, which confuses firefox -- and you probably still have the vulnerability that was fixed with the upgrade. If there is just one wrapped version that all users link to symbolically, you just have to remember updating that after a portupgrade and everyone is up to date again. Of course, if you are the only user of your computer, keeping the wrapped versions in your home directory makes sense, too -- just avoid doing both. Cheers, Jan Henrik