From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/002150.html | 93 ++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002150.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002150.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002150.html b/zarb-ml/mageia-sysadm/2011-January/002150.html new file mode 100644 index 000000000..1b39defc4 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002150.html @@ -0,0 +1,93 @@ + + + + [Mageia-sysadm] [310] set 0440 permissions to tmp file before copying it to sudoers + + + + + + + + + +

[Mageia-sysadm] [310] set 0440 permissions to tmp file before copying it to sudoers

+ root at mageia.org + root at mageia.org +
+ Sun Jan 16 23:59:25 CET 2011 +

+
+ +
Revision: 310
+Author:   blino
+Date:     2011-01-16 23:59:25 +0100 (Sun, 16 Jan 2011)
+Log Message:
+-----------
+set 0440 permissions to tmp file before copying it to sudoers
+
+Modified Paths:
+--------------
+    build_system/iurt/trunk/iurt2
+
+Modified: build_system/iurt/trunk/iurt2
+===================================================================
+--- build_system/iurt/trunk/iurt2	2011-01-16 22:58:11 UTC (rev 309)
++++ build_system/iurt/trunk/iurt2	2011-01-16 22:59:25 UTC (rev 310)
+@@ -1452,6 +1452,7 @@
+ $user   ALL=(ALL) NOPASSWD:RPM
+ );
+     close $f;
++    chmod 0440, $tmpfile;
+ 
+     plog("adding sudo for /bin/rpm, /usr/sbin/urpmi and /usr/sbin/urpme");
+     my $ret = sudo($run, $config, '--cp', $tmpfile, $file);
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110116/230b2120/attachment.html>
+
+ + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1