pampanic / pam_panic

A PAM module that protects sensitive data and provides a panic function for emergency situations. Authentication through passwords or removable media.
GNU General Public License v3.0
56 stars 11 forks source link

Additional execution of a script before shredding #114

Open Bandie opened 5 years ago

Bandie commented 5 years ago

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.