Package: autofs / 5.1.2-1
Metadata
Package | Version | Patches format |
---|---|---|
autofs | 5.1.2-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
11default_automaster_location.patch | (download) |
samples/autofs.conf.default.in |
2 1 + 1 - 0 ! |
Set /etc/auto.master as the default location of the automounter master map, because that file is surely available (the package installs a default one). If the admin already has an auto.master |
12disable_default_auto_master.patch | (download) |
samples/auto.master |
4 2 + 2 - 0 ! |
Disable upstream's default of activating /mnt and /net. In previous versions this was done as a security measure (because the hosts map was processed without nosuid and nodev). |
15auto_net_nfs4.patch | (download) |
samples/auto.net |
3 3 + 0 - 0 ! |
add an example line for nfsv4 environments. |
do not check for modprobe procfs or load module.patch | (download) |
configure.in |
6 0 + 6 - 0 ! |
do not check for modprobe or procfs or load module Loading autofs module is #ifdef'ed in the source, so there is no need to check for /proc (which is only used to load module) or modprobe. Both modprobe and /proc are always in the fixed location so there's no need to check for these to start with. |
fix ldflags.patch | (download) |
Makefile.rules |
2 1 + 1 - 0 ! |
avoid dropping ldflags to fix "hardening-no-relro" |
fix sssldir.patch | (download) |
aclocal.m4 |
6 3 + 3 - 0 ! |
check the multiarch lib path when searching for "libsss_autofs.so". |
remove kernel mount.nfs version check.patch | (download) |
daemon/automount.c |
7 0 + 7 - 0 ! |
remove kernel and mount.nfs version check autofs daemon checks for kernel and mount.nfs versions and uses |