]> git.pld-linux.org Git - packages/apmd.git/commitdiff
- don't set umask(0) at startup.
authorkloczek <kloczek@pld-linux.org>
Tue, 4 Dec 2001 08:56:11 +0000 (08:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apmd-security.patch -> 1.1

apmd-security.patch [new file with mode: 0644]

diff --git a/apmd-security.patch b/apmd-security.patch
new file mode 100644 (file)
index 0000000..171caec
--- /dev/null
@@ -0,0 +1,10 @@
+--- apmd/apmd.c.sec    Mon Jan  8 18:02:10 2001
++++ apmd/apmd.c        Mon Jan  8 18:02:14 2001
+@@ -945,7 +945,6 @@
+       close(0);
+       close(1);
+       close(2);
+-      umask(0);
+     }
+     if ((fd = apm_open()) < 0)
This page took 0.084575 seconds and 4 git commands to generate.