lcp / mokutil

The utility to manipulate machine owner keys
GNU General Public License v3.0
67 stars 37 forks source link

Make --timeout be usable with other options like --import #26

Closed anthonywong closed 4 years ago

anthonywong commented 4 years ago

Currently running mokutils --timeout -1 --import <key> will fail, this PR makes it possible.

lcp commented 4 years ago

The timeout option is designed to set the MOK prompt timeout permanently instead of an one-shot option like "--root-pw". I would like to keep it as an independent option.

lcp commented 4 years ago

On the other hand, if you don't mind, would you send another PR for the manpage fix. I'd love to merge the patch :)

anthonywong commented 4 years ago

Sure, I have sent another PR #27 for the manpage changes.