Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#255: Create pamusb-pinentry.1 #256

Merged
merged 4 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ DOCS := doc/CONFIGURATION doc/QUICKSTART doc/SECURITY doc/TROUBLESHOOTING
DOCS_DEST := $(DESTDIR)$(PREFIX)/share/doc/pam_usb

# Man
MANS := doc/pamusb-conf.1.gz doc/pamusb-agent.1.gz doc/pamusb-check.1.gz doc/pamusb-keyring-unlock-gnome.1.gz
MANS := doc/pamusb-conf.1.gz doc/pamusb-agent.1.gz doc/pamusb-check.1.gz doc/pamusb-keyring-unlock-gnome.1.gz doc/pamusb-pinentry.1.gz
MANS_DEST := $(DESTDIR)$(PREFIX)/share/man/man1

# PAM config
Expand Down
12 changes: 12 additions & 0 deletions doc/pamusb-pinentry.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.TH pamusb-pinentry 1 "November 03, 2024" "" "PAM_USB"

.SH NAME
\fBpamusb-pinentry \fP- pam_usb tool to be used as pinentry application
.SH DESCRIPTION
\fBpamusb-pinentry\fP is a tool to unlock your GPG keyring when used with pam_usb autologin.
.SH CONFIGURATION
See the pam_usb Wiki <https://github.com/mcdope/pam_usb/wiki/Getting-Started#auto-unlock-your-gpg-keys> for details about how to configure this feature.
.SH BUGS
Please post bug reports on the Github issue tracker.
.SH AUTHOR
Tobias Bäumer <[email protected]>
3 changes: 2 additions & 1 deletion fedora/SPECS/pam_usb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ rm -rf %{buildroot}/usr/share/pam-configs
%doc %attr(0644,root,root) /usr/share/man/man1/pamusb-check.1.gz
%doc %attr(0644,root,root) /usr/share/man/man1/pamusb-conf.1.gz
%doc %attr(0644,root,root) /usr/share/man/man1/pamusb-keyring-unlock-gnome.1.gz
%doc %attr(0644,root,root) /usr/share/man/man1/pamusb-pinentry.1.gz
%doc %attr(0644,root,root) /usr/share/doc/pam_usb/CONFIGURATION
%doc %attr(0644,root,root) /usr/share/doc/pam_usb/QUICKSTART
%doc %attr(0644,root,root) /usr/share/doc/pam_usb/SECURITY
%doc %attr(0644,root,root) /usr/share/doc/pam_usb/TROUBLESHOOTING

%changelog
* Thu Jul 26 2024 Tobias Bäumer <[email protected]> - 0.8.5
* Fri Jul 26 2024 Tobias Bäumer <[email protected]> - 0.8.5
- [Feature] Support multiple devices per user
- [Enhancement] Misc. memory and string handling stuff
- [Enhancement] Deny if pads can't be updated
Expand Down
Loading