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

--- Comment #3 from Conrad Meyer <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to