uucore/safe_traversal: adapt file header

This commit is contained in:
Daniel Hofstetter
2025-09-12 16:23:19 +02:00
parent 0c3f958896
commit 61aec2c195
@@ -1,8 +1,15 @@
// This file is part of the uutils coreutils package.
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
//
// Safe directory traversal using openat() and related syscalls
// This module provides TOCTOU-safe filesystem operations for recursive traversal
//
// Only available on Linux
//
// spell-checker:ignore CLOEXEC RDONLY TOCTOU closedir dirp fdopendir fstatat openat REMOVEDIR unlinkat smallfile
// spell-checker:ignore RAII dirfd
// spell-checker:ignore RAII dirfd
#![cfg(target_os = "linux")]