pub fn create_restricted_dir(path: &Path) -> Result<()>
Create a directory with restrictive permissions (0o700 on Unix).
Args:
path