pub fn pacsea_sudo_timestamp_drop_in_present() -> boolExpand description
What: Detect whether the suggested Pacsea drop-in is already present and readable.
Inputs:
- None; reads
SUDOERS_DROP_IN_PATHfrom disk.
Output:
truewhen the file is readable and mentions our marker andtimestamp_timeout.
Details:
- Best-effort only: unreadable paths (permission denied) yield
false.