summaryrefslogtreecommitdiff
path: root/debian/patches/patch.DOS
diff options
context:
space:
mode:
authorMartin Schulze <joey@infodrom.org>2004-09-13 09:07:18 +0200
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:58:43 +0200
commitae03fe5d926a63cab418207f760d62a947957123 (patch)
treeaa48cfe56ac7c47fb9b0abce4d4689033d3098d6 /debian/patches/patch.DOS
parentdd994db23cb7f88732be927fad3a7039bd6301db (diff)
downloadsendmail-debian/8.12.3-7.1.tar.gz
Imported Debian patch 8.12.3-7.1debian/8.12.3-7.1
Diffstat (limited to 'debian/patches/patch.DOS')
-rw-r--r--debian/patches/patch.DOS21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/patch.DOS b/debian/patches/patch.DOS
deleted file mode 100644
index 7b595b9..0000000
--- a/debian/patches/patch.DOS
+++ /dev/null
@@ -1,21 +0,0 @@
---- main.c~orig Sat Jan 9 15:31:13 1999
-+++ main.c Wed Nov 17 19:04:44 1999
-@@ -984,6 +984,18 @@
- usrerr("Permission denied");
- finis(FALSE, EX_USAGE);
- }
-+ if (OpMode == MD_INITALIAS &&
-+ RealUid != 0 &&
-+ RealUid != TrustedUid &&
-+ !wordinclass(RealUserName, 't'))
-+ {
-+ if (LogLevel > 1)
-+ sm_syslog(LOG_ALERT, NOQID,
-+ "user %d attempted to rebuild the alias map",
-+ RealUid);
-+ usrerr("Permission denied");
-+ finis(FALSE, EX_USAGE);
-+ }
-
- if (MeToo)
- BlankEnvelope.e_flags |= EF_METOO;