[GH-ISSUE #95] mounted devices inaccessible #56

Closed
opened 2026-05-05 04:54:42 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @nick75e on GitHub (Oct 24, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/95

Hi!
If I want a firejail session to access a device, I have to mount it before I launch the session otherwise I get this:
capture du 2015-10-24 17 40 20
(This is from /media/$USER/, default location for temporary mounted devices in Ubuntu)

firejail 0.9.32 on Linux Mint 17.2

Originally created by @nick75e on GitHub (Oct 24, 2015). Original GitHub issue: https://github.com/netblue30/firejail/issues/95 Hi! If I want a firejail session to access a device, I have to mount it before I launch the session otherwise I get this: ![capture du 2015-10-24 17 40 20](https://cloud.githubusercontent.com/assets/10011516/10711411/918c8382-7a7a-11e5-9fe0-6bb4fdf7c90c.png) _(This is from /media/$USER/, default location for temporary mounted devices in Ubuntu)_ firejail 0.9.32 on Linux Mint 17.2
Author
Owner

@netblue30 commented on GitHub (Oct 24, 2015):

That's true. It is because of the mount namespace. No additional mounts will be visible in the sandbox once it is started. You'll have to mount the device before the sandbox is created.

<!-- gh-comment-id:150831379 --> @netblue30 commented on GitHub (Oct 24, 2015): That's true. It is because of the mount namespace. No additional mounts will be visible in the sandbox once it is started. You'll have to mount the device before the sandbox is created.
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#56
No description provided.