aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar duevo <59726608+nutta-git@users.noreply.github.com>2024-05-12 13:46:04 -0400
committerLibravatar GitHub <noreply@github.com>2024-05-12 17:46:04 +0000
commit3b8b58e884d36ba263fd73bedaa2f7e8f4c22b27 (patch)
treed78719309575da963e34d0a551d267d91c67b1f0
parentprofiles: loupe: harden and disable apparmor (#6333) (diff)
downloadfirejail-3b8b58e884d36ba263fd73bedaa2f7e8f4c22b27.tar.gz
firejail-3b8b58e884d36ba263fd73bedaa2f7e8f4c22b27.tar.zst
firejail-3b8b58e884d36ba263fd73bedaa2f7e8f4c22b27.zip
profiles: steam: update novideo comment for webcam motion trackers (#6334)
Update comment to account for camera-based motion trackers. Fixes an issue with https://github.com/markx86/opentrack-launcher, where video input devices won't show up unless novideo is removed.
-rw-r--r--etc/profile-m-z/steam.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index e0ced2030..d44da9f71 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -159,7 +159,8 @@ nonewprivs
159noroot 159noroot
160notv 160notv
161nou2f 161nou2f
162# For VR support add 'ignore novideo' to your steam.local. 162# To allow VR and camera-based motion tracking, add 'ignore novideo' to your
163# steam.local.
163novideo 164novideo
164protocol unix,inet,inet6,netlink 165protocol unix,inet,inet6,netlink
165# seccomp sometimes causes issues (see #2951, #3267). 166# seccomp sometimes causes issues (see #2951, #3267).