[lxc-devel] [lxd/master] Add autocomplete phrase

19wolf on Github lxc-bot at linuxcontainers.org
Mon Aug 20 17:00:57 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 418 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180820/e63f9f11/attachment.bin>
-------------- next part --------------
From 36739c9adf9f3cc9fdefeeb79bac4b3677ee3765 Mon Sep 17 00:00:00 2001
From: Eric Wolf <19wolf at gmail.com>
Date: Mon, 20 Aug 2018 13:00:44 -0400
Subject: [PATCH] Add autocomplete phrase

I added security.protection.delete as seen in the code change, it seems simple but I don't know if I did it properly.
---
 scripts/bash/lxd-client | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bash/lxd-client b/scripts/bash/lxd-client
index 82decae48d..e279c3d3be 100644
--- a/scripts/bash/lxd-client
+++ b/scripts/bash/lxd-client
@@ -84,7 +84,7 @@ _have lxc && {
       migration.incremental.memory.iterations raw.apparmor raw.idmap raw.lxc \
       raw.seccomp security.idmap.base security.idmap.isolated \
       security.idmap.size security.devlxd security.devlxd.images \
-      security.nesting security.privileged \
+      security.nesting security.privileged security.protection.delete \
       security.syscalls.blacklist security.syscalls.blacklist_compat \
       security.syscalls.blacklist_default \
       volatile.apply_quota volatile.apply_template volatile.base_image \


More information about the lxc-devel mailing list