pub fn open_file_0600(path: &Path) -> Result<File>
Open an audit log file with 0600 permissions on Unix.
Existing files are tightened if they are too loose. Already stricter files are preserved.