From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=pass (p=quarantine dis=none) header.from=maxchernoff.ca Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=maxchernoff.ca header.i=@maxchernoff.ca header.a=rsa-sha256 header.s=key1 header.b=BacIcqdM; dkim-atps=neutral Received: from out-179.mta0.migadu.com (out-179.mta0.migadu.com [91.218.175.179]) by passt.top (Postfix) with ESMTPS id 849705A0280 for ; Sat, 24 May 2025 09:17:29 +0200 (CEST) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maxchernoff.ca; s=key1; t=1748071048; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=plw8R0TMDFU3tKA3wBu2mWekAL9+RhD3XNusaDRorD8=; b=BacIcqdMJtBCIla1m+1pfDHytxStpHYmlV8HfjN/ncaupxbapSQWZwWc7wVMaYmQLlBtmf g1N2mrJulBqQeDcPleb2wgNRYDDfUlaLZvZhKSNTkZHix6oS92o5sMOdSwNP/B6Eeruj/B 1qy9eYq3rnHmdGI5+Mj1f3KQKNMi9r+VbpUIgyUdPwoz1lp8dDyl+GiUaEPo04FIdfLODI D26yGUjhDEJspttmhDcrQeXOBjhwO/+5T3kXKgwHdVKWLOCp6bRZisyPpLa2iRyfwmZ57R 8SbsuEWs5NCa++iUjCuVP9S9QPO17h+dW/knIuUBzPdz02I/k75NjcFvgllB+g== From: Max Chernoff To: passt-dev@passt.top Subject: [PATCH v4 0/1] selinux: Transition to pasta_t in containers Date: Sat, 24 May 2025 01:16:56 -0600 Message-ID: <20250524071700.60683-2-git@maxchernoff.ca> In-Reply-To: <20250520103758.401002-2-git@maxchernoff.ca> References: <20250520103758.401002-2-git@maxchernoff.ca> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-MailFrom: git@maxchernoff.ca X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation Message-ID-Hash: LQSFK24DWHNGGPLVD6KSHGRLTTY75JDT X-Message-ID-Hash: LQSFK24DWHNGGPLVD6KSHGRLTTY75JDT X-Mailman-Approved-At: Sat, 24 May 2025 10:00:28 +0200 CC: Max Chernoff X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: 1 more change: allow systemd_user_runtimedir_t to remove the netns folders; otherwise, upon logout you'll get the following error: AVC avc: denied { rmdir } for pid=59008 comm="systemd-user-ru" name="netns" dev="tmpfs" ino=80 scontext=system_u:system_r:systemd_user_runtimedir_t:s0 tcontext=user_u:object_r:ifconfig_var_run_t:s0 tclass=dir permissive=1 Thanks, -- Max Max Chernoff (1): selinux: Transition to pasta_t in containers contrib/selinux/pasta.fc | 10 +++++---- contrib/selinux/pasta.te | 44 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 49 insertions(+), 5 deletions(-) -- 2.49.0