Mercurial > crates > nonstick
diff src/lib.rs @ 100:3f11b8d30f63
Implement environment variable management.
This actually wires up the environment variable handling to libpam,
so that applications and modules can manage the environment through
the authentication process.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 24 Jun 2025 17:08:01 -0400 |
parents | b87100c5eed4 |
children | dfcd96a74ac4 |
line wrap: on
line diff
--- a/src/lib.rs Tue Jun 24 14:54:47 2025 -0400 +++ b/src/lib.rs Tue Jun 24 17:08:01 2025 -0400 @@ -43,7 +43,7 @@ pub use crate::{ constants::{ErrorCode, Flags, Result}, conv::{BinaryData, Conversation, ConversationAdapter}, - environ::EnvironMap, + environ::{EnvironMap, EnvironMapMut}, handle::{PamHandleApplication, PamHandleModule, PamShared}, module::PamModule, };