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: 44bf322dfb1f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7df410c6d48f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 15, 2019

  1. gnome3.gnome-keyring: CAP_IPC_LOCK gnome-keyring-daemon

    From gkd-capability.c:
    
    This program needs the CAP_IPC_LOCK posix capability.
    We want to allow either setuid root or file system based capabilies
    to work. If file system based capabilities, this is a no-op unless
    the root user is running the program. In that case we just drop
    capabilities down to IPC_LOCK. If we are setuid root, then change to the
    invoking user retaining just the IPC_LOCK capability. The application
    is aborted if for any reason we are unable to drop privileges.
    worldofpeace committed Apr 15, 2019
    Copy the full SHA
    2d6247a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Merge pull request #59630 from worldofpeace/setcap-gnome-keyring

    gnome3.gnome-keyring: CAP_IPC_LOCK gnome-keyring-daemon
    worldofpeace committed Apr 30, 2019
    Copy the full SHA
    7df410c View commit details
    Browse the repository at this point in the history