Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ee0f3e7ad9aa61f02283eb1c18f670703eea20ca
      
https://github.com/NixOS/nixpkgs/commit/ee0f3e7ad9aa61f02283eb1c18f670703eea20ca
  Author: Niklas Hambüchen <m...@nh2.me>
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
    M nixos/modules/security/acme.nix

  Log Message:
  -----------
  acme: Use `chown -R` for challenges directory. Fixes #24529.

Commit 75f131da02c00027b9a8240fb74d117cb0f9d9cf added
`chown 'nginx:nginx' '/var/lib/acme'` to the pre-start script,
but since it doesn't use `chown -R`, it is possible that there
are older existing subdirs (like `acme-challenge`)
that are owned to `root` from before that commit went it.


  Commit: 0cc0f2d4657a2b724628b62910a1ada745dc7cfb
      
https://github.com/NixOS/nixpkgs/commit/0cc0f2d4657a2b724628b62910a1ada745dc7cfb
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
    M nixos/modules/security/acme.nix

  Log Message:
  -----------
  Merge pull request #24532 from nh2/fix-24529-acme-dir-permissions-master

acme: Use `chown -R` for challenges directory. Fixes #24529.


Compare: https://github.com/NixOS/nixpkgs/compare/b78f16b33772...0cc0f2d4657a
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to