Skip to content

Commit

Permalink
modif: remove --noautopulse from --help and zsh comp (#6401)
Browse files Browse the repository at this point in the history
This command is deprecated and may be confused for a hardening option.

This amends commit 5a61202 ("rename noautopulse to keep-config-pulse",
2021-05-13) / PR #4278.

This is a follow-up to #6390.
  • Loading branch information
kmk3 authored Jul 11, 2024
1 parent aed94a3 commit 6c8b104
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/firejail/usage.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ static const char *const usage_str =
" --noroot - install a user namespace with only the current user.\n"
#endif
" --nosound - disable sound system.\n"
" --noautopulse - disable automatic ~/.config/pulse init.\n"
" --novideo - disable video devices.\n"
" --notpm - disable TPM devices.\n"
" --nou2f - disable U2F devices.\n"
Expand Down
1 change: 0 additions & 1 deletion src/zsh_completion/_firejail.in
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ _firejail_args=(
# many would enjoy getting a list from -20..20
'--nice=-[set nice value]: :(1 10 15 20)'
'--no3d[disable 3D hardware acceleration]'
'--noautopulse[disable automatic ~/.config/pulse init]'
'--noblacklist=-[disable blacklist for file or directory]: :_files'
'--nodbus[disable D-Bus access]'
'--nodvd[disable DVD and audio CD devices]'
Expand Down

0 comments on commit 6c8b104

Please sign in to comment.