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: a29d0df28c30
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c7453084ef71
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 3, 2017

  1. docker: fix socket permissions

    Docker socket is world writable. This means any user on the system is
    able to invoke docker command. (Which is equal to having a root access
    to the machine.)
    
    This commit makes socket group-writable and owned by docker group.
    
    Inspired by
    https://github.com/docker/docker/blob/master/contrib/init/systemd/docker.socket
    rasendubi authored and grahamc committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    fa4fe71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c745308 View commit details
    Browse the repository at this point in the history