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

[FEAT] User should be in the video group #266

Open
1 task done
davidebeatrici opened this issue Feb 19, 2025 · 2 comments
Open
1 task done

[FEAT] User should be in the video group #266

davidebeatrici opened this issue Feb 19, 2025 · 2 comments

Comments

@davidebeatrici
Copy link

Is this a new feature request?

  • I have searched the existing issues

Wanted change

In a fresh container the user is not in any groups, except for his own.

I believe the user should be in the video group by default.

Related: #44 #93 #146

Reason for change

The video group is commonly allowed to access tuners (/dev/dvb) and accelerators (/dev/dri).

Proposed code change

No response

Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@davidebeatrici
Copy link
Author

davidebeatrici commented Feb 19, 2025

On my system:

# ls -lR /dev/dvb
/dev/dvb:
total 0
drwxr-xr-x    2 root     root           140 Feb 11 06:56 adapter0

/dev/dvb/adapter0:
total 0
crw-rw----    1 root     video     212,   0 Feb 11 06:56 demux0
crw-rw----    1 root     video     212,   1 Feb 11 06:56 dvr0
crw-rw----    1 root     video     212,   3 Feb 11 06:56 frontend0
crw-rw----    1 root     video     212,   4 Feb 11 06:56 frontend1
crw-rw----    1 root     video     212,   2 Feb 11 06:56 net0

video is ID 27 and the user I specified in the compose file is part of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Issues
Development

No branches or pull requests

1 participant