README revision 261363
1344063Smm# Copyright (c) 2001 Proofpoint, Inc. and its suppliers.
2344063Smm#	All rights reserved.
3344063Smm#
4344063Smm# By using this file, you agree to the terms and conditions set
5344063Smm# forth in the LICENSE file which can be found at the top level of
6344063Smm# the sendmail distribution.
7358090Smm#
8358090Smm#	$Id: README,v 1.3 2013/11/22 20:52:01 ca Exp $
9344063Smm#
10344063Smm
11344063SmmThis directory contains several programs to test various OS calls.
12344063SmmIf your OS is not listed in the Results file, you should run those
13344063Smmtest programs. Most of them have instructions at the begin of source
14344063Smmcode, at least those which are important.
15344063Smm
16344063SmmNotice: most of these programs require set-user-ID or set-group-ID
17344063Smminstallation.  Hence they are not tested automatically.
18344063Smm
19344063Smmt_dropgid.c	test how to drop saved-gid for a set-group-ID program
20344063Smmt_exclopen.c	test for security-defeating semantics that an open with
21344063Smm		O_CREAT|O_EXCL set will successfully open a file named
22344063Smm		by a symbolic link that to a non-existent file
23344063Smmt_seteuid.c	test whether seteuid works
24344063Smmt_setgid.c	test whether setgid works
25344063Smmt_setreuid.c	test whether setreuid works
26344063Smmt_setuid.c	test whether setuid works
27344063Smm
28344063Smm