]> git.proxmox.com Git - lxc.git/commitdiff
remove old README
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 20 Nov 2017 10:15:06 +0000 (11:15 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 20 Nov 2017 10:27:18 +0000 (11:27 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
README [deleted file]

diff --git a/README b/README
deleted file mode 100644 (file)
index 8777464..0000000
--- a/README
+++ /dev/null
@@ -1,29 +0,0 @@
-NOTES:
-
-Problems with RHEL7 kernel:
-
-  ret = unshare(CLONE_NEWUSER);
-
-does not work, because:
-
----------------------------
-# file: liinux-2.6-3.10.0/kernel/user_namespace.c 
-int create_user_ns(struct cred *new)
-{
-       struct user_namespace *ns, *parent_ns = new->user_ns;
-       kuid_t owner = new->euid;
-       kgid_t group = new->egid;
-       int ret;
-
-       /* Currently disabled in RHEL7 */
-       return -EINVAL;
-...
----------------------------
-
-There is already an open bug:
-
-https://bugzilla.redhat.com/show_bug.cgi?id=917708
-
-Other links:
-
-http://zurlinux.com/?p=2106
\ No newline at end of file