pampanic / pam_panic

A PAM module that protects sensitive data and provides a panic function for emergency situations. Authentication through passwords or removable media.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional execution of a script before shredding

Bandie opened this issue · comments

Is your feature request related to a problem? Please describe.
Before pam_panic is shredding something, I'd like to have an action before it.

Describe the solution you'd like
Maybe the user can add a custom script.
Also we need to think about security on how to verify that the script hasn't been tempered with.