Your message dated Sun, 24 Sep 2006 11:34:01 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#387051: fixed in udev 0.100-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: udev
Version: 0.100-1
Severity: normal
Tags: patch
The attached patch adds:
- restorecon calls after mounting, file or folder creation for SELinux
(required for SELinux operation)
- easy disabling of the /dev/.static magic (add
no_static_dev="something" to /etc/udev/udev.conf)
-- Package-specific info:
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17.7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Versions of packages udev depends on:
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libselinux1 1.30.27-2 SELinux shared libraries
ii libvolume-id0 0.100-1 libvolume_id shared library
ii lsb-base 3.1-15 Linux Standard Base 3.1 init scrip
udev recommends no packages.
-- no debconf information
--- /etc/init.d/udev 2006-09-03 12:15:35.000000000 +0200
+++ udev 2006-09-11 23:20:42.000000000 +0200
@@ -27,17 +27,23 @@
# /dev/.static/dev/ is used by MAKEDEV to access the real /dev/ directory.
# /lib/udev/devices/ is recycled as a temporary mount point.
- mount -n --bind /dev /lib/udev/devices
+ if [ -z "$no_static_dev" ]; then
+ mount -n --bind /dev /lib/udev/devices
+ fi
if ! mount -n -o size=$tmpfs_size,mode=0755 -t tmpfs tmpfs /dev; then
umount -n /lib/udev/devices
log_failure_msg "udev requires tmpfs support, not started."
log_end_msg 1
fi
+ # relabel the new tmpfs accordingly
+ [ -x /sbin/restorecon ] && /sbin/restorecon /dev
- mkdir -p /dev/.static/dev
- chmod 700 /dev/.static/
- mount -n --move /lib/udev/devices /dev/.static/dev
+ if [ -z "$no_static_dev" ]; then
+ mkdir -p /dev/.static/dev
+ chmod 700 /dev/.static/
+ mount -n --move /lib/udev/devices /dev/.static/dev
+ fi
}
create_dev_makedev() {
@@ -52,6 +58,7 @@
make_extra_nodes() {
if [ "$(echo /lib/udev/devices/*)" != "/lib/udev/devices/*" ]; then
cp --archive --update /lib/udev/devices/* /dev/
+ [ -x /sbin/restorecon ] && /sbin/restorecon /dev/*
fi
[ -e /etc/udev/links.conf ] || return 0
@@ -64,6 +71,7 @@
M) mknod -m 600 /dev/$name $arg1 ;;
*) log_warning_msg "links.conf: unparseable line ($type $name $arg1)" ;;
esac
+ [ -x /sbin/restorecon ] && /sbin/restorecon /dev/$name >/dev/null
2>/dev/null
done
}
--- End Message ---
--- Begin Message ---
Source: udev
Source-Version: 0.100-2
We believe that the bug you reported is fixed in the latest version of
udev, which is due to be installed in the Debian FTP archive:
libvolume-id-dev_0.100-2_i386.deb
to pool/main/u/udev/libvolume-id-dev_0.100-2_i386.deb
libvolume-id0_0.100-2_i386.deb
to pool/main/u/udev/libvolume-id0_0.100-2_i386.deb
udev-udeb_0.100-2_i386.udeb
to pool/main/u/udev/udev-udeb_0.100-2_i386.udeb
udev_0.100-2.diff.gz
to pool/main/u/udev/udev_0.100-2.diff.gz
udev_0.100-2.dsc
to pool/main/u/udev/udev_0.100-2.dsc
udev_0.100-2_i386.deb
to pool/main/u/udev/udev_0.100-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Marco d'Itri <[EMAIL PROTECTED]> (supplier of updated udev package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 24 Sep 2006 19:10:10 +0200
Source: udev
Binary: libvolume-id-dev udev libvolume-id0 udev-udeb
Architecture: source i386
Version: 0.100-2
Distribution: unstable
Urgency: high
Maintainer: Marco d'Itri <[EMAIL PROTECTED]>
Changed-By: Marco d'Itri <[EMAIL PROTECTED]>
Description:
libvolume-id-dev - libvolume_id development headers
libvolume-id0 - libvolume_id shared library
udev - /dev/ and hotplug management daemon
udev-udeb - /dev/ and hotplug management daemon (udeb)
Closes: 387051 388300
Changes:
udev (0.100-2) unstable; urgency=high
.
* More fixes for SELinux support. (Closes: #387051)
* Really create /dev/MAKEDEV if /sbin/MAKEDEV is available. (Closes: #388300)
Files:
594697e1b4df61336fbaddc0c7b4c8b6 623 admin important udev_0.100-2.dsc
aef67e6bf224cf893bf3b09ae9e412ed 49018 admin important udev_0.100-2.diff.gz
073639573fc57d1c72bceb2393766e81 263972 admin important udev_0.100-2_i386.deb
c742857c51f06b90bb5a6ee0e072ba84 59318 libs important
libvolume-id0_0.100-2_i386.deb
4b628409c504e82d095adaef5b651550 15182 libdevel optional
libvolume-id-dev_0.100-2_i386.deb
e8daa974a590bcaf48a6839291c981b1 102090 debian-installer important
udev-udeb_0.100-2_i386.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFFscWFGfw2OHuP7ERAtcyAJ46YCHCKUYP0755ApKSu2qDxntvmACdFlbY
vqf7SAl/RK7TQgshXcJzJmc=
=cO8i
-----END PGP SIGNATURE-----
--- End Message ---