From 877fc99d541af83a9486dfff43580e33dedd8b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=B7=D0=B0=D0=BB=D0=B8=D1=8F=20=D0=A1=D0=BC=D0=B0?= =?UTF-8?q?=D1=80=D0=B0=D0=B3=D0=B4=D0=BE=D0=B2=D0=B0?= <64576901+ChrysoliteAzalea@users.noreply.github.com> Date: Mon, 15 Aug 2022 21:19:02 +0500 Subject: [PATCH] Update quotation marks in src/zsh_completion/_firejail.in Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> --- src/zsh_completion/_firejail.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=( '--keep-var-tmp[/var/tmp directory is untouched]' '--landlock-read=-[Landlock read access rule]: :_files' '--landlock-write=-[Landlock write access rule]: :_files' - '--landlock-restricted-write=-[Landlock write access rule that doesn't include creation of FIFO pipes, sockets and block devices]: :_files' + "--landlock-restricted-write=-[Landlock write access rule that doesn't include creation of FIFO pipes, sockets and block devices]: :_files" '--landlock-execute=-[Landlock execution-permitting rule]: :_files' '--machine-id[spoof /etc/machine-id with a random id]' '--memory-deny-write-execute[seccomp filter to block attempts to create memory mappings that are both writable and executable]'