As mentioned in the README, the idea of protecting directories with a login passphrase is incomplete without a PAM module. This PAM module will need to support the following functionality:
- Automatically re-wrapping a user's login protector when their PAM passphrase changes.
- Automatically unlocking directories on login
The road map for changes to incorporate the PAM module is as follows:
As mentioned in the
README, the idea of protecting directories with a login passphrase is incomplete without a PAM module. This PAM module will need to support the following functionality:The road map for changes to incorporate the PAM module is as follows:
pampackage to support the additional functionality.actionspackage making unlocking Policies easier. See Allow Policies to directly be unlocked with a Protector #3 and Polices can now be directly unlocked with Protectors #18.so.