Skip to content

Commit

Permalink
Add --ids-* to zsh completion
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty-snake committed Jul 31, 2021
1 parent 56e0c9f commit 6c58fc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/zsh_completion/_firejail.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ _firejail_args=(
'--tree[print a tree of all sandboxed processes]'
'--version[print program version and exit]'

'--ids-check[verify file system]'
'--ids-init[initialize IDS database]'

'--debug[print sandbox debug messages]'
'--debug-allow[debug file system access]'
'--debug-caps[print all recognized capabilities]'
Expand Down

0 comments on commit 6c58fc4

Please sign in to comment.