The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/4952
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === I added security.protection.delete as seen in the code change, it seems simple but I don't know if I did it properly.
From 36739c9adf9f3cc9fdefeeb79bac4b3677ee3765 Mon Sep 17 00:00:00 2001 From: Eric Wolf <19w...@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 \
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel