[yast-commit] r59775 - in /branches/SuSE-SLE-10-SP3-Branch/yast2: library/modules/Linuxrc.ycp package/yast2.changes
Author: locilka Date: Thu Nov 26 13:42:15 2009 New Revision: 59775 URL: http://svn.opensuse.org/viewcvs/yast?rev=59775&view=rev Log: Fixed access rights for /etc/install.inf (bnc #500124) Modified: branches/SuSE-SLE-10-SP3-Branch/yast2/library/modules/Linuxrc.ycp branches/SuSE-SLE-10-SP3-Branch/yast2/package/yast2.changes Modified: branches/SuSE-SLE-10-SP3-Branch/yast2/library/modules/Linuxrc.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/yast2/library/modules/Linuxrc.ycp?rev=59775&r1=59774&r2=59775&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/yast2/library/modules/Linuxrc.ycp (original) +++ branches/SuSE-SLE-10-SP3-Branch/yast2/library/modules/Linuxrc.ycp Thu Nov 26 13:42:15 2009 @@ -145,6 +145,8 @@ { SCR::Execute (.target.bash, "/bin/grep -v Sourcemounted /etc/install.inf >" + root + "/etc/install.inf"); + SCR::Execute (.target.bash, "/bin/chmod 0600 " + + root + "/etc/install.inf"); // just for debug so we can see the original install.inf later SCR::Execute (.target.bash, "/bin/cp /etc/install.inf " + Modified: branches/SuSE-SLE-10-SP3-Branch/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/yast2/package/yast2.changes?rev=59775&r1=59774&r2=59775&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/yast2/package/yast2.changes (original) +++ branches/SuSE-SLE-10-SP3-Branch/yast2/package/yast2.changes Thu Nov 26 13:42:15 2009 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Nov 26 13:40:24 CET 2009 - locilka@suse.cz + +- Fixed access rights for /etc/install.inf (bnc #500124) + +------------------------------------------------------------------- Tue May 12 19:04:12 CEST 2009 - mzugec@suse.de - support for IPv6/PREFIXLEN (fate#303811) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org