Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: QubesOS/qubes-core-qrexec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.4
Choose a base ref
...
head repository: QubesOS/qubes-core-qrexec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.5
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 20, 2025

  1. Define additional default RPC config paths

    Originally, libqrexec only scanned /etc/qubes/rpc-config for RPC
    configuration. This prevented having truly ephemeral RPC config
    under /run/qubes/rpc-config, and also didn't allow local configuration
    to be stored under /usr/local/etc/qubes/rpc-config. Add both of these
    paths to QUBES_RPC_CONFIG_PATH.
    
    /run/qubes/rpc-config needs some SELinux configuration for qrexec
    components to be able to access it, so add the needed config for that
    too.
    
    Also allow loading qrexec services from /run/qubes-rpc, for consistency
    and to allow easy, volatile, service overriding.
    ArrayBolt3 committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    f74288f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. version 4.3.5

    marmarek committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    f0ab26a View commit details
    Browse the repository at this point in the history
Loading