[GH-ISSUE #921] enable /home/share #627

Closed
opened 2026-05-05 06:18:20 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @Andrei-Pozolotin on GitHub (Nov 19, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/921

in a scenario when several users

/home/user1
/home/user2

need to access the same "home" share

/home/work

it seems there is no way to enable that in firejail

Originally created by @Andrei-Pozolotin on GitHub (Nov 19, 2016). Original GitHub issue: https://github.com/netblue30/firejail/issues/921 in a scenario when several users ``` /home/user1 /home/user2 ``` need to access the same "home" share ``` /home/work ``` it seems there is no way to enable that in firejail
gitea-mirror 2026-05-05 06:18:20 -06:00
Author
Owner

@netblue30 commented on GitHub (Nov 19, 2016):

Use --allusers:

      --allusers
              All  user  home  directories  are visible inside the sandbox. By
              default, only current user home directory is visible.

              Example:
              $ firejail --allusers
<!-- gh-comment-id:261723094 --> @netblue30 commented on GitHub (Nov 19, 2016): Use --allusers: ``` --allusers All user home directories are visible inside the sandbox. By default, only current user home directory is visible. Example: $ firejail --allusers ```
Author
Owner

@Andrei-Pozolotin commented on GitHub (Nov 19, 2016):

works, thank you.

it would probably help to clarify in the doc,
that these are just folders, and need not correspond to /etc/passwd accounts

<!-- gh-comment-id:261726606 --> @Andrei-Pozolotin commented on GitHub (Nov 19, 2016): works, thank you. it would probably help to clarify in the doc, that these are just folders, and need not correspond to /etc/passwd accounts
Author
Owner

@netblue30 commented on GitHub (Nov 19, 2016):

Will do.

<!-- gh-comment-id:261727679 --> @netblue30 commented on GitHub (Nov 19, 2016): Will do.
Author
Owner

@netblue30 commented on GitHub (Dec 11, 2016):

Done:

      --allusers
              All  directories  under /home are visible inside the sandbox. By
              default, only current user home directory is visible.

              Example:
              $ firejail --allusers
<!-- gh-comment-id:266283145 --> @netblue30 commented on GitHub (Dec 11, 2016): Done: ````` --allusers All directories under /home are visible inside the sandbox. By default, only current user home directory is visible. Example: $ firejail --allusers `````
Author
Owner

@Andrei-Pozolotin commented on GitHub (Dec 13, 2016):

thank you

<!-- gh-comment-id:266768130 --> @Andrei-Pozolotin commented on GitHub (Dec 13, 2016): thank you
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#627
No description provided.