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: 6024dd4067c4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6018464c49dc
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
    
    (cherry picked from commit fa4fe71)
    rasendubi authored and grahamc committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    6c59d85 View commit details
    Browse the repository at this point in the history
  2. docker: test for socket permissions

    (cherry picked from commit c745308)
    grahamc committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    6018464 View commit details
    Browse the repository at this point in the history