Re: FreeBSD Security Advisory FreeBSD-SA-02:27.rc
From: Crist J. Clark (crist.clark@attbi.com)
Date: 05/29/02
- Next message: Jacques A. Vidrine: "Re: FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- Previous message: Jacques A. Vidrine: "Re: FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- In reply to: FreeBSD Security Advisories: "FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- Next in thread: Jacques A. Vidrine: "Re: FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- Reply: Jacques A. Vidrine: "Re: FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- Reply: Sheldon Hearn: "Re: FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 29 May 2002 13:38:52 -0700 From: "Crist J. Clark" <crist.clark@attbi.com> To: security@freebsd.org
On Wed, May 29, 2002 at 09:36:35AM -0700, FreeBSD Security Advisories wrote:
[snip]
> IV. Workaround
>
> Find and remove or comment-out the following line in /etc/rc:
>
> rm -f /tmp/.X*-lock /tmp/.X11-unix/*
>
> The following command executed as root will do this:
>
> /bin/sh -c 'echo -e "/.X11-unix/s/^/#/\nw\nq\n" | /bin/ed -s /etc/rc'
Ick. How about,
# /usr/bin/printf "/.X11-unix/s/^/#/\nw\nq\n" | /bin/ed -s /etc/rc
Next time?
-- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
- Next message: Jacques A. Vidrine: "Re: FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- Previous message: Jacques A. Vidrine: "Re: FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- In reply to: FreeBSD Security Advisories: "FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- Next in thread: Jacques A. Vidrine: "Re: FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- Reply: Jacques A. Vidrine: "Re: FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- Reply: Sheldon Hearn: "Re: FreeBSD Security Advisory FreeBSD-SA-02:27.rc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|