Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2020 21:39:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 247472] /var/db/entropy not created with correct user/group
Message-ID:  <bug-247472-227-ceLM9q9Vgf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247472-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247472-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247472

--- Comment #3 from Conrad Meyer <cem@freebsd.org> ---
Hmm:

$ curl -s https://download.freebsd.org/ftp/releases/amd64/12.1-RELEASE/base=
.txz
| tar -tJvf - | rg entropy
drwx------  0 operator   operator     0 Oct 31  2019 ./var/db/entropy/


$ sudo mdconfig -f FreeBSD-12.1-RELEASE-amd64-memstick.img
md0
$ sudo mount -t ufs -o ro /dev/md0s2a ./tmp
$ ls -lhd tmp/var/db/entropy
drwx------ 2 operator operator 512 Oct 31  2019 tmp/var/db/entropy/


$ tar -tJvf tmp/usr/freebsd-dist/base.txz | rg entropy
drwx------  0 operator   operator     0 Oct 31  2019 ./var/db/entropy/


So it's 0700 operator:operator in every installation source I can find.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247472-227-ceLM9q9Vgf>