Your message dated Thu, 26 Feb 2009 13:27:22 +0000
with message-id <5356199123.20090226132...@divineo.org>
and subject line cardiiopathy undauntable locomotively wigged
has caused the Debian Bug report #378984,
regarding fstab default /proc entry nosuid
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
378984: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378984
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: partman-target
Version: 44
Severity: normal
Tags: patch
please apply belows patch,
to add the /proc line to fstab with nosuid.
rationale:
setuid and setgid bits have nothing lost in /proc, nice workaround
for kernel /proc vulnerability, see suggested at the lwn.net article:
http://lwn.net/SubscriberLink/191954/dfb24a687f9b032e/
Index: finish.d/create_fstab_header
===================================================================
--- finish.d/create_fstab_header (revision 39223)
+++ finish.d/create_fstab_header (working copy)
@@ -9,4 +9,4 @@
printf "%-15s %-15s %-7s %-15s %-7s %s\n" '# <file system>' '<mount point>'
'<type>' '<options>' '<dump>' '<pass>' >> /target/etc/fstab
-printf "%-15s %-15s %-7s %-15s %-7s %s\n" proc /proc proc defaults 0 0 >>
/target/etc/fstab
+printf "%-15s %-15s %-7s %-15s %-7s %s\n" proc /proc proc defaults,nosuid 0 0
>> /target/etc/fstab
--
maks
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--- End Message ---
--- Begin Message ---
Where are you?
--- End Message ---