[Pkg-uml-pkgs] Bug#760425: uml-utilities: tun/tap permissions not set correctly on boot

Nikolaus Rath Nikolaus at rath.org
Wed Sep 3 23:54:21 UTC 2014


Package: uml-utilities
Version: 20070815-1.3
Severity: normal

After boot, I have:

# ls -l /dev/net/
total 0
crw-rw---- 1 root root 10, 200 Sep  3 16:47 tun

Bringing the interface down and up again restores correct permissions 
(so that user "nikratio" has access):

# ifdown tap0
# ifup tap0
Set 'tap0' persistent and owned by uid 1000
# ls -l /dev/net/
total 0
crw-rw---- 1 root uml-net 10, 200 Sep  3 16:47 tun


My interface definition is:
# cat /etc/network/interfaces
# 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
auto eth0
iface eth0 inet manual

auto tap0
iface tap0 inet manual
tunctl_user nikratio

auto br0
iface br0 inet dhcp
bridge_ports eth0 tap0
bridge_hw c8:60:00:bf:a2:7f





-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages uml-utilities depends on:
ii  adduser       3.113+nmu3
ii  libc6         2.19-10
ii  libfuse2      2.9.3-15
ii  libreadline6  6.3-8
ii  lsb-base      4.1+Debian13

uml-utilities recommends no packages.

Versions of packages uml-utilities suggests:
pn  user-mode-linux  <none>

-- Configuration Files:
/etc/default/uml-utilities changed:
UML_SWITCH_START="false"


-- no debconf information



More information about the Pkg-uml-pkgs mailing list