Skip to content

Conversation

philclifford
Copy link
Contributor

@philclifford philclifford commented Sep 21, 2025

Description

adds '--paranoid' option (also triggered by setting QUICKEMU_PARANOID in the environment ). Also individual config file toggles are available for :

  • usb_redir="false"
  • usb_ccid="false"
  • folder_sharing="false"
  • ssh_fwd="false"

These default to "true" to retain the current behaviour. All are set to "false" by the environment variable or --paranoid option on the command line.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation (updates the documentation)

Checklist:

  • I have performed a self-review of my code
  • I have tested my code in common scenarios and confirmed there are no regressions
  • I have added comments to my code, particularly in hard-to-understand sections
  • I have made corresponding changes to the documentation

The website was changed and the old parse was not cutting it
@philclifford philclifford changed the title Feat 1722 feat: add toggles to reduce attack surface Sep 21, 2025
@philclifford philclifford changed the title feat: add toggles to reduce attack surface feat: add implementation of options to reduce attach surface Sep 21, 2025
Closes quickemu-project#1722

adds '--paranoid' option (also triggered by setting QUICKEMU_PARANOID in the environment ). Also individual config file toggles are available for :
 - usb_redir="false"
 - usb_ccid="false"
 - folder_sharing="false"
 - ssh_fwd="false"

These default to "true"  to retain the current behaviour.
@philclifford philclifford changed the title feat: add implementation of options to reduce attach surface feat: add implementation of options to reduce attack surface Sep 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: toggles to reduce attack surface

1 participant