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

overlord/ifacestate: setup security of snaps affected by auto-connection #2652

Merged
merged 4 commits into from Jan 18, 2017

Commits on Jan 18, 2017

  1. overlord/ifacestate: don't clobber connection when auto-connecting

    This patch prevents auto-connect from clobbering the connState.Auto
    flag when considering auto-connection candidates.
    
    Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
    zyga committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    875c4a2 View commit details
    Browse the repository at this point in the history
  2. overlord/ifacestate: setup security of snaps affected by auto-connection

    This patch fixes a bug where snaps that were auto-connected did not
    have their security setup done. The only reason that this went unnoticed
    for so long is that the main snap (the one that triggered the operation)
    was handled separately and that most slots don't need a security setup
    for an active connection.
    
    Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
    zyga committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    c216d1c View commit details
    Browse the repository at this point in the history
  3. overlord/ifacestate: rename variables for extra clarity

    Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
    zyga committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    a2ba6ad View commit details
    Browse the repository at this point in the history
  4. overlord/ifacestate: document autoConnect

    Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
    zyga committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    a574b43 View commit details
    Browse the repository at this point in the history