From 1ef59ff367f20b22018d84ff913f54510d21e38f Mon Sep 17 00:00:00 2001 From: kloczek Date: Tue, 4 Dec 2001 08:56:11 +0000 Subject: [PATCH] - don't set umask(0) at startup. Changed files: apmd-security.patch -> 1.1 --- apmd-security.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apmd-security.patch diff --git a/apmd-security.patch b/apmd-security.patch new file mode 100644 index 0000000..171caec --- /dev/null +++ b/apmd-security.patch @@ -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) -- 2.43.0