Your message dated Mon, 13 May 2013 22:12:17 +0100 with message-id <[email protected]> and subject line Re: Bug#708183: linux-image-3.2.0-4-amd64: File access via symlink on tmpfs filesystem gives "permission denied" has caused the Debian Bug report #708183, regarding linux-image-3.2.0-4-amd64: File access via symlink on tmpfs filesystem gives "permission denied" 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 [email protected] immediately.) -- 708183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708183 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:linux Version: 3.2.41-2 Severity: important Dear Maintainer, on the 3.2.0-4 kernel, access to a directory via a symlink on a tmpfs filesystem gives "permission denied" - if the tmpfs filesystem mountpoint is not owned by root. The same setup on a 2.6.32-5 (Squeeze) system works fine. Apparently, access via a symlink on a tmpfs filesystem fails if the mountpoint is not owned either by "root" or by the user attempting to use the symlink. This is my test setup: * Two user accounts, "henrik" and "dummy" * Create directories /test/fsdir and /test/memdir * Mount a tmpfs filesystem on /test/memdir * In /test/fsdir: ln -s ../../home/henrik . * In /test/memdir: create the same link * Change owner of tmpfs mountpoint: chown dummy:dummy /test/memdir Now, try this as user "henrik": cd /test/fsdir/henrik --> works cd /test/memdir/henrik --> fails Here are the commands used: << run these as root >> adduser henrik adduser dummy mkdir /test /test/fsdir /test/memdir mount -t tmpfs tmpfs /test/memdir cd /test/fsdir; ln -s ../../home/henrik . cd /test/memdir; ln -s ../../home/henrik . chown dummy:dummy /test/memdir << run these as user henrik >> # This works: cd /test/fsdir/henrik # This fails: cd /test/memdir/henrik Tested on clean installs of Wheezy and Squeeze in a Virtualbox setup, but originally found on a physical server upgraded from Squeeze to Wheezy. -- Package-specific info: ** Version: Linux version 3.2.0-4-amd64 ([email protected]) (gcc version 4.6.3 (Debian 4.6.3-15) ) #1 SMP Debian 3.2.41-2 ** Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=0741f671-0f50-4b20-993f-6be28b07d50e ro quiet ** Tainted: O (4096) * Out-of-tree module has been loaded. ** Kernel log: [ 1.384269] usb usb1: Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd [ 1.384270] usb usb1: SerialNumber: 0000:00:06.0 [ 1.384341] hub 1-0:1.0: USB hub found [ 1.384353] hub 1-0:1.0: 8 ports detected [ 1.384671] ahci 0000:00:0d.0: version 3.0 [ 1.384802] ahci: SSS flag set, parallel bus scan disabled [ 1.384934] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode [ 1.384937] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc [ 1.386052] scsi0 : ahci [ 1.386160] ata1: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806100 irq 21 [ 1.386363] ata_piix 0000:00:01.1: version 2.13 [ 1.388085] scsi1 : ata_piix [ 1.389502] scsi2 : ata_piix [ 1.389569] ata2: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14 [ 1.389572] ata3: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15 [ 1.544990] ata3.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 [ 1.545812] ata3.00: configured for UDMA/33 [ 1.708334] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.708475] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 [ 1.708479] ata1.00: 41943040 sectors, multi 128: LBA48 NCQ (depth 31/32) [ 1.708674] ata1.00: configured for UDMA/133 [ 1.708816] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 [ 1.709916] scsi 2:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 [ 1.719128] sd 0:0:0:0: [sda] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB) [ 1.719153] sd 0:0:0:0: [sda] Write Protect is off [ 1.719154] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.719164] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.745840] sda: sda1 sda2 < sda5 > [ 1.746065] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.747304] sr0: scsi3-mmc drive: 32x/32x xa/form2 tray [ 1.747306] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 1.747506] sr 2:0:0:0: Attached scsi CD-ROM sr0 [ 1.749104] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.749148] sr 2:0:0:0: Attached scsi generic sg1 type 5 [ 1.792308] usb 1-1: new full-speed USB device number 2 using ohci_hcd [ 1.952087] PM: Starting manual resume from disk [ 1.952090] PM: Hibernation image partition 8:5 present [ 1.952091] PM: Looking for hibernation image. [ 1.952418] PM: Image not found (code -22) [ 1.952419] PM: Hibernation image not present or could not be loaded. [ 1.973394] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 2.040074] usb 1-1: New USB device found, idVendor=80ee, idProduct=0021 [ 2.040077] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 [ 2.040078] usb 1-1: Product: USB Tablet [ 2.040087] usb 1-1: Manufacturer: VirtualBox [ 2.348442] Switching to clocksource tsc [ 3.086456] udevd[277]: starting version 175 [ 3.258308] input: Unspecified device as /devices/virtual/input/input1 [ 3.259412] vboxguest: major 0, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000) [ 3.259417] vboxguest: Successfully loaded version 4.1.18_Debian (interface 0x00010004) [ 3.271326] input: PC Speaker as /devices/platform/pcspkr/input/input2 [ 3.301639] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 3.301683] ACPI: Power Button [PWRF] [ 3.301787] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input4 [ 3.301789] ACPI: Sleep Button [SLPF] [ 3.375268] Error: Driver 'pcspkr' is already registered, aborting... [ 3.396279] snd_intel8x0 0000:00:05.0: setting latency timer to 64 [ 3.515324] ACPI: AC Adapter [AC] (on-line) [ 3.519028] parport_pc 00:04: reported by Plug and Play ACPI [ 3.555711] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5 [ 3.562403] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input6 [ 3.562523] generic-usb 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0 [ 3.562533] usbcore: registered new interface driver usbhid [ 3.562534] usbhid: USB HID core driver [ 3.728193] intel8x0_measure_ac97_clock: measured 52276 usecs (12590 samples) [ 3.728197] intel8x0: measured clock 240837 rejected [ 4.089042] intel8x0_measure_ac97_clock: measured 56772 usecs (12879 samples) [ 4.089046] intel8x0: measured clock 226854 rejected [ 4.448192] intel8x0_measure_ac97_clock: measured 55929 usecs (12617 samples) [ 4.448196] intel8x0: measured clock 225589 rejected [ 4.448199] intel8x0: clocking to 48000 [ 4.448776] piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr [ 5.583163] Adding 901116k swap on /dev/sda5. Priority:-1 extents:1 across:901116k [ 5.601150] EXT4-fs (sda1): re-mounted. Opts: (null) [ 5.768940] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 5.901778] loop: module loaded [ 6.925066] RPC: Registered named UNIX socket transport module. [ 6.925070] RPC: Registered udp transport module. [ 6.925073] RPC: Registered tcp transport module. [ 6.925075] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 6.969795] FS-Cache: Loaded [ 7.017284] FS-Cache: Netfs 'nfs' registered for caching [ 7.036424] Installing knfsd (copyright (C) 1996 [email protected]). [ 7.587833] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 7.588696] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 7.589232] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 526.098365] type=1702 audit(1368459616.698:2): op=follow_link action=denied pid=2829 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=6357 [ 1205.338525] type=1702 audit(1368460295.938:3): op=follow_link action=denied pid=2960 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=6728 [ 1318.017312] type=1702 audit(1368460408.617:4): op=follow_link action=denied pid=3071 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=6966 [ 1355.702418] type=1702 audit(1368460446.302:5): op=follow_link action=denied pid=3083 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=6966 [ 1515.817714] type=1702 audit(1368460606.417:6): op=follow_link action=denied pid=3131 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=7079 [ 1545.716163] type=1702 audit(1368460636.317:7): op=follow_link action=denied pid=3140 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=7079 [ 1562.524424] type=1702 audit(1368460653.125:8): op=follow_link action=denied pid=3148 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=7079 [ 1599.006681] type=1702 audit(1368460689.605:9): op=follow_link action=denied pid=3168 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=7223 [ 1756.986214] type=1702 audit(1368460847.585:10): op=follow_link action=denied pid=3207 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=7319 [ 1769.530081] type=1702 audit(1368460860.129:11): op=follow_link action=denied pid=3209 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=7319 [ 1773.751827] type=1702 audit(1368460864.349:12): op=follow_link action=denied pid=3211 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=7319 [ 1950.758482] type=1702 audit(1368461041.357:13): op=follow_link action=denied pid=3302 comm="ls" path="/var/lib/xymon/www/notes" dev="tmpfs" ino=7530 [ 2362.414941] tun: Universal TUN/TAP device driver, 1.6 [ 2362.414945] tun: (C) 1999-2004 Max Krasnyansky <[email protected]> ** Model information sys_vendor: innotek GmbH product_name: VirtualBox product_version: 1.2 chassis_vendor: Oracle Corporation chassis_version: bios_vendor: innotek GmbH bios_version: VirtualBox board_vendor: Oracle Corporation board_name: VirtualBox board_version: 1.2 ** Loaded modules: tun nfsd nfs nfs_acl auth_rpcgss fscache lockd sunrpc loop joydev i2c_piix4 usbhid psmouse hid parport_pc ac parport power_supply i2c_core processor thermal_sys serio_raw snd_intel8x0 snd_ac97_codec evdev snd_pcm button snd_page_alloc pcspkr vboxguest(O) snd_timer snd soundcore ac97_bus ext4 crc16 jbd2 mbcache sg sr_mod sd_mod crc_t10dif cdrom ata_generic ata_piix ahci libahci ohci_hcd ehci_hcd usbcore libata scsi_mod e1000 usb_common ** Network interface configuration: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp # This is an autoconfigured IPv6 interface iface eth0 inet6 auto ** Network status: *** IP interfaces and addresses: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 08:00:27:aa:68:51 brd ff:ff:ff:ff:ff:ff inet 172.16.10.58/24 brd 172.16.10.255 scope global eth0 inet6 fd00::a00:27ff:feaa:6851/64 scope global dynamic valid_lft 2591840sec preferred_lft 604640sec inet6 2001:16d8:dda8:0:a00:27ff:feaa:6851/64 scope global dynamic valid_lft 86378sec preferred_lft 14378sec inet6 fe80::a00:27ff:feaa:6851/64 scope link valid_lft forever preferred_lft forever 3: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 100 link/none inet 10.8.0.22 peer 10.8.0.21/32 scope global tun0 *** Device statistics: Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed lo: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 eth0: 3643961 3825 0 0 0 0 0 25 194883 1966 0 0 0 0 0 0 tun0: 1290 16 0 0 0 0 0 0 1342 16 0 0 0 0 0 0 *** Protocol statistics: Ip: 678 total packets received 2 with invalid addresses 0 forwarded 0 incoming packets discarded 676 incoming packets delivered 376 requests sent out Icmp: 2 ICMP messages received 0 input ICMP message failed. ICMP input histogram: echo replies: 2 2 ICMP messages sent 0 ICMP messages failed ICMP output histogram: echo request: 2 IcmpMsg: InType0: 2 OutType8: 2 Tcp: 20 active connections openings 0 passive connection openings 1 failed connection attempts 0 connection resets received 0 connections established 2881 segments received 1653 segments send out 5 segments retransmited 0 bad segments received. 0 resets sent Udp: 256 packets received 0 packets to unknown port received. 0 packet receive errors 258 packets sent UdpLite: TcpExt: 11 TCP sockets finished time wait in fast timer 34 delayed acks sent 3 packets directly queued to recvmsg prequeue. 3 bytes directly received in process context from prequeue 2693 packet headers predicted 53 acknowledgments not containing data payload received 41 predicted acknowledgments 1 other TCP timeouts 1 connections aborted due to timeout IpExt: InBcastPkts: 307 InOctets: 123836 OutOctets: 36133 InBcastOctets: 63610 ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 00:01.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4 IDE [8086:7111] (rev 01) (prog-if 8a [Master SecP PriP]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8] Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1] Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8] Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1] Region 4: I/O ports at d000 [size=16] Kernel driver in use: ata_piix 00:02.0 VGA compatible controller [0300]: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter [80ee:beef] (prog-if 00 [VGA controller]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 11 Region 0: Memory at e0000000 (32-bit, prefetchable) [size=16M] Expansion ROM at <unassigned> [disabled] 00:03.0 Ethernet controller [0200]: Intel Corporation 82540EM Gigabit Ethernet Controller [8086:100e] (rev 02) Subsystem: Intel Corporation PRO/1000 MT Desktop Adapter [8086:001e] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 (63750ns min) Interrupt: pin A routed to IRQ 19 Region 0: Memory at f0000000 (32-bit, non-prefetchable) [size=128K] Region 2: I/O ports at d010 [size=8] Capabilities: <access denied> Kernel driver in use: e1000 00:04.0 System peripheral [0880]: InnoTek Systemberatung GmbH VirtualBox Guest Service [80ee:cafe] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 0: I/O ports at d020 [size=32] Region 1: Memory at f0400000 (32-bit, non-prefetchable) [size=4M] Region 2: Memory at f0800000 (32-bit, prefetchable) [size=16K] 00:05.0 Multimedia audio controller [0401]: Intel Corporation 82801AA AC'97 Audio Controller [8086:2415] (rev 01) Subsystem: Intel Corporation Device [8086:0000] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Interrupt: pin A routed to IRQ 21 Region 0: I/O ports at d100 [size=256] Region 1: I/O ports at d200 [size=64] Kernel driver in use: snd_intel8x0 00:06.0 USB controller [0c03]: Apple Inc. KeyLargo/Intrepid USB [106b:003f] (prog-if 10 [OHCI]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Interrupt: pin A routed to IRQ 22 Region 0: Memory at f0804000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:07.0 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 08) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 9 00:0d.0 SATA controller [0106]: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] [8086:2829] (rev 02) (prog-if 01 [AHCI 1.0]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Interrupt: pin A routed to IRQ 21 Region 0: I/O ports at d240 [size=8] Region 1: I/O ports at <ignored> Region 2: I/O ports at d250 [size=8] Region 3: I/O ports at <ignored> Region 4: I/O ports at d260 [size=16] Region 5: Memory at f0806000 (32-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: ahci ** USB devices: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet -- System Information: Debian Release: 7.0 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core) Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages linux-image-3.2.0-4-amd64 depends on: ii debconf [debconf-2.0] 1.5.49 ii initramfs-tools [linux-initramfs-tool] 0.109.1 ii kmod 9-3 ii linux-base 3.5 ii module-init-tools 9-3 Versions of packages linux-image-3.2.0-4-amd64 recommends: pn firmware-linux-free <none> Versions of packages linux-image-3.2.0-4-amd64 suggests: pn debian-kernel-handbook <none> ii grub-pc 1.99-27+deb7u1 pn linux-doc-3.2 <none> Versions of packages linux-image-3.2.0-4-amd64 is related to: pn firmware-atheros <none> pn firmware-bnx2 <none> pn firmware-bnx2x <none> pn firmware-brcm80211 <none> pn firmware-intelwimax <none> pn firmware-ipw2x00 <none> pn firmware-ivtv <none> pn firmware-iwlwifi <none> pn firmware-libertas <none> pn firmware-linux <none> pn firmware-linux-nonfree <none> pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> pn firmware-ralink <none> pn firmware-realtek <none> pn xen-hypervisor <none> -- debconf information: linux-image-3.2.0-4-amd64/postinst/depmod-error-initrd-3.2.0-4-amd64: false linux-image-3.2.0-4-amd64/prerm/removing-running-kernel-3.2.0-4-amd64: true linux-image-3.2.0-4-amd64/postinst/ignoring-ramdisk: linux-image-3.2.0-4-amd64/postinst/missing-firmware-3.2.0-4-amd64:
--- End Message ---
--- Begin Message ---This is a feature, not a bug: * fs: Introduce and enable security restrictions on links: - Do not follow symlinks in /tmp that are owned by other users (sysctl: fs.protected_symlinks) As noted, you can disable this restriction by changing the sysctl. Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. - Albert Camus
--- End Message ---

