2 comments

  • polotics 2 minutes ago
    I'm still very impressed by qubes, and glab I'm not such a target that I feel I need the level of opsec it affords (on all my laptops).

    Maybe someday AI-assisted killchains will be so widespread that Qubes is the minimal level for the (few?) still-local users of compute.

    I would not have copied anything from dom0 to any another qube, the impact is low.

  • charcircuit 25 minutes ago
    Another example for why system() is so dangerous to use.

    I also don't understand why it needs to show the dialog in dom0. If you have the option to handle attacker controlled input on the unprivileged side, you should do that instead of putting a lot of logic on the privileged side.