From e79f20f57d4084672fba684decb0a1331c810205 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Thu, 12 Sep 2019 19:43:17 +0100 Subject: [PATCH] bash-completion: update options unshare: cef4decf0436953031b4a8ea91a8aec89459a8fd --keep-caps dmesg: 646bba41fd162fe1b8e303ff90914253e5fc669e --noescape Signed-off-by: Sami Kerola --- bash-completion/dmesg | 2 +- bash-completion/unshare | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bash-completion/dmesg b/bash-completion/dmesg index 604307d668..319605f8ee 100644 --- a/bash-completion/dmesg +++ b/bash-completion/dmesg @@ -45,7 +45,7 @@ _dmesg_module() --color --level --console-level - --noespace + --noescape --nopager --raw --syslog diff --git a/bash-completion/unshare b/bash-completion/unshare index e22be6d947..8c365a5fb1 100644 --- a/bash-completion/unshare +++ b/bash-completion/unshare @@ -28,6 +28,7 @@ _unshare_module() --cgroup --fork --kill-child + --keep-caps --mount-proc --map-current-user --map-root-user -- 2.47.3