Disconnecting ubuntu-app-platform doesn't really work until a reboot
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Confirmed
|
Medium
|
Pat McGowan | ||
Snappy |
New
|
Undecided
|
Unassigned |
Bug Description
How to reproduce:
* make sure you don't have ubuntu-
sudo snap remove ubuntu-
* install ubuntu-app-platform
sudo snap install ubuntu-app-platform
* install ubuntu-
sudo snap install ubuntu-
* check snap interfaces list the ubuntu-
snap interfaces ubuntu-
Slot Plug
* check the ubuntu-app-platform contentis actually available for the ubuntu-
snap run --shell ubuntu-
ls $SNAP/ubuntu-
etc meta usr
* Disconnect ubuntu-
sudo snap disconnect ubuntu-
snap interfaces ubuntu-
Slot Plug
- ubuntu-
* BUT the ubuntu-app-platform content is still available for the ubuntu-
snap run --shell ubuntu-
ls $SNAP/ubuntu-
etc meta usr
* After a reboot the content is correctly not available anymore.
summary: |
- Connecting/Disconnecting ubuntu-app-platform doesn't really work until a - reboot + Disconnecting ubuntu-app-platform doesn't really work until a reboot |
tags: | added: personal |
Changed in canonical-devices-system-image: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
milestone: | none → p2 |
description: | updated |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Pat McGowan (pat-mcgowan) |
Pull request that fixes this at https:/ /github. com/snapcore/ snapd/pull/ 2497