From nobody Sat May 2 14:46:01 2026 X-Original-To: freebsd-current@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 4g79hN4Gftz6c3FZ for ; Sat, 02 May 2026 14:46:12 +0000 (UTC) (envelope-from SRS0=g2OC=C7=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-ext.realworks.nl (smtp-relay-ext.realworks.nl [31.134.205.101]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4g79hM0jhjz42s7 for ; Sat, 02 May 2026 14:46:11 +0000 (UTC) (envelope-from SRS0=g2OC=C7=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=rw2 header.b=U3Vu8tdf; dmarc=pass (policy=quarantine) header.from=klop.ws; spf=pass (mx1.freebsd.org: domain of "SRS0=g2OC=C7=klop.ws=ronald-lists@realworks.nl" designates 31.134.205.101 as permitted sender) smtp.mailfrom="SRS0=g2OC=C7=klop.ws=ronald-lists@realworks.nl" Received: from noip.localdomain (83-81-213-118.cable.dynamic.v4.ziggo.nl [83.81.213.118]) (Authenticated sender: ronald@realworks.nl) by smtp-msa1.colo2.realworks.nl (Postfix) with ESMTPSA id B52643FA for ; Sat, 2 May 2026 16:46:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1777733162; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YuklGSzZazycbz1+ASm71lBgzBSSEBFK65b590ybNpI=; b=U3Vu8tdfYlYDVBxXugz5WsKxzPCjOfxOSVLStF+gQ2Ij91dRGgdIVuyDm1x7Tsu8OjQ5MT M4VXm2yYwRCQJZnb00AuS8CpI+SY9vsBgHA/Hf/It9BVBSi4OrVkrE3KYtvFaAYjmV1SIo oFb6fnGVv/8qBJwQqmm5vOJOoSx2Tzw4cITqWk3JtVKpb3RIESY+v+YXnwR5yMSjtr++Rf +veOiSXQDPBhdk7O8QYVqH7JZoM/SCy7smlRHtmYTGEYMHXX++ad601KvkypMpBjKq/FTj 35CatenAsg+hylEO6CylapRdjpuLTTl0sjKXgW2kD2ODOPKZLYS9k+G4kRam+A== Content-Type: text/plain; charset=utf-8; format=flowed Message-Id: <1777732885856.3748834944.44143833@klop.ws> From: Ronald Klop To: FreeBSD Current Subject: 15.1-BETA1, encrypted homedir is of user root Date: Sat, 02 May 2026 14:46:01 +0000 X-Mailer: Vivaldi Mail User-Agent: Vivaldi Mail/7.9.3970.60 Content-Transfer-Encoding: 7bit List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 X-Spamd-Result: default: False [-3.11 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.62)[-0.618]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,quarantine]; FORGED_SENDER(0.30)[ronald-lists@klop.ws,SRS0=g2OC=C7=klop.ws=ronald-lists@realworks.nl]; ONCE_RECEIVED(0.20)[]; R_DKIM_ALLOW(-0.20)[klop.ws:s=rw2]; R_SPF_ALLOW(-0.20)[+ip4:31.134.205.64/26]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:51088, ipnet:31.134.200.0/21, country:NL]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; TO_DN_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_NEQ_ENVFROM(0.00)[ronald-lists@klop.ws,SRS0=g2OC=C7=klop.ws=ronald-lists@realworks.nl]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[klop.ws:+] X-Spamd-Bar: --- X-Rspamd-Queue-Id: 4g79hM0jhjz42s7 Hi, I just installed 15.1-BETA1 in a VirtualBox on Aach64. I choose an encrypted homedir when adding a user via the installer. The homedir of the user is owned by 'root:wheel' which is not the user:group of my user. Regards, Ronald.