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

steam-headless: add mknod cap #1554

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ix-dev/community/steam-headless/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ capabilities:
name: FSETID
- description: Steam Headless is able to kill processes.
name: KILL
- description: Steam Headless is able to create device nodes.
name: MKNOD
- description: Steam Headless is able to perform various network-related operations.
name: NET_ADMIN
- description: Steam Headless is able to set the group ID on a process.
Expand Down Expand Up @@ -58,4 +60,4 @@ sources:
- https://github.com/Steam-Headless/docker-steam-headless
title: Steam Headless
train: community
version: 1.0.5
version: 1.0.6
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"FOWNER",
"FSETID",
"KILL",
"MKNOD",
"NET_ADMIN",
"SETGID",
"SETUID",
Expand Down