[Bug 288409] dma(8) mail configuration permissions are too liberal
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 288409] DMA configuration permissions are too liberal"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Jul 2025 19:16:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288409 --- Comment #2 from Dag-Erling Smørgrav <des@FreeBSD.org> --- We don't actually install `auth.conf`, you must have created it yourself. We do install `dma.conf`, but it does not usually contain anything sensitive. However, since dma is already setgid, we can easily change `dma.conf` to 0640, and install a dummy `auth.conf` with the correct permissions to reduce the risk that users will create it world-readable. -- You are receiving this mail because: You are on the CC list for the bug.