Skip to content
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

Using end-of-options indicator "--" and private-bin causes Cannot start application: No such file or directory #5659

Open
1 of 7 tasks
rusty-snake opened this issue Feb 12, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@rusty-snake
Copy link
Collaborator

rusty-snake commented Feb 12, 2023

Description

Using private-bin and using -- causes Cannot start application.

Steps to Reproduce

  1. firejail --quiet --noprofile --private-bin=echo -- echo TARDIS

Expected behavior

See TARDIS.

Actual behavior

Cannot start application: No such file or directory

Behavior without a profile

N/A

Additional context

This does not happen with firejail --quiet --noprofile --private-bin=echo echo TARDIS.

Relates to #5599.
Relates to #5598.
Relates to #5605.
Relates to #5606.

Environment

Checklist

  • The issues is caused by firejail (i.e. running the program by path (e.g. /usr/bin/vlc) "fixes" it).
  • I can reproduce the issue without custom modifications (e.g. globals.local).
  • The program has a profile. (If not, request one in https://github.com/netblue30/firejail/issues/1139)
  • The profile (and redirect profile if exists) hasn't already been fixed upstream.
  • I have performed a short search for similar issues (to avoid opening a duplicate).
    • I'm aware of browser-allow-drm yes/browser-disable-u2f no in firejail.config to allow DRM/U2F in browsers.
  • I used --profile=PROFILENAME to set the right profile. (Only relevant for AppImages)

Log

@rusty-snake rusty-snake added the bug Something isn't working label Feb 12, 2023
@rusty-snake
Copy link
Collaborator Author

ScoreUnder added a commit to ScoreUnder/scripts-and-dotfiles that referenced this issue Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant