From nobody Fri Aug 23 06:42:09 2024 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Wqr8j5RZGz5VQQt for ; Fri, 23 Aug 2024 06:42:13 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Wqr8j1cFqz4Cvq for ; Fri, 23 Aug 2024 06:42:13 +0000 (UTC) (envelope-from ml@netfence.it) Authentication-Results: mx1.freebsd.org; none Received: from [10.1.2.18] (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.18.1/8.17.2) with ESMTPSA id 47N6gAI0056537 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Fri, 23 Aug 2024 08:42:10 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be [10.1.2.18] Message-ID: <0fe260da-43ff-4c14-9807-7b81cec37c83@netfence.it> Date: Fri, 23 Aug 2024 08:42:09 +0200 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: security.bsd.see_other_uids/gids and jails Content-Language: en-US To: doug@safeport.com Cc: freebsd-questions@freebsd.org References: <902826c1-fc50-48aa-867d-8010b5814df2@netfence.it> <61ed9412-563-a5f-a3c0-66ff23cb5ac4@safeport.com> From: Andrea Venturoli In-Reply-To: <61ed9412-563-a5f-a3c0-66ff23cb5ac4@safeport.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT] X-Rspamd-Queue-Id: 4Wqr8j1cFqz4Cvq On 8/22/24 21:07, doug wrote: > The rules of the road here are: make an effort to answer the question, > which I doing anyway: > > echo 'security.bsd.see_other_uids=0' >> /etc/sysctl.conf > echo 'security.bsd.see_other_gids=0' >> /etc/sysctl.conf This was not my question actually. My question was: after I did the above, is it possible to reenable these values selectively in a jail? bye & Thanks av.