diff --git a/README.md b/README.md index 6a854784d..fe6ada784 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,6 @@ For the ipts_firmware files, please select the version for your device. ### NOTES -If your network won't connect on the 4.14.x series, you need to apply the apparmor-fix-4.14.patch file in /etc/: -* $ cd /etc/ && sudo patch -p1 < /path/to/apparmor-fix-4.14.patch - If you are getting stuck at boot when loading the ramdisk, you need to install the Processor Microcode Firmware for Intel CPUs (usually found under Additional Drivers in Software and Updates). ### Donations Appreciated! diff --git a/apparmor-fix-4.14.patch b/apparmor-fix-4.14.patch deleted file mode 100644 index 585373c25..000000000 --- a/apparmor-fix-4.14.patch +++ /dev/null @@ -1,47 +0,0 @@ -diff --git a/apparmor.d/abstractions/nameservice b/apparmor.d/abstractions/nameservice -index 12ea151..a26c10d 100644 ---- a/apparmor.d/abstractions/nameservice -+++ b/apparmor.d/abstractions/nameservice -@@ -94,6 +94,12 @@ - network inet dgram, - network inet6 dgram, - -+ # TODO: replace with more specific "unix" rules once support for them -+ # arrives in the Linux kernel (probably in 4.15) and gives us detailed -+ # log messages -+ network unix dgram, -+ network unix stream, -+ - # TODO: adjust when support finer-grained netlink rules - # Netlink raw needed for nscd - network netlink raw, -diff --git a/apparmor.d/sbin.dhclient b/apparmor.d/sbin.dhclient -index 1064e25..f432bf3 100644 ---- a/apparmor.d/sbin.dhclient -+++ b/apparmor.d/sbin.dhclient -@@ -17,6 +17,9 @@ - network packet, - network raw, - -+ network unix dgram, -+ network unix stream, -+ - @{PROC}/[0-9]*/net/ r, - @{PROC}/[0-9]*/net/** r, - -@@ -90,12 +93,15 @@ - - /run/NetworkManager/private-dhcp rw, - signal (send) peer=/sbin/dhclient, -+ signal (send) peer=dhclient, - - /var/lib/NetworkManager/*lease r, - signal (receive) peer=/usr/sbin/NetworkManager, - ptrace (readby) peer=/usr/sbin/NetworkManager, - network inet dgram, - network inet6 dgram, -+ -+ network unix stream, - } - - /usr/lib/connman/scripts/dhclient-script {