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: NixOS/nixpkgs
base: 40e7d5526247
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b260b7c2af6b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 5, 2018

  1. prometheus/exporters: fix regression in DynamicUser behavior

    Instead of setting User/Group only when DynamicUser is disabled, the
    previous version of the code set it only when it was enabled. This
    caused services with DynamicUser enabled to actually run as nobody, and
    services without DynamicUser enabled to run as root.
    
    Regression from fbb7e0c.
    
    (cherry picked from commit 3873f43)
    delroth authored and globin committed Dec 5, 2018
    Copy the full SHA
    b260b7c View commit details
    Browse the repository at this point in the history