[lxc-devel] [go-lxc/v2] use lxc.id_map not lxc.idmap

caglar10ur on Github lxc-bot at linuxcontainers.org
Wed Dec 26 22:38:08 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 303 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20181226/cb1d3a02/attachment.bin>
-------------- next part --------------
From a4ffa049432564a560cafcb79070cced1ef6b8ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= <caglar at 10ur.org>
Date: Wed, 26 Dec 2018 14:33:43 -0800
Subject: [PATCH] use lxc.id_map not lxc.idmap

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5e054c0..550b9af 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,8 +24,8 @@ before_install:
  - echo "${USER} veth lxcbr0 10" | sudo tee -a /etc/lxc/lxc-usernet
  - mkdir -p ~/.config/lxc/
  - cp /etc/lxc/default.conf ~/.config/lxc/default.conf
- - echo "lxc.idmap = u 0 100000 65536" | sudo tee -a ~/.config/lxc/default.conf
- - echo "lxc.idmap = g 0 100000 65536" | sudo tee -a ~/.config/lxc/default.conf
+ - echo "lxc.id_map = u 0 100000 65536" | sudo tee -a ~/.config/lxc/default.conf
+ - echo "lxc.id_map = g 0 100000 65536" | sudo tee -a ~/.config/lxc/default.conf
  - "make setup-test-cgroup"
  - mkdir -p ~/.local/share
  - chmod +x ~/.local/share


More information about the lxc-devel mailing list