From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.sws.net.au (smtp.sws.net.au [144.76.186.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4E005188713 for ; Sat, 25 Jul 2026 06:45:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=144.76.186.9 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784961925; cv=none; b=GL3wLQEVBcDY+jUhUgiqLGsH+hc27+ZAJ1EYm2WlDW8it3vVkHIhT49ru+wgpNm8RXz7PcA4yDfy6ijtnYPnkB0urUitaf1O0fLZk5QMkkbT30/dKfCArtxQxk3oFJGFxDVsJhDAkmfzdZC3h1cII13sabjKsr/u5TOn/mmRGns= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784961925; c=relaxed/simple; bh=tEwmTEQTZedb1z9QitVq8MWrcayH/tkGIKMcKwP5KCw=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=eqaVC9mHwCKG5bg7zW3/a97ijIZTEP87TCXtBeHHpKElQNL2VY1qouH9KMr6n9ad3Tlmbm7RQGg3XVc7ey5eu7S2le+vtjUSqw3eh4faEah87exLrj+LHzkYc6zo0estUDIRQaOdOTYKkRyMbyTV5fQ22a42sJC1+4X47PjBTBo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=coker.com.au; spf=pass smtp.mailfrom=coker.com.au; dkim=pass (1024-bit key) header.d=coker.com.au header.i=@coker.com.au header.b=xz0zUeez; arc=none smtp.client-ip=144.76.186.9 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=coker.com.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=coker.com.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=coker.com.au header.i=@coker.com.au header.b="xz0zUeez" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=coker.com.au; s=2008; t=1784961920; bh=YOiVzwWeoAR1dhBCnDi1FRdshQcVaYmbst9X9ZcpbMM=; l=551; h=From:To:Subject:Date:From; b=xz0zUeezIa+jtJuadAlfdrFqGwDh3QdKMI5rL+COUkkWMwrKFoue2O1KMmRlZx+Y/ pogieTSYPjxzrReEcRJdY5yOJ8nKiKniIzx6QtTHN5HJ5JXV9e+uhAPsiPrWq/HI/V ww5pF2X/fun0g1KzshfG3xfOZOMnAg7JuY9HXAD8= Received: from liv.coker.com.au (unknown [IPv6:2001:4479:6706:1e00:7ef2:3dbf:9b1b:921a]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) (Authenticated sender: russell@coker.com.au) by smtp.sws.net.au (Postfix) with ESMTPSA id 1FA9D1B897 for ; Sat, 25 Jul 2026 16:45:19 +1000 (AEST) From: Russell Coker To: selinux-refpolicy@vger.kernel.org Subject: wayland.if etc Date: Sat, 25 Jul 2026 16:45:16 +1000 Message-ID: <3428723.aeNJFYEL58@dojacat> Precedence: bulk X-Mailing-List: selinux-refpolicy@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" We have a wayland module in the policy. The file wayland.if has the following interfaces: wayland_compositor_domain wayland_compositor_tmpfs wayland_client_domain wayland_client_tmpfs wayland_client_sandboxed_domain wayland_stream_connect Of those the only use is in docker.te with a single use of wayland_stream_connect(). Is it worth trying to make wayland.if actually useful or should we just keep doing it all in wm.if and remove wayland.*? -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/