[lxc-devel] [lxd/master] Update bash completion for current options

stgraber on Github lxc-bot at linuxcontainers.org
Wed Sep 14 17:10:30 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160914/9618be1f/attachment.bin>
-------------- next part --------------
From dc159a50f652f38149fd2464563aaa9807c81f91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 14 Sep 2016 13:10:10 -0400
Subject: [PATCH] Update bash completion for current options
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 config/bash/lxd-client | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/config/bash/lxd-client b/config/bash/lxd-client
index 52e6a3a..c475c7f 100644
--- a/config/bash/lxd-client
+++ b/config/bash/lxd-client
@@ -42,17 +42,20 @@ _have lxc && {
       core.https_allowed_credentials core.proxy_https \
       core.proxy_http core.proxy_ignore_host core.trust_password \
       storage.lvm_vg_name storage.lvm_thinpool_name storage.lvm_fstype \
-      storage.lvm_volume_size storage.zfs_pool_name
-      storage.zfs_remove_snapshots images.compression_algorithm \
-      images.remot_cache_expiry images.auto_update_interval \
+      storage.lvm_volume_size storage.zfs_pool_name \
+      storage.zfs_remove_snapshots storage.zfs_use_refquota \
+      images.compression_algorithm \
+      images.remote_cache_expiry images.auto_update_interval \
       images.auto_update_cached"
 
     container_keys="boot.autostart boot.autostart.delay boot.autostart.priority \
       boot.host_shutdown_timeout limits.cpu limits.cpu.allowance limits.cpu.priority \
       limits.disk.priority limits.memory limits.memory.enforce limits.memory.swap \
       limits.memory.swap.priority limits.network.priority limits.processes \
-      linux.kernel_modules raw.apparmor raw.lxc security.nesting \
-      security.privileged volatile.apply_template volatile.base_image \
+      linux.kernel_modules raw.apparmor raw.lxc raw.seccomp security.nesting \
+      security.privileged security.syscalls.blacklist_default \
+      security.syscalls.blacklist_compat security.syscalls.blacklist \
+      security.syscalls.whitelist volatile.apply_template volatile.base_image \
       volatile.last_state.idmap volatile.last_state.power user.network_mode \
       user.meta-data user.user-data user.vendor-data"
 


More information about the lxc-devel mailing list