Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > af9ae8ac8c38f7fcd19c61a2b7a1612c > files > 19

pam-0.99.8.1-20.1mdv2009.1.src.rpm

--- pam-0.74/modules/pam_console/chmod.c.fred	Fri Mar  9 02:00:21 2001
+++ pam-0.74/modules/pam_console/chmod.c	Thu Mar 15 16:54:27 2001
@@ -161,7 +161,8 @@
     {
       if(mntent->mnt_dir &&
          mntent->mnt_fsname &&
-	 (fnmatch(dir, mntent->mnt_dir, 0) == 0))
+	 (fnmatch(dir, mntent->mnt_dir, 0) == 0) &&
+	 strcmp(dir, mntent->mnt_fsname))
         {
           errors |= change_file(mntent->mnt_fsname, changes, TRUE, user, group);
         }