Now that the word is out about this absolutely massive bash exploit, should any of us folks still running Irix machines on the net be at all concerned?
An article on it.
An article on it.
<-------- A very happy forum member.
SAQ wrote: Why'd they start replacing /bin/sh with BASH anyway?
SAQ wrote: Why'd they start replacing /bin/sh with BASH anyway? Sun went into depth as to why that was not a good idea (and better to have a static /bin/sh), and it's not like sh added too much bloat to the system.
ClassicHasClass wrote: I updated the OS X universal bash already (10.4-10.9, PPC and x86).
http://tenfourfox.blogspot.com/2014/09/ ... dated.html
robespierre wrote:Code: Select all
$ sudo -s
# chmod -x /bin/bash
# ln -f /bin/ksh /bin/sh
fuggeddaboutit....
duck wrote: [...]since they first licked a beige box.
VenomousPinecone wrote: Whaddya' mean? that's not what the floppy drive is for? All these years of my life spent in confusion.
duck wrote:robespierre wrote:Code: Select all
$ sudo -s
# chmod -x /bin/bash
# ln -f /bin/ksh /bin/sh
fuggeddaboutit....
On linux this will likely break things badly. Remember that these kids have been thinking that sh = bash since they first licked a beige box.
foetz wrote:robespierre wrote:Code: Select all
# ln -f /bin/ksh /bin/sh
i did the same on osx but with zsh. might work for linux, too
duck wrote:robespierre wrote:Code: Select all
$ sudo -s
# chmod -x /bin/bash
# ln -f /bin/ksh /bin/sh
fuggeddaboutit....
On linux this will likely break things badly. Remember that these kids have been thinking that sh = bash since they first licked a beige box.