Skip to content

Commit

Permalink
steam-headless: add mknod cap
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Feb 5, 2025
1 parent 13f8eb8 commit bd1c1f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit bd1c1f2

Please sign in to comment.