~awe/network-manager/+git/ubuntu:fix-apparmor-denial

Last commit made on 2018-09-06
Get this branch:
git clone -b fix-apparmor-denial 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:
fix-apparmor-denial
Repository:
lp:~awe/network-manager/+git/ubuntu

Recent commits

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

6083013... by Tony Espy

Minor cleanup of snapcraft.yaml

 * Re-vise the plugs for hooks
 * Remove stale alias comments
 * Add iputils-arping to stage-packages
 * Cleanup filesets

1922f65... by Tony Espy

Merge branch 'awe/snap-1.10' into snap-1.10

This is manual merge of the NM 1.2 snap changes re-based on top
of NM 1.10. It's also the first release of the snap from this git
repository (vs. the network-manager snappy-hwe-team git repo).
This branch was created from the bionic distro branch, and uses
the distro patches, a snap support patch, and direct commits for
snap packaging changes.