[lxc-devel] [lxd/master] lxd/container.go: Typo in securtiy.syscalls.blacklist
NTmatter on Github
lxc-bot at linuxcontainers.org
Mon Mar 27 16:46:15 UTC 2017
A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 399 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170327/c061c632/attachment.bin>
-------------- next part --------------
From 7a9f757144124a7357e8a43385767132d5045bb4 Mon Sep 17 00:00:00 2001
From: Thomas Johnson <NTmatter at gmail.com>
Date: Mon, 27 Mar 2017 18:34:12 +0200
Subject: [PATCH] lxd/container: Typo in securtiy.syscalls.blacklist
Signed-off-by: Thomas Johnson <NTmatter at gmail.com>
---
lxd/container.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxd/container.go b/lxd/container.go
index 4f78e7e..8ed673e 100644
--- a/lxd/container.go
+++ b/lxd/container.go
@@ -208,7 +208,7 @@ func containerValidConfig(d *Daemon, config map[string]string, profile bool, exp
_, rawSeccomp := config["raw.seccomp"]
_, whitelist := config["security.syscalls.whitelist"]
- _, blacklist := config["securtiy.syscalls.blacklist"]
+ _, blacklist := config["security.syscalls.blacklist"]
blacklistDefault := shared.IsTrue(config["security.syscalls.blacklist_default"])
blacklistCompat := shared.IsTrue(config["security.syscalls.blacklist_compat"])
More information about the lxc-devel
mailing list