mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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:
parent
ba828befe0
commit
877fc99d54
1 changed files with 1 additions and 1 deletions
|
|
@ -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]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue