Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interfaces: misc updates for network-control, firewall-control, unity7 and default policy #2842

Merged
merged 6 commits into from
Feb 16, 2017

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    33aa1e2 View commit details
    Browse the repository at this point in the history
  2. interfaces/unity7,x11: allow 'network netlink raw' (LP: #1663221)

    Unfortunately 'network netlink raw' isn't finely mediated, but since this only
    happens on X, adding this rule to the transitional unity7 and x11 interfaces
    should be fine. Justification: DAC offers some protections for netlink raw on
    the system, most applications using X/unity7 run as non-root, X is insecure so
    blocking this particular rule needed by Qt on X is arguably specious, and
    breaking out 'netlink raw' into an interface isn't very interesting because it
    is entirely too general.
    Jamie Strandboge committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    7c69dcd View commit details
    Browse the repository at this point in the history
  3. interfaces/unity7: allow registering interest in media keys (LP: #166…

    …3565)
    Jamie Strandboge committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    ca87a4e View commit details
    Browse the repository at this point in the history
  4. interfaces: allow /run/user/..., not /dev/user/...

    When adding the XDG_RUNTIME_DIR path, an alternation of /{dev,run}/user/...
    was used for the rule, but /dev/user isn't a thing, so only allow /run/user....
    Jamie Strandboge committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    4f54ca6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Merge branch 'master' of https://github.com/snapcore/snapd into polic…

    …y-updates-xix
    Jamie Strandboge committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    5aa04e7 View commit details
    Browse the repository at this point in the history
  2. Revert "interfaces/unity7,x11: allow 'network netlink raw' (LP: #1663…

    …221)"
    
    This reverts commit 7c69dcd.
    Jamie Strandboge committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    af02c81 View commit details
    Browse the repository at this point in the history