Discord Game Activity #4131
-
How might Discord's Game Activity detection be made to work with firejail? Even if I run Discord with "firejail --noprofile Discord", this what I get: I'm running Firejail 0.9.64 on Fedora 33. Discord build number 80041. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Try if the noprofile.profile helps. If not there is no hope.
is vulnerable to CVE-2021-26910. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I tried it. Same result 😞 |
Beta Was this translation helpful? Give feedback.
-
Some time ago I worked on an AppArmor profile for Discord and noticed in the audit log that it tries to access the process list, and even to ptrace some processes (browsers, steam, spotify, ...). @rusty-snake mentioned in the noprofile that a new PID namespace is still being created. So Discord will not see other processes. What you could try is to start the other processes with firejail as well and join their namespaces ( |
Beta Was this translation helpful? Give feedback.
-
Thank you! It works with the examples |
Beta Was this translation helpful? Give feedback.
Some time ago I worked on an AppArmor profile for Discord and noticed in the audit log that it tries to access the process list, and even to ptrace some processes (browsers, steam, spotify, ...).
@rusty-snake mentioned in the noprofile that a new PID namespace is still being created. So Discord will not see other processes.
What you could try is to start the other processes with firejail as well and join their namespaces (
--join=$pid
).