[Bug 247472] /var/db/entropy not created with correct user/group

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 23 21:39:35 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247472

--- Comment #3 from Conrad Meyer <cem at 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.

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


More information about the freebsd-bugs mailing list