aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsh_completion
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-15 00:27:03 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-15 01:19:32 -0300
commitb5de1d0f910cbb1c4dae98957e7846731162e696 (patch)
treec893694bc5ef6daded52d6c64a940ba0f476b5a6 /src/zsh_completion
parentProfile fixes (diff)
downloadfirejail-b5de1d0f910cbb1c4dae98957e7846731162e696.tar.gz
firejail-b5de1d0f910cbb1c4dae98957e7846731162e696.tar.zst
firejail-b5de1d0f910cbb1c4dae98957e7846731162e696.zip
Fix inconsistent descriptions of machine-id option
Some places say that it "preserves" the file and other places say that it "spoofs" the file. Based on the fs_machineid function on src/firejail/fs_etc.c, the latter one is correct. This amends commit d0cc960c9 ("spoof machine-id", 2016-12-05). Fixes #4689. Reported-by: @svc88
Diffstat (limited to 'src/zsh_completion')
-rw-r--r--src/zsh_completion/_firejail.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zsh_completion/_firejail.in b/src/zsh_completion/_firejail.in
index b50c5cb46..f3090b31c 100644
--- a/src/zsh_completion/_firejail.in
+++ b/src/zsh_completion/_firejail.in
@@ -105,7 +105,7 @@ _firejail_args=(
105 '--keep-config-pulse[disable automatic ~/.config/pulse init]' 105 '--keep-config-pulse[disable automatic ~/.config/pulse init]'
106 '--keep-dev-shm[/dev/shm directory is untouched (even with --private-dev)]' 106 '--keep-dev-shm[/dev/shm directory is untouched (even with --private-dev)]'
107 '--keep-var-tmp[/var/tmp directory is untouched]' 107 '--keep-var-tmp[/var/tmp directory is untouched]'
108 '--machine-id[preserve /etc/machine-id]' 108 '--machine-id[spoof /etc/machine-id]'
109 '--memory-deny-write-execute[seccomp filter to block attempts to create memory mappings that are both writable and executable]' 109 '--memory-deny-write-execute[seccomp filter to block attempts to create memory mappings that are both writable and executable]'
110 '*--mkdir=-[create a directory]:' 110 '*--mkdir=-[create a directory]:'
111 '*--mkfile=-[create a file]:' 111 '*--mkfile=-[create a file]:'