~awe/network-manager/+git/ubuntu:install-refresh-checks

Last commit made on 2018-10-02
Get this branch:
git clone -b install-refresh-checks https://git.launchpad.net/~awe/network-manager/+git/ubuntu
Only Tony Espy can upload to this branch. If you are Tony Espy please log in for upload directions.

Branch merges

Branch information

Name:
install-refresh-checks
Repository:
lp:~awe/network-manager/+git/ubuntu

Recent commits

ff5a236... by Tony Espy

[snap] prevent install on classic or core16

Prevent this snap from being installed on classic or
Ubuntu Core 16 systems. The snap has build configure options
which differ from the Debian package, and doesn't yet offer
the same features (i.e. no support for dispatcher scripts).
Likewise, until the snap supports configuration of DNS
resolv.conf behavior, it shouldn't be installable on UC16.

d1bf7f1... by Tony Espy

Merge remote-tracking branch 'awe/fix-apparmor-denial' into snap-1.10

d36d0db... by Tony Espy

[snap] Re-enable strict mode

22339a9... by Tony Espy

[snap] Add hardware-observe plug

This gets rid of Apparmor denials when NetworkManager
introspects devices on startup. These denials can lead
to NM mis-categorizing devices (ie. WiFi devices are
thought to be Ethernet).

5821539... by Tony Espy

Add README.snap with simple build instructions

628dba2... by Tony Espy

[snap] Temporarily enable devmode

The NM snap is currently getting apparmor denials while accessing
sysfs to introspect devices. This can cause WiFi devices to be
mistaken for Ethernet devices. This problem occurs with core18
snap version 18(351), and snapd 2.35.1 (866). The sysfs files being
accessed look like this:

/sys/devices/pci0000:00/0000:00:03.0/net/wlps0/ifindex

480c2b5... by Tony Espy

Merge remote-tracking branch 'awe/fix-shared-libs' into snap-1.10

4d594db... by Tony Espy

[snap] Add nmtui

nmtui is a curses-based application for managing network-manager,
similar in function to nmcli.

da57c77... by Tony Espy

[snap] Add list of shared libs to prime

Ensure that all the shared library dependencies
of NetworkManager are declared under the libs
fileset, and add libs to prime.

1c63bed... by Tony Espy

Merge remote-tracking branch 'awe/fixup-snapcraft' into snap-1.10