summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/test/README
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2002-02-17 21:56:45 +0000
committergshapiro <gshapiro@FreeBSD.org>2002-02-17 21:56:45 +0000
commit8449595fe97f4474b9b9a7e4edee1ef35dcff393 (patch)
treee7a33b132264d449a512ddf4a8685df097669c1d /contrib/sendmail/test/README
parent289b381b31415647269c7520d881017e2dcb27f1 (diff)
downloadFreeBSD-src-8449595fe97f4474b9b9a7e4edee1ef35dcff393.zip
FreeBSD-src-8449595fe97f4474b9b9a7e4edee1ef35dcff393.tar.gz
Import sendmail 8.12.2
Diffstat (limited to 'contrib/sendmail/test/README')
-rw-r--r--contrib/sendmail/test/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/sendmail/test/README b/contrib/sendmail/test/README
new file mode 100644
index 0000000..d715bbb
--- /dev/null
+++ b/contrib/sendmail/test/README
@@ -0,0 +1,27 @@
+# Copyright (c) 2001 Sendmail, Inc. and its suppliers.
+# All rights reserved.
+#
+# By using this file, you agree to the terms and conditions set
+# forth in the LICENSE file which can be found at the top level of
+# the sendmail distribution.
+#
+# $Id: README,v 1.2 2001/09/28 16:36:28 ca Exp $
+#
+
+This directory contains several programs to test various OS calls.
+If your OS is not listed in the Results file, you should run those
+test programs. Most of them have instructions at the begin of source
+code, at least those which are important.
+
+Notice: most of these programs require set-user-ID or set-group-ID
+installation. Hence they are not tested automatically.
+
+t_dropgid.c test how to drop saved-gid for a set-group-ID program
+t_exclopen.c test for security-defeating semantics that an open with
+ O_CREAT|O_EXCL set will successfully open a file named
+ by a symbolic link that to a non-existent file
+t_seteuid.c test whether seteuid works
+t_setgid.c test whether setgid works
+t_setreuid.c test whether setreuid works
+t_setuid.c test whether setuid works
+
OpenPOWER on IntegriCloud