[GH-ISSUE #1467] Can't access computer:/// from PCMan File Manager #987

Closed
opened 2026-05-05 07:15:55 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @ghost on GitHub (Aug 14, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1467

Originally created by @ghost on GitHub (Aug 14, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1467
gitea-mirror 2026-05-05 07:15:55 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@netblue30 commented on GitHub (Aug 15, 2017):

I've been able to reproduce it! Go in /etc/firejail/pcmanfm.profile and comment out "net none" line (add a #). I'll put a fix in later today. Thanks for the bug.

<!-- gh-comment-id:322569573 --> @netblue30 commented on GitHub (Aug 15, 2017): I've been able to reproduce it! Go in /etc/firejail/pcmanfm.profile and comment out "net none" line (add a #). I'll put a fix in later today. Thanks for the bug.
Author
Owner

@Ferroin commented on GitHub (Aug 17, 2017):

I would actually suggest adding something along the lines of:

'--net=none' has a very high probability of breaking arbitrary desktop applications.  As a result of this, 
unless you really know what you're doing, you probably want '--protocol=unix' instead for graphical
applications.
<!-- gh-comment-id:323049923 --> @Ferroin commented on GitHub (Aug 17, 2017): I would actually suggest adding something along the lines of: ``` '--net=none' has a very high probability of breaking arbitrary desktop applications. As a result of this, unless you really know what you're doing, you probably want '--protocol=unix' instead for graphical applications. ```
Author
Owner

@netblue30 commented on GitHub (Aug 18, 2017):

Added:

       --net=none
              Enable a new, unconnected network namespace. The only interface
              available in the new namespace  is  a  new  loopback  interface
              (lo).   Use this option to deny network access to programs that
              don't really need network access.

              Example:
              $ firejail --net=none vlc

              Note: --net=none could crush the application on some platforms.
              In these cases, it can be replaced with --protocol=unix.
<!-- gh-comment-id:323349009 --> @netblue30 commented on GitHub (Aug 18, 2017): Added: ````` --net=none Enable a new, unconnected network namespace. The only interface available in the new namespace is a new loopback interface (lo). Use this option to deny network access to programs that don't really need network access. Example: $ firejail --net=none vlc Note: --net=none could crush the application on some platforms. In these cases, it can be replaced with --protocol=unix. `````
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#987
No description provided.