Expand description
Unix secret file/dir permission helpers (G-AUD-24). Unix secret file/dir modes — single source (G-AUD-24 / no hardcode drift).
Functions§
- secret_
dir_ mode - Compile-time alias for call sites that need the raw secret-dir mode integer.
- secret_
file_ mode - Compile-time alias for call sites that need the raw secret-file mode integer.
- set_
secret_ dir_ mode - Sets secret-dir mode (
0o700) on Unix; no-op on other targets. - set_
secret_ file_ mode - Sets secret-file mode (
0o600) on Unix; no-op on other targets.