From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.seebs.net (mail.seebs.net [162.213.38.76]) by mx.groups.io with SMTP id smtpd.web11.7455.1586038412976103178 for ; Sat, 04 Apr 2020 15:13:33 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: seebs.net, ip: 162.213.38.76, mailfrom: seebs@seebs.net) Received: from seebsdell (unknown [24.196.59.174]) by mail.seebs.net (Postfix) with ESMTPSA id EB6D72E8925; Sat, 4 Apr 2020 17:13:31 -0500 (CDT) Date: Sat, 4 Apr 2020 17:13:29 -0500 From: "Seebs" To: "Andre McCurdy" Cc: Richard Purdie , OE Core mailing list Subject: Re: [OE-core] [PATCH] pseudo: Force seccomp to return success when in fact doing nothing Message-ID: <20200404171329.3398164c@seebsdell> In-Reply-To: References: <20200403215938.175657-1-richard.purdie@linuxfoundation.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 4 Apr 2020 14:32:03 -0700 "Andre McCurdy" wrote: > Also, since prctl() is Linux specific, it looks like this patch will > make pseudo Linux specific. Is that OK? If so maybe worth making an > official statement that OE is only supported for Linux hosts? We have existing hooks for making things like this be in a Linux-specific port directory. I don't think the Darwin port still works; people asked me about it a lot, so I made it work and never heard about it again. :) -s