Skip to content
Snippets Groups Projects
  1. Jul 18, 2024
  2. Jul 17, 2024
    • Simon McVittie's avatar
      pv-runtime: Don't try to mask /etc/vulkan/*.d · f926ea58
      Simon McVittie authored
      
      Since updating our Flatpak-derived code, every time we start a container
      we log messages like:
      
          N: Not replacing "/etc/vulkan/implicit_layer.d" with tmpfs: Path "/etc" is reserved by the container framework
      
      We only import selected directories from /etc into the container's /etc,
      and none of the directories below /etc/vulkan are among them, so there
      is actually no need to mask these directories. Silence the warning by
      not attempting to mask them.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      f926ea58
    • Simon McVittie's avatar
      Update changelog · 9b2356c7
      Simon McVittie authored
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      9b2356c7
    • Simon McVittie's avatar
      Revert "pv-runtime: Add a mechanism to take custom CA certificates from the host" · 9e3d9c85
      Simon McVittie authored
      
      This was implemented in a way that assumed it would only be enabled
      on specially-flagged developer systems, making it acceptable for the
      implementation to be non-robust and make assumptions about the host
      systems on which it would be enabled; but current Steam betas enable
      it for the steamwebhelper unconditionally, which would cause serious
      regressions on non-Debian-derived, non-Arch-derived host OSs.
      
      Revert the addition of this feature to avoid regressions. Before
      reinstating it, we will either need to arrange for Steam to enable it
      conditionally as previously planned, or make the implementation fail
      gracefully and harmlessly on non-Debian-compatible host systems.
      
      This reverts commit d6a519f5.
      
      steamrt/tasks#416
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      9e3d9c85
  3. Jul 09, 2024
Loading