From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750869AbdJCECV (ORCPT ); Tue, 3 Oct 2017 00:02:21 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:55866 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750708AbdJCECU (ORCPT ); Tue, 3 Oct 2017 00:02:20 -0400 Message-ID: <1507003338.3174.4.camel@HansenPartnership.com> Subject: regression in 4.14-rc2 caused by apparmor: add base infastructure for socket mediation From: James Bottomley To: John Johansen , Seth Arnold Cc: linux-kernel Date: Mon, 02 Oct 2017 21:02:18 -0700 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The specific problem is that dnsmasq refuses to start on openSUSE Leap 42.2.  The specific cause is that and attempt to open a PF_LOCAL socket gets EACCES.  This means that networking doesn't function on a system with a 4.14-rc2 system. Reverting commit 651e28c5537abb39076d3949fb7618536f1d242e (apparmor: add base infastructure for socket mediation) causes the system to function again. James