Information for build pam_mount-2.18-1.fc35

ID1850688
Package Namepam_mount
Version2.18
Release1.fc35
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/pam_mount.git#a03a1658b268dcae4616f190cd8f475d86391c4e
SummaryA PAM module that can mount volumes for a user session
DescriptionThis module is aimed at environments with central file servers that a user wishes to mount on login and unmount on logout, such as (semi-)diskless stations where many users can logon and where statically mounting the entire /home from a server is a security risk, or listing all possible volumes in /etc/fstab is not feasible. * Users can define their own list of volumes without having to change (possibly non-writable) global config files. * Single sign-on feature - the user needs to type the password just once (at login) * Transparent mount process * No stored passwords * Volumes are unmounted on logout, freeing system resources and not leaving data exposed. The module also supports mounting local filesystems of any kind the normal mount utility supports, with extra code to make sure certain volumes are set up properly because often they need more than just a mount call, such as encrypted volumes. This includes SMB/CIFS, FUSE, dm-crypt and LUKS. If you intend to use pam_mount to protect volumes on your computer using an encrypted filesystem system, please know that there are many other issues you need to consider in order to protect your data. For example, you probably want to disable or encrypt your swap partition (the cryptoswap can help you do this). Do not assume a system is secure without carefully considering potential threats.
Built bybesser82
State complete
Volume prod
StartedMon, 01 Nov 2021 11:55:34 UTC
CompletedMon, 01 Nov 2021 12:01:05 UTC
Taskbuild (f35-candidate, /rpms/pam_mount.git:a03a1658b268dcae4616f190cd8f475d86391c4e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/pam_mount.git#a03a1658b268dcae4616f190cd8f475d86391c4e'}}
Tags
f35-updates
RPMs
src
pam_mount-2.18-1.fc35.src.rpm (info) (download)
aarch64
pam_mount-2.18-1.fc35.aarch64.rpm (info) (download)
pam_mount-debuginfo-2.18-1.fc35.aarch64.rpm (info) (download)
pam_mount-debugsource-2.18-1.fc35.aarch64.rpm (info) (download)
armv7hl
pam_mount-2.18-1.fc35.armv7hl.rpm (info) (download)
pam_mount-debuginfo-2.18-1.fc35.armv7hl.rpm (info) (download)
pam_mount-debugsource-2.18-1.fc35.armv7hl.rpm (info) (download)
i686
pam_mount-2.18-1.fc35.i686.rpm (info) (download)
pam_mount-debuginfo-2.18-1.fc35.i686.rpm (info) (download)
pam_mount-debugsource-2.18-1.fc35.i686.rpm (info) (download)
ppc64le
pam_mount-2.18-1.fc35.ppc64le.rpm (info) (download)
pam_mount-debuginfo-2.18-1.fc35.ppc64le.rpm (info) (download)
pam_mount-debugsource-2.18-1.fc35.ppc64le.rpm (info) (download)
s390x
pam_mount-2.18-1.fc35.s390x.rpm (info) (download)
pam_mount-debuginfo-2.18-1.fc35.s390x.rpm (info) (download)
pam_mount-debugsource-2.18-1.fc35.s390x.rpm (info) (download)
x86_64
pam_mount-2.18-1.fc35.x86_64.rpm (info) (download)
pam_mount-debuginfo-2.18-1.fc35.x86_64.rpm (info) (download)
pam_mount-debugsource-2.18-1.fc35.x86_64.rpm (info) (download)
Logs
armv7hl
hw_info.log
state.log
build.log
root.log
mock_output.log
i686
hw_info.log
state.log
build.log
root.log
mock_output.log
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
aarch64
hw_info.log
state.log
build.log
root.log
mock_output.log
ppc64le
hw_info.log
state.log
build.log
root.log
mock_output.log
s390x
state.log
hw_info.log
root.log
build.log
mock_output.log
Changelog * Mon Nov 01 2021 Björn Esser <besser82@fedoraproject.org> - 2.18-1 - Update to 2.18 * Mon Nov 01 2021 Björn Esser <besser82@fedoraproject.org> - 2.16-15 - Fix BuildRequires - Whitespace cleanup - Fix explicit Requires - Modernize spec file - Sort (Build)Requires by alphabet - Add patch to replace obsolete use of AM_PROG_LIBTOOL * Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2.16-14 - Rebuilt with OpenSSL 3.0.0 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 14 2020 Till Maas <opensource@till.name> - 2.16-9 - Actually apply the patch * Tue Jan 14 2020 Till Maas <opensource@till.name> - 2.16-8 - Support LUKS2 volumes (https://bugzilla.redhat.com/show_bug.cgi?id=1773362)