Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)

2000-09-28 Thread Adam Di Carlo
Well, I haven't followed this thread and I'm not up on all the security issues. If there is any action items for boot-floppies please file an appropriate bug against the package. Patches would be nice too. -- .Adam Di [EMAIL PROTECTED]http://www.onShore.com/> -- To UNSUBSCRIBE, email t

Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)

2000-09-28 Thread Josip Rodin
On Thu, Sep 28, 2000 at 02:17:03PM +0200, Santiago Vila wrote: > > > > $ tar ztvf base2_2.tgz | awk '$6 == "./root/" ' > > > > drwxr-xr-x root/root 0 2000-07-05 19:47:09 ./root/ > > > > > > maybe this changed. At least a have some slink boxes where 700 was the > > > default. > > > > In

Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)

2000-09-28 Thread Santiago Vila
> > > Are you sure? > > > > > > $ tar ztvf base2_2.tgz | awk '$6 == "./root/" ' > > > drwxr-xr-x root/root 0 2000-07-05 19:47:09 ./root/ > > > > maybe this changed. At least a have some slink boxes where 700 was the > > default. > > Indeed, this changed, and that's not good. Why was

Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)

2000-09-27 Thread Josip Rodin
On Wed, Sep 27, 2000 at 02:35:34PM +0200, Matthias Klose wrote: > > > > Well, this is security throught obscurity, and I don't think we > > > > should encourage it. Privacy and security should be different > > > > things. While I agree we should fix every security hole, I don't > > > > think w

Processed: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)

2000-09-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 72327 bash Bug#72327: boot-floppies: doesn't install .bash_logout for root Bug reassigned from package `boot-floppies' to `bash'. > retitle 72327 /etc/skel/.bash_logout should not exist Bug#72327: boot-floppies: doesn&#

Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)

2000-09-25 Thread Santiago Vila
From: Wichert Akkerman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], Erik Andersen <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], Josip Rodin <[EMAIL PROTECTED]> Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root Package: bash Severity: normal &g

Bug#72327: boot-floppies: doesn't install .bash_logout for root

2000-09-24 Thread Herbert Xu
Josip Rodin <[EMAIL PROTECTED]> wrote: >> >> Eww! Barf! I would actually consider it a bug if my shell did that >> by default. It's also a completely broken test, if doesn't work for >> tty10 for example. > Well, okay, the test can be improved, but the idea should be good. IMHO it should be th

Bug#72327: boot-floppies: doesn't install .bash_logout for root

2000-09-24 Thread Wichert Akkerman
Package: bash Severity: normal > File a bug on bash then... > > [andersen@traveller src]$ ls -l /etc/skel/.bash_logout > -rw-r--r--1 root root 174 Feb 20 2000 /etc/skel/.bash_logout > [andersen@traveller src]$ cat /etc/skel/.bash_logout > # ~/.bash_logout: execu

Bug#72327: boot-floppies: doesn't install .bash_logout for root

2000-09-24 Thread Erik Andersen
On Sun Sep 24, 2000 at 03:32:14PM +0200, Wichert Akkerman wrote: > Previously Josip Rodin wrote: > > The bash package in potato includes a nice /etc/skel/.bash_logout file: > > > > # ~/.bash_logout: executed by bash(1) when login shell exits. > > > > # when leaving the console clear the screen t

Bug#72327: boot-floppies: doesn't install .bash_logout for root

2000-09-24 Thread Josip Rodin
On Sun, Sep 24, 2000 at 03:32:14PM +0200, Wichert Akkerman wrote: > > The bash package in potato includes a nice /etc/skel/.bash_logout file: > > > > # ~/.bash_logout: executed by bash(1) when login shell exits. > > > > # when leaving the console clear the screen to increase privacy > > > > cas

Bug#72327: boot-floppies: doesn't install .bash_logout for root

2000-09-24 Thread Wichert Akkerman
Previously Josip Rodin wrote: > The bash package in potato includes a nice /etc/skel/.bash_logout file: > > # ~/.bash_logout: executed by bash(1) when login shell exits. > > # when leaving the console clear the screen to increase privacy > > case "`tty`" in > /dev/tty[0-9]) clear > esac Ew

Bug#72327: boot-floppies: doesn't install .bash_logout for root

2000-09-24 Thread Josip Rodin
Package: boot-floppies Version: potato Hi, The bash package in potato includes a nice /etc/skel/.bash_logout file: # ~/.bash_logout: executed by bash(1) when login shell exits. # when leaving the console clear the screen to increase privacy case "`tty`" in /dev/tty[0-9]) clear esac Howev