-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Invalid --profile-path command line option #5585
Comments
Correct. From firejail 0.9.52 RELNOTES: Line 458 in ee89a26
Also the error is greate $ firejail --qwertzuiop true # Does not exist
Error: invalid --qwertzuiop command line option
$ firejail --blacklist true # Requires arguments
Error: invalid --blacklist command line option |
@rusty-snake thanks for the quick reply, is there an alternative CLI option that can be used to accomplish the same thing? |
The closest you have is |
Description
Any path provided to the CLI option
--profile-path
is returning an error.Steps to Reproduce
Expected behavior
Load the provided profile path without returning an error (like mentioned in the usage]
Actual behavior
An error is returned
Behavior without a profile
The same error is returned
Additional context
It seems that the CLI option is not available as any path provided returns an error
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 --profile-path="~/.custom" firefox
Output of
LC_ALL=C firejail --debug --profile-path="~/.custom" firefox
The text was updated successfully, but these errors were encountered: