-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken bash autocomplete with --private option #4936
Comments
hi @netblue30 . i checked source code now and saw your commit (
|
If you |
thanks, it worked and i added this to default profile for future use. |
Yes, I disabled it by default on --private/whitelisted sandboxes. I'll add a --enable-tab-completion command line option/profile command for people who still want it. |
Ended up doing --tab instead. Fix here: e6c5024 |
--tab todos:
|
I just spent >15min debugging my setup to figure out why tab completion is broken. Never in my life would I have expected this to be a feature... |
There is a workaround: #4936 (comment) |
Ah that's a cheeky one. :D Thanks! |
I completely have no clue what is going on in this bug, but doing any --whitelist=${home}/neededstuff is also causing tab insert instead of doing autocomplete. Also I have no clue why blacklist some non existent file could make autocomplete feature to be working again. Thank you for this workaround. Looking forward to be fixed by default. |
Because that's the config where auto-complete is disabled. |
Description
tab inserts tab instead of autocompleting current command in bash when you run firejail with --private parameter
Steps to Reproduce
firejail --private
Expected behavior
completion of current command
Actual behavior
inserts tab
Behavior without a profile
nothing. behavior is same with default.profile and --noprofile
Additional context
tab works as intented if --private parameter not supplied to firejail
Environment
Checklist
/usr/bin/vlc
) "fixes" it)./~https://github.com/netblue30/firejail/issues/1139
)browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/program
Output of
LC_ALL=C firejail --debug /path/to/program
The text was updated successfully, but these errors were encountered: