]> git.pld-linux.org Git - packages/apmd.git/blob - apmd-security.patch
- don't set umask(0) at startup.
[packages/apmd.git] / apmd-security.patch
1 --- apmd/apmd.c.sec     Mon Jan  8 18:02:10 2001
2 +++ apmd/apmd.c Mon Jan  8 18:02:14 2001
3 @@ -945,7 +945,6 @@
4         close(0);
5         close(1);
6         close(2);
7 -       umask(0);
8      }
9  
10      if ((fd = apm_open()) < 0)
This page took 0.048916 seconds and 3 git commands to generate.