pub fn config_has_transient_submounts(path: &Path) -> boolExpand description
Returns true if the configuration at path requests a transient /etc
overlay. Used by the systemd generator to decide whether to emit the
SELinux relabel unit before those mounts exist (the generator runs before
local-fs.target).
Returns false if the file is absent or unreadable (safe default: no unit
emitted for non-transient systems).