Report forwarded to debian-bugs-dist@lists.debian.org, Debian Install System Team <debian-boot@lists.debian.org>:
Bug#72327; Package boot-floppies.   debian-bugs-dist@lists.debian.orgDebian Install System Team  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root Reply-To: Josip Rodin , 72327@bugs.debian.org Resent-From: Josip Rodin Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Debian Install System Team Resent-Date: Sun, 24 Sep 2000 10:18:02 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: boot-floppies X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by bugs@bugs.debian.org id=B.9697903732079 (code B ref -1); Sun, 24 Sep 2000 10:18:02 GMT Date: Sun, 24 Sep 2000 12:14:40 +0200 From: Josip Rodin To: submit@bugs.debian.org Message-ID: <20000924121439.A9305@cibalia.gkvk.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i Delivered-To: submit@bugs.debian.org 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 However, after installation, root's account doesn't have this, as it is not created using adduser/useradd, I guess, but made by the installation system. This file should be added to ~root, because root's privacy must be of utmost importance. :) TIA. -- Digital Electronic Being Intended for Assassination and Nullification   Acknowledgement sent to Josip Rodin <joy@cibalia.gkvk.hr>:
New Bug report received and forwarded. Copy sent to Debian Install System Team <debian-boot@lists.debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Josip Rodin Subject: Bug#72327: Acknowledgement (boot-floppies: doesn't install .bash_logout for root) Message-ID: In-Reply-To: <20000924121439.A9305@cibalia.gkvk.hr> References: <20000924121439.A9305@cibalia.gkvk.hr> X-Debian-PR-Message: ack 72327 Thank you for the problem report you have sent regarding Debian. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers mailing list for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Debian Install System Team If you wish to submit further information on your problem, please send it to 72327@bugs.debian.org (and *not* to bugs@bugs.debian.org). Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at submit) by bugs.debian.org; 24 Sep 2000 10:12:53 +0000 From joy@cibalia.gkvk.hr Sun Sep 24 05:12:53 2000 Return-path: Received: from cibalia.gkvk.hr [::ffff:161.53.211.3] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13d8mC-0000Wt-00; Sun, 24 Sep 2000 05:12:53 -0500 Received: from joy by cibalia.gkvk.hr with local (Exim 3.12 #1 (Debian)) id 13d8nw-0002QP-00 for ; Sun, 24 Sep 2000 12:14:40 +0200 Date: Sun, 24 Sep 2000 12:14:40 +0200 From: Josip Rodin To: submit@bugs.debian.org Subject: boot-floppies: doesn't install .bash_logout for root Message-ID: <20000924121439.A9305@cibalia.gkvk.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i Delivered-To: submit@bugs.debian.org 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 However, after installation, root's account doesn't have this, as it is not created using adduser/useradd, I guess, but made by the installation system. This file should be added to ~root, because root's privacy must be of utmost importance. :) TIA. -- Digital Electronic Being Intended for Assassination and Nullification   Information forwarded to debian-bugs-dist@lists.debian.org, Debian Install System Team <debian-boot@lists.debian.org>:
Bug#72327; Package boot-floppies.   debian-bugs-dist@lists.debian.orgDebian Install System Team  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root Reply-To: Wichert Akkerman , 72327@bugs.debian.org Resent-From: Wichert Akkerman Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Debian Install System Team Resent-Date: Sun, 24 Sep 2000 14:03:58 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: boot-floppies X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.96980233614987 (code B ref 72327); Sun, 24 Sep 2000 14:03:58 GMT Date: Sun, 24 Sep 2000 15:32:14 +0200 From: Wichert Akkerman To: Josip Rodin , 72327@bugs.debian.org Message-ID: <20000924153213.A9732@cistron.nl> References: <20000924121439.A9305@cibalia.gkvk.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000924121439.A9305@cibalia.gkvk.hr>; from joy@cibalia.gkvk.hr on Sun, Sep 24, 2000 at 12:14:40PM +0200 Delivered-To: 72327@bugs.debian.org 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 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. Wichert. -- ________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | wichert@cistron.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |   Acknowledgement sent to Wichert Akkerman <wichert@cistron.nl>:
Extra info received and forwarded to list. Copy sent to Debian Install System Team <debian-boot@lists.debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Wichert Akkerman Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root) Message-ID: In-Reply-To: <20000924153213.A9732@cistron.nl> References: <20000924153213.A9732@cistron.nl> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Debian Install System Team If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 24 Sep 2000 13:32:16 +0000 From wichert@cistron.nl Sun Sep 24 08:32:16 2000 Return-path: Received: from janeway.cistron.net [::ffff:195.64.65.23] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13dBtA-0003td-00; Sun, 24 Sep 2000 08:32:16 -0500 Received: from picard.cistron.nl (root@picard.cistron.nl [195.64.65.20]) by janeway.cistron.net (8.9.3/8.9.3/Debian 8.9.3-6) with ESMTP id PAA28135; Sun, 24 Sep 2000 15:32:14 +0200 Received: (from wichert@localhost) by picard.cistron.nl (8.9.3/8.9.3/Debian 8.9.3-6) id PAA09901; Sun, 24 Sep 2000 15:32:14 +0200 Date: Sun, 24 Sep 2000 15:32:14 +0200 From: Wichert Akkerman To: Josip Rodin , 72327@bugs.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root Message-ID: <20000924153213.A9732@cistron.nl> References: <20000924121439.A9305@cibalia.gkvk.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000924121439.A9305@cibalia.gkvk.hr>; from joy@cibalia.gkvk.hr on Sun, Sep 24, 2000 at 12:14:40PM +0200 Delivered-To: 72327@bugs.debian.org 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 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. Wichert. -- ________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | wichert@cistron.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |   Information forwarded to debian-bugs-dist@lists.debian.org, Debian Install System Team <debian-boot@lists.debian.org>:
Bug#72327; Package boot-floppies.   debian-bugs-dist@lists.debian.orgDebian Install System Team  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root Reply-To: Josip Rodin , 72327@bugs.debian.org Resent-From: Josip Rodin Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Debian Install System Team Resent-Date: Sun, 24 Sep 2000 16:33:02 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: boot-floppies X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.9698126748442 (code B ref 72327); Sun, 24 Sep 2000 16:33:02 GMT Date: Sun, 24 Sep 2000 18:26:14 +0200 From: Josip Rodin To: Wichert Akkerman Cc: 72327@bugs.debian.org Message-ID: <20000924182614.B10193@cibalia.gkvk.hr> References: <20000924121439.A9305@cibalia.gkvk.hr> <20000924153213.A9732@cistron.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <20000924153213.A9732@cistron.nl>; from wichert@cistron.nl on Sun, Sep 24, 2000 at 03:32:14PM +0200 Delivered-To: 72327@bugs.debian.org 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 > > > > case "`tty`" in > > /dev/tty[0-9]) clear > > esac > > 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. -- Digital Electronic Being Intended for Assassination and Nullification   Acknowledgement sent to Josip Rodin <joy@cibalia.gkvk.hr>:
Extra info received and forwarded to list. Copy sent to Debian Install System Team <debian-boot@lists.debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Josip Rodin Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root) Message-ID: In-Reply-To: <20000924182614.B10193@cibalia.gkvk.hr> References: <20000924182614.B10193@cibalia.gkvk.hr> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Debian Install System Team If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 24 Sep 2000 16:24:34 +0000 From joy@cibalia.gkvk.hr Sun Sep 24 11:24:34 2000 Return-path: Received: from cibalia.gkvk.hr [::ffff:161.53.211.3] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13dEZu-0002BP-00; Sun, 24 Sep 2000 11:24:34 -0500 Received: from joy by cibalia.gkvk.hr with local (Exim 3.12 #1 (Debian)) id 13dEbW-0002g3-00; Sun, 24 Sep 2000 18:26:14 +0200 Date: Sun, 24 Sep 2000 18:26:14 +0200 From: Josip Rodin To: Wichert Akkerman Cc: 72327@bugs.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root Message-ID: <20000924182614.B10193@cibalia.gkvk.hr> References: <20000924121439.A9305@cibalia.gkvk.hr> <20000924153213.A9732@cistron.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <20000924153213.A9732@cistron.nl>; from wichert@cistron.nl on Sun, Sep 24, 2000 at 03:32:14PM +0200 Delivered-To: 72327@bugs.debian.org 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 > > > > case "`tty`" in > > /dev/tty[0-9]) clear > > esac > > 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. -- Digital Electronic Being Intended for Assassination and Nullification   Information forwarded to debian-bugs-dist@lists.debian.org, Debian Install System Team <debian-boot@lists.debian.org>:
Bug#72327; Package boot-floppies.   debian-bugs-dist@lists.debian.orgDebian Install System Team  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root Reply-To: andersen@codepoet.org, 72327@bugs.debian.org Resent-From: Erik Andersen Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Debian Install System Team Resent-Date: Sun, 24 Sep 2000 16:33:18 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: boot-floppies X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.9698127708717 (code B ref 72327); Sun, 24 Sep 2000 16:33:18 GMT Date: Sun, 24 Sep 2000 10:25:56 -0600 From: Erik Andersen To: Wichert Akkerman , 72327@bugs.debian.org Cc: Josip Rodin Message-ID: <20000924102556.A10684@codepoet.org> References: <20000924121439.A9305@cibalia.gkvk.hr> <20000924153213.A9732@cistron.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <20000924153213.A9732@cistron.nl>; from wichert@cistron.nl on Sun, Sep 24, 2000 at 03:32:14PM +0200 X-Operating-System: Linux 2.2.13, Rebel-NetWinder(Intel sa110 rev 3), 262.14 BogoMips X-No-Junk-Mail: I do not want to get *any* junk mail. Delivered-To: 72327@bugs.debian.org 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 to increase privacy > > > > case "`tty`" in > > /dev/tty[0-9]) clear > > esac > > 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. 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: 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 [andersen@traveller src]$ dpkg -S /etc/skel/.bash_logout bash: /etc/skel/.bash_logout -Erik -- Erik B. Andersen email: andersee@debian.org --This message was written using 73% post-consumer electrons--   Acknowledgement sent to andersen@codepoet.org:
Extra info received and forwarded to list. Copy sent to Debian Install System Team <debian-boot@lists.debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: andersen@codepoet.org Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root) Message-ID: In-Reply-To: <20000924102556.A10684@codepoet.org> References: <20000924102556.A10684@codepoet.org> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Debian Install System Team If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 24 Sep 2000 16:26:10 +0000 From andersen@codepoet.org Sun Sep 24 11:26:10 2000 Return-path: Received: from dillweed.dsl.xmission.com (winder.codepoet.org) [::ffff:166.70.14.212] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13dEbR-0002FF-00; Sun, 24 Sep 2000 11:26:09 -0500 Received: by winder.codepoet.org (Postfix, from userid 1000) id 9DDBA1F90D; Sun, 24 Sep 2000 10:25:56 -0600 (MDT) Date: Sun, 24 Sep 2000 10:25:56 -0600 From: Erik Andersen To: Wichert Akkerman , 72327@bugs.debian.org Cc: Josip Rodin Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root Message-ID: <20000924102556.A10684@codepoet.org> Reply-To: andersen@codepoet.org References: <20000924121439.A9305@cibalia.gkvk.hr> <20000924153213.A9732@cistron.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <20000924153213.A9732@cistron.nl>; from wichert@cistron.nl on Sun, Sep 24, 2000 at 03:32:14PM +0200 X-Operating-System: Linux 2.2.13, Rebel-NetWinder(Intel sa110 rev 3), 262.14 BogoMips X-No-Junk-Mail: I do not want to get *any* junk mail. Delivered-To: 72327@bugs.debian.org 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 to increase privacy > > > > case "`tty`" in > > /dev/tty[0-9]) clear > > esac > > 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. 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: 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 [andersen@traveller src]$ dpkg -S /etc/skel/.bash_logout bash: /etc/skel/.bash_logout -Erik -- Erik B. Andersen email: andersee@debian.org --This message was written using 73% post-consumer electrons--   Information forwarded to debian-bugs-dist@lists.debian.org, Debian Install System Team <debian-boot@lists.debian.org>:
Bug#72327; Package boot-floppies.   debian-bugs-dist@lists.debian.orgDebian Install System Team  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root Reply-To: Wichert Akkerman , 72327@bugs.debian.org Resent-From: Wichert Akkerman Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Debian Install System Team Resent-Date: Sun, 24 Sep 2000 18:03:26 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: boot-floppies X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by bugs@bugs.debian.org id=B.96981601821385 (code B ref -1); Sun, 24 Sep 2000 18:03:26 GMT Date: Sun, 24 Sep 2000 19:20:02 +0200 From: Wichert Akkerman To: submit@bugs.debian.org, Erik Andersen Cc: 72327@bugs.debian.org, Josip Rodin Message-ID: <20000924192002.A29041@cistron.nl> References: <20000924121439.A9305@cibalia.gkvk.hr> <20000924153213.A9732@cistron.nl> <20000924102556.A10684@codepoet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000924102556.A10684@codepoet.org>; from andersen@codepoet.org on Sun, Sep 24, 2000 at 10:25:56AM -0600 Delivered-To: submit@bugs.debian.org 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: executed by bash(1) when login shell exits. > Lets do that. The problem: bash should not clear the screen by default, it's imho highly annoying behaviour. Wichert. -- ________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | wichert@cistron.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |   Acknowledgement sent to Wichert Akkerman <wichert@cistron.nl>:
Extra info received and forwarded to list. Copy sent to Debian Install System Team <debian-boot@lists.debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Wichert Akkerman Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root) Message-ID: In-Reply-To: <20000924192002.A29041@cistron.nl> References: <20000924192002.A29041@cistron.nl> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Debian Install System Team If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at submit) by bugs.debian.org; 24 Sep 2000 17:20:18 +0000 From wichert@cistron.nl Sun Sep 24 12:20:18 2000 Return-path: Received: from janeway.cistron.net [::ffff:195.64.65.23] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13dFRp-0005Yn-00; Sun, 24 Sep 2000 12:20:17 -0500 Received: from picard.cistron.nl (root@picard.cistron.nl [195.64.65.20]) by janeway.cistron.net (8.9.3/8.9.3/Debian 8.9.3-6) with ESMTP id TAA02085; Sun, 24 Sep 2000 19:20:03 +0200 Received: (from wichert@localhost) by picard.cistron.nl (8.9.3/8.9.3/Debian 8.9.3-6) id TAA29226; Sun, 24 Sep 2000 19:20:03 +0200 Date: Sun, 24 Sep 2000 19:20:02 +0200 From: Wichert Akkerman To: submit@bugs.debian.org, Erik Andersen Cc: 72327@bugs.debian.org, Josip Rodin Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root Message-ID: <20000924192002.A29041@cistron.nl> References: <20000924121439.A9305@cibalia.gkvk.hr> <20000924153213.A9732@cistron.nl> <20000924102556.A10684@codepoet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000924102556.A10684@codepoet.org>; from andersen@codepoet.org on Sun, Sep 24, 2000 at 10:25:56AM -0600 Delivered-To: submit@bugs.debian.org 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: executed by bash(1) when login shell exits. > Lets do that. The problem: bash should not clear the screen by default, it's imho highly annoying behaviour. Wichert. -- ________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | wichert@cistron.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |   Information forwarded to debian-bugs-dist@lists.debian.org, Debian Install System Team <debian-boot@lists.debian.org>:
Bug#72327; Package boot-floppies.   debian-bugs-dist@lists.debian.orgDebian Install System Team  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root Reply-To: Wichert Akkerman , 72327@bugs.debian.org Resent-From: Wichert Akkerman Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Debian Install System Team Resent-Date: Sun, 24 Sep 2000 18:04:17 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: boot-floppies X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.96981601821381 (code B ref 72327); Sun, 24 Sep 2000 18:04:17 GMT Date: Sun, 24 Sep 2000 19:20:02 +0200 From: Wichert Akkerman To: submit@bugs.debian.org, Erik Andersen Cc: 72327@bugs.debian.org, Josip Rodin Message-ID: <20000924192002.A29041@cistron.nl> References: <20000924121439.A9305@cibalia.gkvk.hr> <20000924153213.A9732@cistron.nl> <20000924102556.A10684@codepoet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000924102556.A10684@codepoet.org>; from andersen@codepoet.org on Sun, Sep 24, 2000 at 10:25:56AM -0600 Delivered-To: 72327@bugs.debian.org 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: executed by bash(1) when login shell exits. > Lets do that. The problem: bash should not clear the screen by default, it's imho highly annoying behaviour. Wichert. -- ________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | wichert@cistron.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |   Acknowledgement sent to Wichert Akkerman <wichert@cistron.nl>:
Extra info received and forwarded to list. Copy sent to Debian Install System Team <debian-boot@lists.debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Wichert Akkerman Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root) Message-ID: In-Reply-To: <20000924192002.A29041@cistron.nl> References: <20000924192002.A29041@cistron.nl> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Debian Install System Team If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 24 Sep 2000 17:20:18 +0000 From wichert@cistron.nl Sun Sep 24 12:20:18 2000 Return-path: Received: from janeway.cistron.net [::ffff:195.64.65.23] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13dFRp-0005Yn-00; Sun, 24 Sep 2000 12:20:17 -0500 Received: from picard.cistron.nl (root@picard.cistron.nl [195.64.65.20]) by janeway.cistron.net (8.9.3/8.9.3/Debian 8.9.3-6) with ESMTP id TAA02085; Sun, 24 Sep 2000 19:20:03 +0200 Received: (from wichert@localhost) by picard.cistron.nl (8.9.3/8.9.3/Debian 8.9.3-6) id TAA29226; Sun, 24 Sep 2000 19:20:03 +0200 Date: Sun, 24 Sep 2000 19:20:02 +0200 From: Wichert Akkerman To: submit@bugs.debian.org, Erik Andersen Cc: 72327@bugs.debian.org, Josip Rodin Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root Message-ID: <20000924192002.A29041@cistron.nl> References: <20000924121439.A9305@cibalia.gkvk.hr> <20000924153213.A9732@cistron.nl> <20000924102556.A10684@codepoet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000924102556.A10684@codepoet.org>; from andersen@codepoet.org on Sun, Sep 24, 2000 at 10:25:56AM -0600 Delivered-To: 72327@bugs.debian.org 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: executed by bash(1) when login shell exits. > Lets do that. The problem: bash should not clear the screen by default, it's imho highly annoying behaviour. Wichert. -- ________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | wichert@cistron.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |   Information forwarded to debian-bugs-dist@lists.debian.org, Debian Install System Team <debian-boot@lists.debian.org>:
Bug#72327; Package boot-floppies.   debian-bugs-dist@lists.debian.orgDebian Install System Team  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root Reply-To: Herbert Xu , 72327@bugs.debian.org Resent-From: Herbert Xu Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Debian Install System Team Resent-Date: Sun, 24 Sep 2000 22:05:24 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: boot-floppies X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.96982928724491 (code B ref 72327); Sun, 24 Sep 2000 22:05:24 GMT Date: Mon, 25 Sep 2000 08:01:19 +1100 From: Herbert Xu Message-Id: <200009242101.e8OL1Jb32443@gondor.apana.org.au> To: Josip Rodin , 72327@bugs.debian.org X-Newsgroups: apana.lists.os.linux.debian.boot,greathan.lists.debian.bugs.dist In-Reply-To: <20000924121439.A9305@cibalia.gkvk.hr> <20000924153213.A9732@cistron.nl> <20000924182614.B10193@cibalia.gkvk.hr> Organization: Core User-Agent: tin/pre-1.4-980226 (UNIX) (Linux/2.2.17 (i586)) Delivered-To: 72327@bugs.debian.org Josip Rodin 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 gettys that cleared the screen, not the shells. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt   Acknowledgement sent to Herbert Xu <herbert@gondor.apana.org.au>:
Extra info received and forwarded to list. Copy sent to Debian Install System Team <debian-boot@lists.debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Herbert Xu Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root) Message-ID: In-Reply-To: <200009242101.e8OL1Jb32443@gondor.apana.org.au> References: <200009242101.e8OL1Jb32443@gondor.apana.org.au> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Debian Install System Team If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 24 Sep 2000 21:01:27 +0000 From herbert@gondor.apana.org.au Sun Sep 24 16:01:27 2000 Return-path: Received: from gondor.apana.org.au [::ffff:203.14.152.114] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13dItp-0006Jh-00; Sun, 24 Sep 2000 16:01:26 -0500 Received: (from herbert@localhost) by gondor.apana.org.au (8.11.0.Beta1/8.11.0.Beta1/Debian 8.11.0-1) id e8OL1Jb32443; Mon, 25 Sep 2000 08:01:19 +1100 Date: Mon, 25 Sep 2000 08:01:19 +1100 From: Herbert Xu Message-Id: <200009242101.e8OL1Jb32443@gondor.apana.org.au> To: Josip Rodin , 72327@bugs.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root X-Newsgroups: apana.lists.os.linux.debian.boot,greathan.lists.debian.bugs.dist In-Reply-To: <20000924121439.A9305@cibalia.gkvk.hr> <20000924153213.A9732@cistron.nl> <20000924182614.B10193@cibalia.gkvk.hr> Organization: Core User-Agent: tin/pre-1.4-980226 (UNIX) (Linux/2.2.17 (i586)) Delivered-To: 72327@bugs.debian.org Josip Rodin 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 gettys that cleared the screen, not the shells. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt   Information forwarded to debian-bugs-dist@lists.debian.org, Debian Install System Team <debian-boot@lists.debian.org>:
Bug#72327; Package boot-floppies.   debian-bugs-dist@lists.debian.orgDebian Install System Team  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Santiago Vila , 72327@bugs.debian.org Resent-From: Santiago Vila Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Debian Install System Team Resent-Date: Mon, 25 Sep 2000 11:03:51 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: boot-floppies X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.96987975710547 (code B ref 72327); Mon, 25 Sep 2000 11:03:51 GMT Date: Mon, 25 Sep 2000 12:58:22 +0200 (CEST) From: Santiago Vila To: 72327@bugs.debian.org, control@bugs.debian.org, bash@packages.debian.org Message-ID: <%x3yz5oXMK@cantor.unex.es> X-User-Agent: Mana 4.0beta (Linux) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org reassign 72327 bash retitle 72327 /etc/skel/.bash_logout should not exist thanks I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. Policy says /etc/skel should be as empty as we can make it. ---------- Forwarded message ---------- Date: Sun, 24 Sep 2000 19:20:02 +0200 From: Wichert Akkerman To: submit@bugs.debian.org, Erik Andersen Cc: 72327@bugs.debian.org, Josip Rodin Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root 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: executed by bash(1) when login shell exits. > Lets do that. The problem: bash should not clear the screen by default, it's imho highly annoying behaviour. Wichert. -- ________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | wichert@cistron.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |   Acknowledgement sent to Santiago Vila <sanvila@unex.es>:
Extra info received and forwarded to list. Copy sent to Debian Install System Team <debian-boot@lists.debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Santiago Vila Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: <%x3yz5oXMK@cantor.unex.es> References: <%x3yz5oXMK@cantor.unex.es> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Debian Install System Team If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 25 Sep 2000 11:02:37 +0000 From sanvila@unex.es Mon Sep 25 06:02:37 2000 Return-path: Received: from pizarro.unex.es [::ffff:158.49.8.2] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13dW1o-00025Q-00; Mon, 25 Sep 2000 06:02:32 -0500 Received: from guadiana.unex.es (root@guadiana.unex.es [158.49.8.233]) by pizarro.unex.es (8.9.3/8.9.1) with ESMTP id NAA32329; Mon, 25 Sep 2000 13:00:01 +0200 Received: from cantor.unex.es (sanvila@cantor.unex.es [158.49.18.105]) by guadiana.unex.es (8.9.3/8.9.1) with ESMTP id NAA30944; Mon, 25 Sep 2000 13:00:00 +0200 Date: Mon, 25 Sep 2000 12:58:22 +0200 (CEST) From: Santiago Vila To: 72327@bugs.debian.org, control@bugs.debian.org, bash@packages.debian.org Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Message-ID: <%x3yz5oXMK@cantor.unex.es> X-User-Agent: Mana 4.0beta (Linux) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org reassign 72327 bash retitle 72327 /etc/skel/.bash_logout should not exist thanks I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. Policy says /etc/skel should be as empty as we can make it. ---------- Forwarded message ---------- Date: Sun, 24 Sep 2000 19:20:02 +0200 From: Wichert Akkerman To: submit@bugs.debian.org, Erik Andersen Cc: 72327@bugs.debian.org, Josip Rodin Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root 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: executed by bash(1) when login shell exits. > Lets do that. The problem: bash should not clear the screen by default, it's imho highly annoying behaviour. Wichert. -- ________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | wichert@cistron.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |   Bug reassigned from package `boot-floppies' to `bash'. Request was from Santiago Vila <sanvila@unex.es> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 25 Sep 2000 11:02:37 +0000 From sanvila@unex.es Mon Sep 25 06:02:37 2000 Return-path: Received: from pizarro.unex.es [::ffff:158.49.8.2] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13dW1o-00025Q-00; Mon, 25 Sep 2000 06:02:32 -0500 Received: from guadiana.unex.es (root@guadiana.unex.es [158.49.8.233]) by pizarro.unex.es (8.9.3/8.9.1) with ESMTP id NAA32329; Mon, 25 Sep 2000 13:00:01 +0200 Received: from cantor.unex.es (sanvila@cantor.unex.es [158.49.18.105]) by guadiana.unex.es (8.9.3/8.9.1) with ESMTP id NAA30944; Mon, 25 Sep 2000 13:00:00 +0200 Date: Mon, 25 Sep 2000 12:58:22 +0200 (CEST) From: Santiago Vila To: 72327@bugs.debian.org, control@bugs.debian.org, bash@packages.debian.org Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Message-ID: <%x3yz5oXMK@cantor.unex.es> X-User-Agent: Mana 4.0beta (Linux) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: control@bugs.debian.org reassign 72327 bash retitle 72327 /etc/skel/.bash_logout should not exist thanks I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. Policy says /etc/skel should be as empty as we can make it. ---------- Forwarded message ---------- Date: Sun, 24 Sep 2000 19:20:02 +0200 From: Wichert Akkerman To: submit@bugs.debian.org, Erik Andersen Cc: 72327@bugs.debian.org, Josip Rodin Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root 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: executed by bash(1) when login shell exits. > Lets do that. The problem: bash should not clear the screen by default, it's imho highly annoying behaviour. Wichert. -- ________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | wichert@cistron.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |   Changed Bug title. Request was from Santiago Vila <sanvila@unex.es> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 25 Sep 2000 11:02:37 +0000 From sanvila@unex.es Mon Sep 25 06:02:37 2000 Return-path: Received: from pizarro.unex.es [::ffff:158.49.8.2] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13dW1o-00025Q-00; Mon, 25 Sep 2000 06:02:32 -0500 Received: from guadiana.unex.es (root@guadiana.unex.es [158.49.8.233]) by pizarro.unex.es (8.9.3/8.9.1) with ESMTP id NAA32329; Mon, 25 Sep 2000 13:00:01 +0200 Received: from cantor.unex.es (sanvila@cantor.unex.es [158.49.18.105]) by guadiana.unex.es (8.9.3/8.9.1) with ESMTP id NAA30944; Mon, 25 Sep 2000 13:00:00 +0200 Date: Mon, 25 Sep 2000 12:58:22 +0200 (CEST) From: Santiago Vila To: 72327@bugs.debian.org, control@bugs.debian.org, bash@packages.debian.org Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Message-ID: <%x3yz5oXMK@cantor.unex.es> X-User-Agent: Mana 4.0beta (Linux) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: control@bugs.debian.org reassign 72327 bash retitle 72327 /etc/skel/.bash_logout should not exist thanks I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. Policy says /etc/skel should be as empty as we can make it. ---------- Forwarded message ---------- Date: Sun, 24 Sep 2000 19:20:02 +0200 From: Wichert Akkerman To: submit@bugs.debian.org, Erik Andersen Cc: 72327@bugs.debian.org, Josip Rodin Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root 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: executed by bash(1) when login shell exits. > Lets do that. The problem: bash should not clear the screen by default, it's imho highly annoying behaviour. Wichert. -- ________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | wichert@cistron.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Josip Rodin , 72327@bugs.debian.org Resent-From: Josip Rodin Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Mon, 25 Sep 2000 20:03:11 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.96991204229336 (code B ref 72327); Mon, 25 Sep 2000 20:03:11 GMT Date: Mon, 25 Sep 2000 22:02:34 +0200 From: Josip Rodin To: util-linux@packages.debian.org, Santiago Vila , 72327@bugs.debian.org Cc: bash@packages.debian.org Message-ID: <20000925220234.B15045@cibalia.gkvk.hr> References: <%x3yz5oXMK@cantor.unex.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <%x3yz5oXMK@cantor.unex.es>; from sanvila@unex.es on Mon, Sep 25, 2000 at 12:58:22PM +0200 Delivered-To: 72327@bugs.debian.org On Mon, Sep 25, 2000 at 12:58:22PM +0200, Santiago Vila wrote: > reassign 72327 bash > retitle 72327 /etc/skel/.bash_logout should not exist > thanks > > I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. > Policy says /etc/skel should be as empty as we can make it. If clearing of the screen shouldn't be done by the shell, can it be done by the getty instead, please? I filed the bug because I _want_ the root's screen to be cleared after exiting, not the other way around. -- Digital Electronic Being Intended for Assassination and Nullification   Acknowledgement sent to Josip Rodin <joy@cibalia.gkvk.hr>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Josip Rodin Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: <20000925220234.B15045@cibalia.gkvk.hr> References: <20000925220234.B15045@cibalia.gkvk.hr> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 25 Sep 2000 20:00:42 +0000 From joy@cibalia.gkvk.hr Mon Sep 25 15:00:42 2000 Return-path: Received: from cibalia.gkvk.hr [::ffff:161.53.211.3] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13deQb-0007cs-00; Mon, 25 Sep 2000 15:00:42 -0500 Received: from joy by cibalia.gkvk.hr with local (Exim 3.12 #1 (Debian)) id 13deSQ-0003w5-00; Mon, 25 Sep 2000 22:02:34 +0200 Date: Mon, 25 Sep 2000 22:02:34 +0200 From: Josip Rodin To: util-linux@packages.debian.org, Santiago Vila , 72327@bugs.debian.org Cc: bash@packages.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Message-ID: <20000925220234.B15045@cibalia.gkvk.hr> References: <%x3yz5oXMK@cantor.unex.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <%x3yz5oXMK@cantor.unex.es>; from sanvila@unex.es on Mon, Sep 25, 2000 at 12:58:22PM +0200 Delivered-To: 72327@bugs.debian.org On Mon, Sep 25, 2000 at 12:58:22PM +0200, Santiago Vila wrote: > reassign 72327 bash > retitle 72327 /etc/skel/.bash_logout should not exist > thanks > > I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. > Policy says /etc/skel should be as empty as we can make it. If clearing of the screen shouldn't be done by the shell, can it be done by the getty instead, please? I filed the bug because I _want_ the root's screen to be cleared after exiting, not the other way around. -- Digital Electronic Being Intended for Assassination and Nullification   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Santiago Vila , 72327@bugs.debian.org Resent-From: Santiago Vila Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Tue, 26 Sep 2000 10:18:07 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.96996305416153 (code B ref 72327); Tue, 26 Sep 2000 10:18:07 GMT Date: Tue, 26 Sep 2000 11:59:34 +0200 (CEST) From: Santiago Vila To: Josip Rodin cc: util-linux@packages.debian.org, 72327@bugs.debian.org, bash@packages.debian.org In-Reply-To: <20000925220234.B15045@cibalia.gkvk.hr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org On Mon, 25 Sep 2000, Josip Rodin wrote: > On Mon, Sep 25, 2000 at 12:58:22PM +0200, Santiago Vila wrote: > > reassign 72327 bash > > retitle 72327 /etc/skel/.bash_logout should not exist > > thanks > > > > I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. > > Policy says /etc/skel should be as empty as we can make it. > > If clearing of the screen shouldn't be done by the shell, can it be done by > the getty instead, please? I filed the bug because I _want_ the root's > screen to be cleared after exiting, not the other way around. But some people does not want this to happen and consider it a bad default. What's wrong with adding your own /root/.bash_logout? The status of /root/.bash_logout is even better than a conffile: You can add such file if you want one and you don't have it, it will never be overwritten by a system file, and dpkg will never prompt about it.   Acknowledgement sent to Santiago Vila <sanvila@unex.es>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Santiago Vila Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 26 Sep 2000 10:10:54 +0000 From sanvila@unex.es Tue Sep 26 05:10:54 2000 Return-path: Received: from murphy.debian.org [::ffff:216.234.231.6] by master.debian.org with smtp (Exim 3.12 1 (Debian)) id 13drhO-0004CH-00; Tue, 26 Sep 2000 05:10:54 -0500 Received: (qmail 21656 invoked from network); 26 Sep 2000 10:02:25 -0000 Received: from pizarro.unex.es (root@158.49.8.2) by murphy.debian.org with SMTP; 26 Sep 2000 10:02:25 -0000 Received: from guadiana.unex.es (root@guadiana.unex.es [158.49.8.233]) by pizarro.unex.es (8.9.3/8.9.1) with ESMTP id MAA21826; Tue, 26 Sep 2000 12:01:21 +0200 Received: from cantor.unex.es (sanvila@cantor.unex.es [158.49.18.105]) by guadiana.unex.es (8.9.3/8.9.1) with SMTP id MAA08095; Tue, 26 Sep 2000 12:01:16 +0200 Date: Tue, 26 Sep 2000 11:59:34 +0200 (CEST) From: Santiago Vila To: Josip Rodin cc: util-linux@packages.debian.org, 72327@bugs.debian.org, bash@packages.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) In-Reply-To: <20000925220234.B15045@cibalia.gkvk.hr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org On Mon, 25 Sep 2000, Josip Rodin wrote: > On Mon, Sep 25, 2000 at 12:58:22PM +0200, Santiago Vila wrote: > > reassign 72327 bash > > retitle 72327 /etc/skel/.bash_logout should not exist > > thanks > > > > I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. > > Policy says /etc/skel should be as empty as we can make it. > > If clearing of the screen shouldn't be done by the shell, can it be done by > the getty instead, please? I filed the bug because I _want_ the root's > screen to be cleared after exiting, not the other way around. But some people does not want this to happen and consider it a bad default. What's wrong with adding your own /root/.bash_logout? The status of /root/.bash_logout is even better than a conffile: You can add such file if you want one and you don't have it, it will never be overwritten by a system file, and dpkg will never prompt about it.   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Josip Rodin , 72327@bugs.debian.org Resent-From: Josip Rodin Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Tue, 26 Sep 2000 18:03:39 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.9699911292805 (code B ref 72327); Tue, 26 Sep 2000 18:03:39 GMT Date: Tue, 26 Sep 2000 20:00:33 +0200 From: Josip Rodin To: Santiago Vila Cc: util-linux@packages.debian.org, 72327@bugs.debian.org, bash@packages.debian.org Message-ID: <20000926200033.D18356@cibalia.gkvk.hr> References: <20000925220234.B15045@cibalia.gkvk.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: ; from sanvila@unex.es on Tue, Sep 26, 2000 at 11:59:34AM +0200 Delivered-To: 72327@bugs.debian.org On Tue, Sep 26, 2000 at 11:59:34AM +0200, Santiago Vila wrote: > > > reassign 72327 bash > > > retitle 72327 /etc/skel/.bash_logout should not exist > > > > > > I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. > > > Policy says /etc/skel should be as empty as we can make it. > > > > If clearing of the screen shouldn't be done by the shell, can it be done > > by the getty instead, please? I filed the bug because I _want_ the > > root's screen to be cleared after exiting, not the other way around. > > But some people does not want this to happen and consider it a bad > default. What's wrong with adding your own /root/.bash_logout? The defaults on new installations should be adjusted to be most safe for newbie users. Imagine this type of `social engineering': a malicious person sees a newbie admin (it could be a home machine, even) edit something, guesses it could be sensitive information, and immediately thinks of a reason for him to have to leave the console. Then he comes in pretending to be rushing, screams the aforemented reason, which causes the newbie to exit the editor, type exit and run off hastily. The malicious person then captures the sensitive information still on screen (approx. 15 lines at least), without being noticed and without any real logs. Yeah, sure, it's not going to happen every day; but we do fix all exploit cases in our packages, even if they are only potential, don't we? I also can't think of any advantage in leaving the screen not cleared after root logout. > The status of /root/.bash_logout is even better than a conffile: You > can add such file if you want one and you don't have it, it will never > be overwritten by a system file, and dpkg will never prompt about it. People who know that they don't want it would also know how easily they can remove it. So IMHO it would be better to have the screen cleared by default. -- Digital Electronic Being Intended for Assassination and Nullification   Acknowledgement sent to Josip Rodin <joy@cibalia.gkvk.hr>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Josip Rodin Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: <20000926200033.D18356@cibalia.gkvk.hr> References: <20000926200033.D18356@cibalia.gkvk.hr> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 26 Sep 2000 17:58:49 +0000 From joy@cibalia.gkvk.hr Tue Sep 26 12:58:49 2000 Return-path: Received: from cibalia.gkvk.hr [::ffff:161.53.211.3] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13dz0B-0000h7-00; Tue, 26 Sep 2000 12:58:49 -0500 Received: from joy by cibalia.gkvk.hr with local (Exim 3.12 #1 (Debian)) id 13dz1t-0004mq-00; Tue, 26 Sep 2000 20:00:33 +0200 Date: Tue, 26 Sep 2000 20:00:33 +0200 From: Josip Rodin To: Santiago Vila Cc: util-linux@packages.debian.org, 72327@bugs.debian.org, bash@packages.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Message-ID: <20000926200033.D18356@cibalia.gkvk.hr> References: <20000925220234.B15045@cibalia.gkvk.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: ; from sanvila@unex.es on Tue, Sep 26, 2000 at 11:59:34AM +0200 Delivered-To: 72327@bugs.debian.org On Tue, Sep 26, 2000 at 11:59:34AM +0200, Santiago Vila wrote: > > > reassign 72327 bash > > > retitle 72327 /etc/skel/.bash_logout should not exist > > > > > > I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. > > > Policy says /etc/skel should be as empty as we can make it. > > > > If clearing of the screen shouldn't be done by the shell, can it be done > > by the getty instead, please? I filed the bug because I _want_ the > > root's screen to be cleared after exiting, not the other way around. > > But some people does not want this to happen and consider it a bad > default. What's wrong with adding your own /root/.bash_logout? The defaults on new installations should be adjusted to be most safe for newbie users. Imagine this type of `social engineering': a malicious person sees a newbie admin (it could be a home machine, even) edit something, guesses it could be sensitive information, and immediately thinks of a reason for him to have to leave the console. Then he comes in pretending to be rushing, screams the aforemented reason, which causes the newbie to exit the editor, type exit and run off hastily. The malicious person then captures the sensitive information still on screen (approx. 15 lines at least), without being noticed and without any real logs. Yeah, sure, it's not going to happen every day; but we do fix all exploit cases in our packages, even if they are only potential, don't we? I also can't think of any advantage in leaving the screen not cleared after root logout. > The status of /root/.bash_logout is even better than a conffile: You > can add such file if you want one and you don't have it, it will never > be overwritten by a system file, and dpkg will never prompt about it. People who know that they don't want it would also know how easily they can remove it. So IMHO it would be better to have the screen cleared by default. -- Digital Electronic Being Intended for Assassination and Nullification   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Santiago Vila , 72327@bugs.debian.org Resent-From: Santiago Vila Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Wed, 27 Sep 2000 10:07:34 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.9700474859573 (code B ref 72327); Wed, 27 Sep 2000 10:07:34 GMT Date: Wed, 27 Sep 2000 11:25:29 +0200 (CEST) From: Santiago Vila To: Josip Rodin cc: util-linux@packages.debian.org, 72327@bugs.debian.org, bash@packages.debian.org In-Reply-To: <20000926200033.D18356@cibalia.gkvk.hr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org On Tue, 26 Sep 2000, Josip Rodin wrote: > On Tue, Sep 26, 2000 at 11:59:34AM +0200, Santiago Vila wrote: > > > > reassign 72327 bash > > > > retitle 72327 /etc/skel/.bash_logout should not exist > > > > > > > > I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. > > > > Policy says /etc/skel should be as empty as we can make it. > > > > > > If clearing of the screen shouldn't be done by the shell, can it be done > > > by the getty instead, please? I filed the bug because I _want_ the > > > root's screen to be cleared after exiting, not the other way around. > > > > But some people does not want this to happen and consider it a bad > > default. What's wrong with adding your own /root/.bash_logout? > > The defaults on new installations should be adjusted to be most safe for > newbie users. Imagine this type of `social engineering': a malicious person > sees a newbie admin (it could be a home machine, even) edit something, > guesses it could be sensitive information, and immediately thinks of a > reason for him to have to leave the console. Then he comes in pretending to > be rushing, screams the aforemented reason, which causes the newbie to exit > the editor, type exit and run off hastily. The malicious person then > captures the sensitive information still on screen (approx. 15 lines at > least), without being noticed and without any real logs. > [...] 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 we should impose a default privacy policy. If we did what you suggest, we should change default mode for directories in /home to be 750 or something alike. I think the lack of a .bash_logout file is in line with /home directories being 755 by default and other non-privacy defaults in Debian, if we decide to change one of them we would have to change them all.   Acknowledgement sent to Santiago Vila <sanvila@unex.es>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Santiago Vila Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 27 Sep 2000 09:38:05 +0000 From sanvila@unex.es Wed Sep 27 04:38:05 2000 Return-path: Received: from murphy.debian.org [::ffff:216.234.231.6] by master.debian.org with smtp (Exim 3.12 1 (Debian)) id 13eDfB-0002UG-00; Wed, 27 Sep 2000 04:38:05 -0500 Received: (qmail 10398 invoked from network); 27 Sep 2000 09:38:03 -0000 Received: from pizarro.unex.es (root@158.49.8.2) by murphy.debian.org with SMTP; 27 Sep 2000 09:38:03 -0000 Received: from guadiana.unex.es (root@guadiana.unex.es [158.49.8.233]) by pizarro.unex.es (8.9.3/8.9.1) with ESMTP id LAA12242; Wed, 27 Sep 2000 11:27:16 +0200 Received: from cantor.unex.es (sanvila@cantor.unex.es [158.49.18.105]) by guadiana.unex.es (8.9.3/8.9.1) with SMTP id LAA18698; Wed, 27 Sep 2000 11:27:15 +0200 Date: Wed, 27 Sep 2000 11:25:29 +0200 (CEST) From: Santiago Vila To: Josip Rodin cc: util-linux@packages.debian.org, 72327@bugs.debian.org, bash@packages.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) In-Reply-To: <20000926200033.D18356@cibalia.gkvk.hr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org On Tue, 26 Sep 2000, Josip Rodin wrote: > On Tue, Sep 26, 2000 at 11:59:34AM +0200, Santiago Vila wrote: > > > > reassign 72327 bash > > > > retitle 72327 /etc/skel/.bash_logout should not exist > > > > > > > > I also wonder why do we need .bash_profile and .bashrc in /etc/skel at all. > > > > Policy says /etc/skel should be as empty as we can make it. > > > > > > If clearing of the screen shouldn't be done by the shell, can it be done > > > by the getty instead, please? I filed the bug because I _want_ the > > > root's screen to be cleared after exiting, not the other way around. > > > > But some people does not want this to happen and consider it a bad > > default. What's wrong with adding your own /root/.bash_logout? > > The defaults on new installations should be adjusted to be most safe for > newbie users. Imagine this type of `social engineering': a malicious person > sees a newbie admin (it could be a home machine, even) edit something, > guesses it could be sensitive information, and immediately thinks of a > reason for him to have to leave the console. Then he comes in pretending to > be rushing, screams the aforemented reason, which causes the newbie to exit > the editor, type exit and run off hastily. The malicious person then > captures the sensitive information still on screen (approx. 15 lines at > least), without being noticed and without any real logs. > [...] 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 we should impose a default privacy policy. If we did what you suggest, we should change default mode for directories in /home to be 750 or something alike. I think the lack of a .bash_logout file is in line with /home directories being 755 by default and other non-privacy defaults in Debian, if we decide to change one of them we would have to change them all.   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Josip Rodin , 72327@bugs.debian.org Resent-From: Josip Rodin Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Wed, 27 Sep 2000 10:48:52 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.97004887613836 (code B ref 72327); Wed, 27 Sep 2000 10:48:52 GMT Date: Wed, 27 Sep 2000 12:03:01 +0200 From: Josip Rodin To: Santiago Vila Cc: util-linux@packages.debian.org, 72327@bugs.debian.org, bash@packages.debian.org Message-ID: <20000927120301.A21831@cibalia.gkvk.hr> References: <20000926200033.D18356@cibalia.gkvk.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: ; from sanvila@unex.es on Wed, Sep 27, 2000 at 11:25:29AM +0200 Delivered-To: 72327@bugs.debian.org On Wed, Sep 27, 2000 at 11:25:29AM +0200, Santiago Vila wrote: > > > But some people does not want this to happen and consider it a bad > > > default. What's wrong with adding your own /root/.bash_logout? > > > > The defaults on new installations should be adjusted to be most safe for > > newbie users. Imagine this type of `social engineering': a malicious person > > sees a newbie admin (it could be a home machine, even) edit something, > > guesses it could be sensitive information, and immediately thinks of a > > reason for him to have to leave the console. Then he comes in pretending to > > be rushing, screams the aforemented reason, which causes the newbie to exit > > the editor, type exit and run off hastily. The malicious person then > > captures the sensitive information still on screen (approx. 15 lines at > > least), without being noticed and without any real logs. > > [...] > > 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 we should > impose a default privacy policy. If we did what you suggest, we should > change default mode for directories in /home to be 750 or something alike. > > I think the lack of a .bash_logout file is in line with /home directories > being 755 by default and other non-privacy defaults in Debian, if we decide > to change one of them we would have to change them all. But this is a wee bit different. This is the _root_ account. Its home directory, /root, is mode 700. Admin is a special kind of user, and his security/privacy policies are special. -- Digital Electronic Being Intended for Assassination and Nullification   Acknowledgement sent to Josip Rodin <joy@cibalia.gkvk.hr>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Josip Rodin Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: <20000927120301.A21831@cibalia.gkvk.hr> References: <20000927120301.A21831@cibalia.gkvk.hr> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 27 Sep 2000 10:01:16 +0000 From joy@cibalia.gkvk.hr Wed Sep 27 05:01:16 2000 Return-path: Received: from cibalia.gkvk.hr [::ffff:161.53.211.3] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13eE1Z-0003aa-00; Wed, 27 Sep 2000 05:01:15 -0500 Received: from joy by cibalia.gkvk.hr with local (Exim 3.12 #1 (Debian)) id 13eE3J-0005gR-00; Wed, 27 Sep 2000 12:03:01 +0200 Date: Wed, 27 Sep 2000 12:03:01 +0200 From: Josip Rodin To: Santiago Vila Cc: util-linux@packages.debian.org, 72327@bugs.debian.org, bash@packages.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Message-ID: <20000927120301.A21831@cibalia.gkvk.hr> References: <20000926200033.D18356@cibalia.gkvk.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: ; from sanvila@unex.es on Wed, Sep 27, 2000 at 11:25:29AM +0200 Delivered-To: 72327@bugs.debian.org On Wed, Sep 27, 2000 at 11:25:29AM +0200, Santiago Vila wrote: > > > But some people does not want this to happen and consider it a bad > > > default. What's wrong with adding your own /root/.bash_logout? > > > > The defaults on new installations should be adjusted to be most safe for > > newbie users. Imagine this type of `social engineering': a malicious person > > sees a newbie admin (it could be a home machine, even) edit something, > > guesses it could be sensitive information, and immediately thinks of a > > reason for him to have to leave the console. Then he comes in pretending to > > be rushing, screams the aforemented reason, which causes the newbie to exit > > the editor, type exit and run off hastily. The malicious person then > > captures the sensitive information still on screen (approx. 15 lines at > > least), without being noticed and without any real logs. > > [...] > > 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 we should > impose a default privacy policy. If we did what you suggest, we should > change default mode for directories in /home to be 750 or something alike. > > I think the lack of a .bash_logout file is in line with /home directories > being 755 by default and other non-privacy defaults in Debian, if we decide > to change one of them we would have to change them all. But this is a wee bit different. This is the _root_ account. Its home directory, /root, is mode 700. Admin is a special kind of user, and his security/privacy policies are special. -- Digital Electronic Being Intended for Assassination and Nullification   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Santiago Vila , 72327@bugs.debian.org Resent-From: Santiago Vila Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Wed, 27 Sep 2000 12:02:25 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.9700555645877 (code B ref 72327); Wed, 27 Sep 2000 12:02:25 GMT X-Authentication-Warning: guadiana.unex.es: sanvila owned process doing -bs Date: Wed, 27 Sep 2000 13:45:20 +0200 (CET) From: Santiago Vila To: Josip Rodin , 72327@bugs.debian.org cc: util-linux@packages.debian.org, bash@packages.debian.org In-Reply-To: <20000927120301.A21831@cibalia.gkvk.hr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org > > 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 we should > > impose a default privacy policy. If we did what you suggest, we should > > change default mode for directories in /home to be 750 or something alike. > > > > I think the lack of a .bash_logout file is in line with /home directories > > being 755 by default and other non-privacy defaults in Debian, if we decide > > to change one of them we would have to change them all. > > But this is a wee bit different. This is the _root_ account. Its home > directory, /root, is mode 700. Admin is a special kind of user, and his > security/privacy policies are special. Are you sure? $ tar ztvf base2_2.tgz | awk '$6 == "./root/" ' drwxr-xr-x root/root 0 2000-07-05 19:47:09 ./root/   Acknowledgement sent to Santiago Vila <sanvila@unex.es>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Santiago Vila Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 27 Sep 2000 11:52:44 +0000 From sanvila@unex.es Wed Sep 27 06:52:44 2000 Return-path: Received: from murphy.debian.org [::ffff:216.234.231.6] by master.debian.org with smtp (Exim 3.12 1 (Debian)) id 13eFlU-0001We-00; Wed, 27 Sep 2000 06:52:44 -0500 Received: (qmail 4255 invoked from network); 27 Sep 2000 11:52:42 -0000 Received: from pizarro.unex.es (root@158.49.8.2) by murphy.debian.org with SMTP; 27 Sep 2000 11:52:42 -0000 Received: from guadiana.unex.es (sanvila@guadiana.unex.es [158.49.8.233]) by pizarro.unex.es (8.9.3/8.9.1) with ESMTP id NAA16601; Wed, 27 Sep 2000 13:45:20 +0200 Received: from localhost (sanvila@localhost) by guadiana.unex.es (8.9.3/8.9.1) with SMTP id NAA27506; Wed, 27 Sep 2000 13:45:20 +0200 X-Authentication-Warning: guadiana.unex.es: sanvila owned process doing -bs Date: Wed, 27 Sep 2000 13:45:20 +0200 (CET) From: Santiago Vila To: Josip Rodin , 72327@bugs.debian.org cc: util-linux@packages.debian.org, bash@packages.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) In-Reply-To: <20000927120301.A21831@cibalia.gkvk.hr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org > > 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 we should > > impose a default privacy policy. If we did what you suggest, we should > > change default mode for directories in /home to be 750 or something alike. > > > > I think the lack of a .bash_logout file is in line with /home directories > > being 755 by default and other non-privacy defaults in Debian, if we decide > > to change one of them we would have to change them all. > > But this is a wee bit different. This is the _root_ account. Its home > directory, /root, is mode 700. Admin is a special kind of user, and his > security/privacy policies are special. Are you sure? $ tar ztvf base2_2.tgz | awk '$6 == "./root/" ' drwxr-xr-x root/root 0 2000-07-05 19:47:09 ./root/   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Matthias Klose , 72327@bugs.debian.org Resent-From: Matthias Klose Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Wed, 27 Sep 2000 12:48:29 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.97005865418847 (code B ref 72327); Wed, 27 Sep 2000 12:48:29 GMT From: Matthias Klose MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14801.59798.404247.628276@gargle.gargle.HOWL> Date: Wed, 27 Sep 2000 14:35:34 +0200 (MET DST) To: Santiago Vila Cc: Josip Rodin , 72327@bugs.debian.org, util-linux@packages.debian.org, bash@packages.debian.org In-Reply-To: References: <20000927120301.A21831@cibalia.gkvk.hr> X-Mailer: VM 6.72 under 21.1 (patch 9) "Canyonlands" XEmacs Lucid Delivered-To: 72327@bugs.debian.org Santiago Vila writes: > > > 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 we should > > > impose a default privacy policy. If we did what you suggest, we should > > > change default mode for directories in /home to be 750 or something alike. > > > > > > I think the lack of a .bash_logout file is in line with /home directories > > > being 755 by default and other non-privacy defaults in Debian, if we decide > > > to change one of them we would have to change them all. > > > > But this is a wee bit different. This is the _root_ account. Its home > > directory, /root, is mode 700. Admin is a special kind of user, and his > > security/privacy policies are special. > > 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. anyway this has nothing to do with obscurity. compare it with gdm/xdm/kdm. they clear the screen as well. So it becomes more consistent with these packages.   Acknowledgement sent to Matthias Klose <doko@cs.tu-berlin.de>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Matthias Klose Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: <14801.59798.404247.628276@gargle.gargle.HOWL> References: <14801.59798.404247.628276@gargle.gargle.HOWL> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 27 Sep 2000 12:44:14 +0000 From doko@cs.tu-berlin.de Wed Sep 27 07:44:14 2000 Return-path: Received: from mail.cs.tu-berlin.de [::ffff:130.149.17.13] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13eGZI-0004tU-00; Wed, 27 Sep 2000 07:44:12 -0500 Received: from bolero.cs.tu-berlin.de (doko@bolero.cs.tu-berlin.de [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id OAA11181; Wed, 27 Sep 2000 14:35:37 +0200 (MET DST) Received: (from doko@localhost) by bolero.cs.tu-berlin.de (8.9.3/8.9.3) id OAA18380; Wed, 27 Sep 2000 14:35:34 +0200 (MET DST) From: Matthias Klose MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14801.59798.404247.628276@gargle.gargle.HOWL> Date: Wed, 27 Sep 2000 14:35:34 +0200 (MET DST) To: Santiago Vila Cc: Josip Rodin , 72327@bugs.debian.org, util-linux@packages.debian.org, bash@packages.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) In-Reply-To: References: <20000927120301.A21831@cibalia.gkvk.hr> X-Mailer: VM 6.72 under 21.1 (patch 9) "Canyonlands" XEmacs Lucid Delivered-To: 72327@bugs.debian.org Santiago Vila writes: > > > 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 we should > > > impose a default privacy policy. If we did what you suggest, we should > > > change default mode for directories in /home to be 750 or something alike. > > > > > > I think the lack of a .bash_logout file is in line with /home directories > > > being 755 by default and other non-privacy defaults in Debian, if we decide > > > to change one of them we would have to change them all. > > > > But this is a wee bit different. This is the _root_ account. Its home > > directory, /root, is mode 700. Admin is a special kind of user, and his > > security/privacy policies are special. > > 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. anyway this has nothing to do with obscurity. compare it with gdm/xdm/kdm. they clear the screen as well. So it becomes more consistent with these packages.   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Josip Rodin , 72327@bugs.debian.org Resent-From: Josip Rodin Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Wed, 27 Sep 2000 16:48:24 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.97007244427878 (code B ref 72327); Wed, 27 Sep 2000 16:48:24 GMT Date: Wed, 27 Sep 2000 18:35:34 +0200 From: Josip Rodin To: debian-boot@lists.debian.org, Matthias Klose Cc: Santiago Vila , 72327@bugs.debian.org Message-ID: <20000927183534.C22843@cibalia.gkvk.hr> References: <20000927120301.A21831@cibalia.gkvk.hr> <14801.59798.404247.628276@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <14801.59798.404247.628276@gargle.gargle.HOWL>; from doko@cs.tu-berlin.de on Wed, Sep 27, 2000 at 02:35:34PM +0200 Delivered-To: 72327@bugs.debian.org 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 we should impose a default privacy policy. If we did what you > > > > suggest, we should change default mode for directories in /home to > > > > be 750 or something alike. > > > > > > > > I think the lack of a .bash_logout file is in line with /home > > > > directories being 755 by default and other non-privacy defaults in > > > > Debian, if we decide to change one of them we would have to change > > > > them all. > > > > > > But this is a wee bit different. This is the _root_ account. Its home > > > directory, /root, is mode 700. Admin is a special kind of user, and his > > > security/privacy policies are special. > > > > 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 this gratuitous change made? -- Digital Electronic Being Intended for Assassination and Nullification   Acknowledgement sent to Josip Rodin <joy@cibalia.gkvk.hr>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Josip Rodin Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: <20000927183534.C22843@cibalia.gkvk.hr> References: <20000927183534.C22843@cibalia.gkvk.hr> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 27 Sep 2000 16:34:04 +0000 From joy@cibalia.gkvk.hr Wed Sep 27 11:34:04 2000 Return-path: Received: from cibalia.gkvk.hr [::ffff:161.53.211.3] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13eK9j-0007FM-00; Wed, 27 Sep 2000 11:34:04 -0500 Received: from joy by cibalia.gkvk.hr with local (Exim 3.12 #1 (Debian)) id 13eKBC-0005xa-00; Wed, 27 Sep 2000 18:35:34 +0200 Date: Wed, 27 Sep 2000 18:35:34 +0200 From: Josip Rodin To: debian-boot@lists.debian.org, Matthias Klose Cc: Santiago Vila , 72327@bugs.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Message-ID: <20000927183534.C22843@cibalia.gkvk.hr> References: <20000927120301.A21831@cibalia.gkvk.hr> <14801.59798.404247.628276@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <14801.59798.404247.628276@gargle.gargle.HOWL>; from doko@cs.tu-berlin.de on Wed, Sep 27, 2000 at 02:35:34PM +0200 Delivered-To: 72327@bugs.debian.org 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 we should impose a default privacy policy. If we did what you > > > > suggest, we should change default mode for directories in /home to > > > > be 750 or something alike. > > > > > > > > I think the lack of a .bash_logout file is in line with /home > > > > directories being 755 by default and other non-privacy defaults in > > > > Debian, if we decide to change one of them we would have to change > > > > them all. > > > > > > But this is a wee bit different. This is the _root_ account. Its home > > > directory, /root, is mode 700. Admin is a special kind of user, and his > > > security/privacy policies are special. > > > > 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 this gratuitous change made? -- Digital Electronic Being Intended for Assassination and Nullification   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Santiago Vila , 72327@bugs.debian.org Resent-From: Santiago Vila Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Thu, 28 Sep 2000 12:18:43 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.97014344432456 (code B ref 72327); Thu, 28 Sep 2000 12:18:43 GMT Date: Thu, 28 Sep 2000 14:17:03 +0200 (CEST) From: Santiago Vila To: Josip Rodin cc: debian-boot@lists.debian.org, Matthias Klose , 72327@bugs.debian.org In-Reply-To: <20000927183534.C22843@cibalia.gkvk.hr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org > > > 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 this gratuitous change > made? /root has always been 755. The gratuitous thing (IMHO) was the boot floppies team overriding this in the base system. Some time ago I asked about this and 755 was considered to be good enough for /root, see the archives. Anyway, the root account does not differ so much from an ordinary user account, because the admin is usually supposed to do "su" from an unprivileged account. If you think we should change our privacy policy, please move the thread to debian-devel and consider all the cases, including default mode for directories in /home.   Acknowledgement sent to Santiago Vila <sanvila@unex.es>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Santiago Vila Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 28 Sep 2000 12:17:24 +0000 From sanvila@unex.es Thu Sep 28 07:17:23 2000 Return-path: Received: from pizarro.unex.es [::ffff:158.49.8.2] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13ecco-0008QD-00; Thu, 28 Sep 2000 07:17:19 -0500 Received: from guadiana.unex.es (root@guadiana.unex.es [158.49.8.233]) by pizarro.unex.es (8.9.3/8.9.1) with ESMTP id OAA09362; Thu, 28 Sep 2000 14:17:08 +0200 Received: from cantor.unex.es (sanvila@cantor.unex.es [158.49.18.105]) by guadiana.unex.es (8.9.3/8.9.1) with SMTP id OAA08370; Thu, 28 Sep 2000 14:17:08 +0200 Date: Thu, 28 Sep 2000 14:17:03 +0200 (CEST) From: Santiago Vila To: Josip Rodin cc: debian-boot@lists.debian.org, Matthias Klose , 72327@bugs.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) In-Reply-To: <20000927183534.C22843@cibalia.gkvk.hr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org > > > 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 this gratuitous change > made? /root has always been 755. The gratuitous thing (IMHO) was the boot floppies team overriding this in the base system. Some time ago I asked about this and 755 was considered to be good enough for /root, see the archives. Anyway, the root account does not differ so much from an ordinary user account, because the admin is usually supposed to do "su" from an unprivileged account. If you think we should change our privacy policy, please move the thread to debian-devel and consider all the cases, including default mode for directories in /home.   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Josip Rodin , 72327@bugs.debian.org Resent-From: Josip Rodin Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Thu, 28 Sep 2000 16:18:41 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.9701578725825 (code B ref 72327); Thu, 28 Sep 2000 16:18:41 GMT Date: Thu, 28 Sep 2000 18:19:32 +0200 From: Josip Rodin To: Santiago Vila Cc: debian-boot@lists.debian.org, Matthias Klose , 72327@bugs.debian.org Message-ID: <20000928181932.A28463@cibalia.gkvk.hr> References: <20000927183534.C22843@cibalia.gkvk.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: ; from sanvila@unex.es on Thu, Sep 28, 2000 at 02:17:03PM +0200 Delivered-To: 72327@bugs.debian.org 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. > > > > Indeed, this changed, and that's not good. Why was this gratuitous change > > made? > > /root has always been 755. I haven't seen any of those. All slink installs had it 700, which I considered to be a sane default. Anyway, history doesn't really matter with these kind of security issues -- sendmail had loads and loads of root exploits during the last decade, it doesn't mean it should have them today. > Some time ago I asked about this and 755 was considered to be good enough > for /root, see the archives. Which list? > Anyway, the root account does not differ so much from an ordinary user > account, because the admin is usually supposed to do "su" from an > unprivileged account. What people should do and what people will do is usually very different. Besides, what does that have to do with file/directory permissions? Su'ed, sudo'ed or logged in, admin is supposed to use his home directory for storing something, otherwise it wouldn't be there. -- Digital Electronic Being Intended for Assassination and Nullification   Acknowledgement sent to Josip Rodin <joy@cibalia.gkvk.hr>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Josip Rodin Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: <20000928181932.A28463@cibalia.gkvk.hr> References: <20000928181932.A28463@cibalia.gkvk.hr> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 28 Sep 2000 16:17:52 +0000 From joy@cibalia.gkvk.hr Thu Sep 28 11:17:52 2000 Return-path: Received: from cibalia.gkvk.hr [::ffff:161.53.211.3] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13egNa-0001Vl-00; Thu, 28 Sep 2000 11:17:51 -0500 Received: from joy by cibalia.gkvk.hr with local (Exim 3.12 #1 (Debian)) id 13egPE-0007PM-00; Thu, 28 Sep 2000 18:19:32 +0200 Date: Thu, 28 Sep 2000 18:19:32 +0200 From: Josip Rodin To: Santiago Vila Cc: debian-boot@lists.debian.org, Matthias Klose , 72327@bugs.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Message-ID: <20000928181932.A28463@cibalia.gkvk.hr> References: <20000927183534.C22843@cibalia.gkvk.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: ; from sanvila@unex.es on Thu, Sep 28, 2000 at 02:17:03PM +0200 Delivered-To: 72327@bugs.debian.org 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. > > > > Indeed, this changed, and that's not good. Why was this gratuitous change > > made? > > /root has always been 755. I haven't seen any of those. All slink installs had it 700, which I considered to be a sane default. Anyway, history doesn't really matter with these kind of security issues -- sendmail had loads and loads of root exploits during the last decade, it doesn't mean it should have them today. > Some time ago I asked about this and 755 was considered to be good enough > for /root, see the archives. Which list? > Anyway, the root account does not differ so much from an ordinary user > account, because the admin is usually supposed to do "su" from an > unprivileged account. What people should do and what people will do is usually very different. Besides, what does that have to do with file/directory permissions? Su'ed, sudo'ed or logged in, admin is supposed to use his home directory for storing something, otherwise it wouldn't be there. -- Digital Electronic Being Intended for Assassination and Nullification   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Adam Di Carlo , 72327@bugs.debian.org Resent-From: Adam Di Carlo Orignal-Sender: apharris@arroz.fake Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Fri, 29 Sep 2000 04:33:03 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.9702013166693 (code B ref 72327); Fri, 29 Sep 2000 04:33:03 GMT Sender: apharris@arroz.fake To: Josip Rodin Cc: Santiago Vila , debian-boot@lists.debian.org, Matthias Klose , 72327@bugs.debian.org References: <20000927183534.C22843@cibalia.gkvk.hr> <20000928181932.A28463@cibalia.gkvk.hr> From: Adam Di Carlo Date: 29 Sep 2000 00:22:32 -0400 In-Reply-To: Josip Rodin's message of "Thu, 28 Sep 2000 18:19:32 +0200" Message-ID: Lines: 8 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: 72327@bugs.debian.org 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 Carlo....adam@onShore.com.....   Acknowledgement sent to Adam Di Carlo <adam@onshore.com>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Adam Di Carlo Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 29 Sep 2000 04:21:56 +0000 From adam@onshore.com Thu Sep 28 23:21:55 2000 Return-path: Received: from relay05.netaddress.usa.net [::ffff:204.68.24.185] by master.debian.org with smtp (Exim 3.12 1 (Debian)) id 13ergJ-0001jp-00; Thu, 28 Sep 2000 23:21:55 -0500 Received: (qmail 17180 invoked from network); 29 Sep 2000 04:21:54 -0000 Received: from unknown (HELO arroz.fake) (postfix@64.22.101.122) by relay05.netaddress.usa.net with SMTP; 29 Sep 2000 04:21:54 -0000 Received: by arroz.fake (Postfix, from userid 421) id 5C4D8938FB; Fri, 29 Sep 2000 00:22:32 -0400 (EDT) Sender: apharris@arroz.fake To: Josip Rodin Cc: Santiago Vila , debian-boot@lists.debian.org, Matthias Klose , 72327@bugs.debian.org Subject: Re: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) References: <20000927183534.C22843@cibalia.gkvk.hr> <20000928181932.A28463@cibalia.gkvk.hr> From: Adam Di Carlo Date: 29 Sep 2000 00:22:32 -0400 In-Reply-To: Josip Rodin's message of "Thu, 28 Sep 2000 18:19:32 +0200" Message-ID: Lines: 8 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: 72327@bugs.debian.org 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 Carlo....adam@onShore.com.....   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: #72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Santiago Vila , 72327@bugs.debian.org Resent-From: Santiago Vila Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Fri, 29 Sep 2000 11:03:20 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.97022539122940 (code B ref 72327); Fri, 29 Sep 2000 11:03:20 GMT Date: Fri, 29 Sep 2000 13:02:53 +0200 (CEST) From: Santiago Vila To: Josip Rodin cc: debian-boot@lists.debian.org, Matthias Klose , 72327@bugs.debian.org In-Reply-To: <20000928181932.A28463@cibalia.gkvk.hr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org On Thu, 28 Sep 2000, Josip Rodin wrote: > 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. > > > > > > Indeed, this changed, and that's not good. Why was this gratuitous change > > > made? > > > > /root has always been 755. > > I haven't seen any of those. All slink installs had it 700, which I > considered to be a sane default. > > Anyway, history doesn't really matter with these kind of security issues -- > sendmail had loads and loads of root exploits during the last decade, it > doesn't mean it should have them today. Your comparison is not fair. I repeat that this is not a security issue, just a *privacy* issue. > > Some time ago I asked about this and 755 was considered to be good enough > > for /root, see the archives. > > Which list? I can't remember exactly. There is a small thread in debian-testing, in February (Subject: potato /root permissions?), but I did not posted anything then. We can start a new thread in debian-devel if you like.   Acknowledgement sent to Santiago Vila <sanvila@unex.es>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Santiago Vila Subject: Bug#72327: Info received (was #72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 29 Sep 2000 11:03:11 +0000 From sanvila@unex.es Fri Sep 29 06:03:11 2000 Return-path: Received: from pizarro.unex.es [::ffff:158.49.8.2] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13exwX-0005x5-00; Fri, 29 Sep 2000 06:03:05 -0500 Received: from guadiana.unex.es (root@guadiana.unex.es [158.49.8.233]) by pizarro.unex.es (8.9.3/8.9.1) with ESMTP id NAA30832; Fri, 29 Sep 2000 13:03:02 +0200 Received: from cantor.unex.es (sanvila@cantor.unex.es [158.49.18.105]) by guadiana.unex.es (8.9.3/8.9.1) with SMTP id NAA15657; Fri, 29 Sep 2000 13:03:01 +0200 Date: Fri, 29 Sep 2000 13:02:53 +0200 (CEST) From: Santiago Vila To: Josip Rodin cc: debian-boot@lists.debian.org, Matthias Klose , 72327@bugs.debian.org Subject: Re: #72327: boot-floppies: doesn't install .bash_logout for root (fwd) In-Reply-To: <20000928181932.A28463@cibalia.gkvk.hr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: 72327@bugs.debian.org On Thu, 28 Sep 2000, Josip Rodin wrote: > 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. > > > > > > Indeed, this changed, and that's not good. Why was this gratuitous change > > > made? > > > > /root has always been 755. > > I haven't seen any of those. All slink installs had it 700, which I > considered to be a sane default. > > Anyway, history doesn't really matter with these kind of security issues -- > sendmail had loads and loads of root exploits during the last decade, it > doesn't mean it should have them today. Your comparison is not fair. I repeat that this is not a security issue, just a *privacy* issue. > > Some time ago I asked about this and 755 was considered to be good enough > > for /root, see the archives. > > Which list? I can't remember exactly. There is a small thread in debian-testing, in February (Subject: potato /root permissions?), but I did not posted anything then. We can start a new thread in debian-devel if you like.   Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#72327; Package bash.   debian-bugs-dist@lists.debian.orgMatthias Klose  Subject: Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd) Reply-To: Joey Hess , 72327@bugs.debian.org Resent-From: Joey Hess Orignal-Sender: Joey Hess Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Matthias Klose Resent-Date: Sat, 07 Oct 2000 06:06:56 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 72327 X-Debian-PR-Package: bash X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 72327-bugs@bugs.debian.org id=B72327.9708972253406 (code B ref 72327); Sat, 07 Oct 2000 06:06:56 GMT Date: Sun, 1 Oct 2000 21:48:08 -0700 From: Joey Hess To: Santiago Vila , 72327@bugs.debian.org Cc: util-linux@packages.debian.org, bash@packages.debian.org Message-ID: <20001001214808.B1817@silk.kitenet.net> References: <20000926200033.D18356@cibalia.gkvk.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from sanvila@unex.es on Wed, Sep 27, 2000 at 11:25:29AM +0200 Sender: Joey Hess Delivered-To: 72327@bugs.debian.org Santiago Vila wrote: > Well, this is security throught obscurity Bah, no it's not. I suggest you look up what security terms actually mean before you bandy them about. -- see shy jo   Acknowledgement sent to Joey Hess <joeyh@debian.org>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Joey Hess Subject: Bug#72327: Info received (was Bug#72327: boot-floppies: doesn't install .bash_logout for root (fwd)) Message-ID: In-Reply-To: <20001001214808.B1817@silk.kitenet.net> References: <20001001214808.B1817@silk.kitenet.net> X-Debian-PR-Message: ack-info-maintonly 72327 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Matthias Klose If you wish to continue to submit further information on your problem, please send it to 72327@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 72327) by bugs.debian.org; 7 Oct 2000 05:40:25 +0000 From joey@silk.kitenet.net Sat Oct 07 00:40:24 2000 Return-path: Received: from nat-dial-160.valinux.com (silk) [::ffff:198.186.202.160] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13hmiY-0000jf-00; Sat, 07 Oct 2000 00:40:24 -0500 Received: from joey by silk with local (Exim 3.16 #1 (Debian)) id 13fxWK-0000Tq-00; Sun, 01 Oct 2000 21:48:08 -0700 Date: Sun, 1 Oct 2000 21:48:08 -0700 From: Joey Hess To: Santiago Vila , 72327@bugs.debian.org Cc: util-linux@packages.debian.org, bash@packages.deb