bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Security patch for gettext-0.11.5/ltmain.sh


From: Andrew V. Samoilov
Subject: Security patch for gettext-0.11.5/ltmain.sh
Date: Tue, 17 Sep 2002 15:58:10 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.1) Gecko/20020910

Hello!

libtool now creates worldwritable .libs, and it is not too wise as for me.

--
Regards,
Andrew V. Samoilov.

--- ltmain.sh~  Wed Feb  6 14:11:25 2002
+++ ltmain.sh   Tue Sep 17 15:46:38 2002
@@ -546,8 +546,8 @@
          if test $status -ne 0 && test ! -d $dir; then
            exit $status
          fi
-         $show "chmod 777 $dir"
-         $run chmod 777 $dir
+         $show "chmod 755 $dir"
+         $run chmod 755 $dir
        fi
       fi
       if test "$compiler_o_lo" = yes; then
@@ -1312,8 +1312,8 @@
       if test $status -ne 0 && test ! -d $output_objdir; then
        exit $status
       fi
-      $show "chmod 777 $output_objdir"
-      $run chmod 777 $output_objdir
+      $show "chmod 755 $output_objdir"
+      $run chmod 755 $output_objdir
     fi
 
     # Determine the type of output

reply via email to

[Prev in Thread] Current Thread [Next in Thread]