mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #1160] [Feature]: Regarding "malicious" apps #647
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#647
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?
Originally created by @d9j on GitHub (Oct 16, 2023).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1160
Is your feature request related to a problem?
the thing about malicious apps
https://docs.playcover.io/miscellaneous/blocked_apps
Describe the solution you'd like
I see it's possible maybe consider allow them to run it in the virtualized environment with custom configuration of permissions to prevent malicious behavior . Im not certain how to implement it. but since apple provides virtualization framework . and there are solutions available like qemu . which may make it easier to implement
Anything else?
nope
Issue Language
@zanderp25 commented on GitHub (Oct 16, 2023):
Apple's Virtualization framework is made to virtualize (as in a virtual machine) macOS or Linux instance, not iOS. Virtualizing iOS would defeat the entire purpose of this app: to run iOS apps natively. You can use something like UTM to virtualize a macOS instance but that won't help you run the iOS apps. You can run the iOS app in there via PlayCover, though, because that is isolated from the host computer, but you would have to modify the PlayCover app to allow that app to be run.
Edit: Also, I'm not sure if or how well PlayCover and/or the app would run inside a virtual machine.