depenguin-me / depenguin-builder

Build tool for custom depenguin.me mfsBSD images
https://depenguin.me
BSD 2-Clause "Simplified" License
4 stars 4 forks source link

Removing umask change #21

Closed bretton closed 5 months ago

bretton commented 5 months ago

Remove a hardening step which changes umask from 022 to 027 in login.conf

This causes problems with user-run Ruby programs needing network resolution. They can't read /etc/resolv.conf in jails because permissions are 640.