[lxc-devel] [lxd/master] add /dev/net/tun and /dev/fuse to docs

tych0 on Github lxc-bot at linuxcontainers.org
Tue Aug 2 14:58:27 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 414 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160802/7315ad61/attachment.bin>
-------------- next part --------------
From 4c3a60b51069c2ad0fdd645550ebf83c287c533c Mon Sep 17 00:00:00 2001
From: Tycho Andersen <tycho.andersen at canonical.com>
Date: Tue, 2 Aug 2016 08:58:00 -0600
Subject: [PATCH] add /dev/net/tun and /dev/fuse to docs

we supply these devices now, so let's document it

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
 doc/configuration.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/configuration.md b/doc/configuration.md
index 5047daf..35d4647 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -143,6 +143,8 @@ Those includes:
  - /dev/tty (character device)
  - /dev/random (character device)
  - /dev/urandom (character device)
+ - /dev/net/tun (character device)
+ - /dev/fuse (character device)
  - lo (network interface)
 
 Anything else has to be defined in the container configuration or in one


More information about the lxc-devel mailing list