Update quotation marks in src/zsh_completion/_firejail.in

Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
This commit is contained in:
Азалия Смарагдова 2022-08-15 21:19:02 +05:00 committed by GitHub
parent ba828befe0
commit 877fc99d54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]'