mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5187] [CLOSED] profiles: steam: add path for Paradox Interactive Launcher #5397
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5397
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/5187
Author: @swimik
Created: 6/9/2022
Status: ❌ Closed
Base:
master← Head:release-0.9.64📝 Commits (10+)
633378etemporary fix for profile testse55699ftests: improve check for sound capabilities (#3929)fed95c2tests: increase shutdown timeout a bit6714d06build: clean generated test/Makefiledec7a1dFix minor typo in firecfg's manual page2d68073tests: check with faudit if tests are run sandboxed97d8a03disabled overlayfs, 0.9.64.4 testingb818fc4relnotes764701badd CVE to RELNOTEScf73787merge #3967 from main branch (TMPFS problem); version changed to development (0.9.64.5)📊 Changes
15 files changed (+61 additions, -76 deletions)
View changed files
📝
Makefile.in(+1 -0)📝
RELNOTES(+4 -0)📝
configure(+19 -23)📝
configure.ac(+12 -9)📝
etc/apparmor/firejail-default(+8 -34)📝
mkasc.sh(+1 -1)📝
src/firejail/fs_mkdir.c(+2 -2)📝
src/firejail/main.c(+1 -1)📝
src/firejail/network_main.c(+1 -1)📝
src/man/firecfg.txt(+1 -1)📝
test/Makefile.in(+3 -0)📝
test/environment/environment.sh(+2 -2)📝
test/profiles/profiles.sh(+4 -0)📝
test/utils/shutdown.exp(+1 -1)📝
test/utils/utils.sh(+1 -1)📄 Description
On Debian bullseye with Steam installed via Debian repo and a game installed that uses Paradox Interactive Launcher a folder is required to be whitelisted for the launcher to open.
Without the folder being whitelisted the Paradox Launcher will fail to load with a 'permission denied' error and it will ask to reinstall the launcher, which also fails.
Adding this folder to the whitelist corrects the problem
whitelist ${HOME}/.paradoxlauncher
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.