sudo-rs icon indicating copy to clipboard operation
sudo-rs copied to clipboard

Session handling

Open rnijveld opened this issue 2 years ago • 1 comments

Right now we have no way to run code after running a command, and no way to keep state between the pre-run and post-run parts of the code, but we need this infrastructure especially for PAM sessions.

rnijveld avatar Apr 03 '23 10:04 rnijveld

@rnijveld do you mean something like a closure to pass before and after executing a command? what kind of info should be available in pre-run and post-run?

pvdrz avatar Apr 05 '23 00:04 pvdrz

I think this was solved in #248

rnijveld avatar Jun 12 '23 11:06 rnijveld