mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1439] Supplementary groups not working #970
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#970
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @graywolf on GitHub (Aug 7, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1439
Hi, I'm trying to run video using vlc under firejail. Profile file:
so it seems to me that groups should be available. However:
while normaly it is
Firejail version:
If you need any more info just let me know :)
@netblue30 commented on GitHub (Aug 10, 2017):
Is "shared" a regular group you created, or a system group? Run id command like this:
1000(netblue) is a regular group, while 27(sudo) is a system group. Numbers smaller than 1000 are system groups.
Firejail will remove by default regular groups with the exception of the group associated with the current user. If this is the case, you can use --allusers to disable this functionality, something like this:
@graywolf commented on GitHub (Aug 10, 2017):
I think it should be regular:
So if I understand correctly, all regular supplementary groups are removed by default and
nogroupsdisables what's left (== system supplementary groups)?As for the
--allusers, will try in the evening if that help or not, but cannot find it in the documentation. Is there a way to achieve the same thing from profile?@netblue30 commented on GitHub (Aug 10, 2017):
Yes, by default all regular users are removed with the exception of the current user. I'll have to document it, thanks.
@graywolf commented on GitHub (Aug 11, 2017):
Yes, thanks for the help, I changed the gid of
sharedto 991 and it works now :) As for the enhancing the documentation, that would be nice. Also it would be nice to have possibility of usingallusersin profile file and not just as argument tofirejail.@startx2017 commented on GitHub (Aug 15, 2017):
Fixed. allusers is already supported in profile files in release 0.9.48