aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsh_completion
diff options
context:
space:
mode:
authorLibravatar Азалия Смарагдова <64576901+ChrysoliteAzalea@users.noreply.github.com>2022-08-15 21:19:02 +0500
committerLibravatar GitHub <noreply@github.com>2022-08-15 21:19:02 +0500
commit877fc99d541af83a9486dfff43580e33dedd8b4c (patch)
tree86062c3d38d5f48c3e1572792e9a043dddccd62e /src/zsh_completion
parentLandlock functions are added to the code of Firejail, removing the dependency... (diff)
downloadfirejail-877fc99d541af83a9486dfff43580e33dedd8b4c.tar.gz
firejail-877fc99d541af83a9486dfff43580e33dedd8b4c.tar.zst
firejail-877fc99d541af83a9486dfff43580e33dedd8b4c.zip
Update quotation marks in src/zsh_completion/_firejail.in
Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
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 661929db9..da024eae5 100644
--- a/src/zsh_completion/_firejail.in
+++ b/src/zsh_completion/_firejail.in
@@ -107,7 +107,7 @@ _firejail_args=(
107 '--keep-var-tmp[/var/tmp directory is untouched]' 107 '--keep-var-tmp[/var/tmp directory is untouched]'
108 '--landlock-read=-[Landlock read access rule]: :_files' 108 '--landlock-read=-[Landlock read access rule]: :_files'
109 '--landlock-write=-[Landlock write access rule]: :_files' 109 '--landlock-write=-[Landlock write access rule]: :_files'
110 '--landlock-restricted-write=-[Landlock write access rule that doesn't include creation of FIFO pipes, sockets and block devices]: :_files' 110 "--landlock-restricted-write=-[Landlock write access rule that doesn't include creation of FIFO pipes, sockets and block devices]: :_files"
111 '--landlock-execute=-[Landlock execution-permitting rule]: :_files' 111 '--landlock-execute=-[Landlock execution-permitting rule]: :_files'
112 '--machine-id[spoof /etc/machine-id with a random id]' 112 '--machine-id[spoof /etc/machine-id with a random id]'
113 '--memory-deny-write-execute[seccomp filter to block attempts to create memory mappings that are both writable and executable]' 113 '--memory-deny-write-execute[seccomp filter to block attempts to create memory mappings that are both writable and executable]'