diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-06 22:55:31 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-06 22:55:31 +0000 |
| commit | 19d1a09b3ddbbb3ad67772f4113d13bb786eb77f (patch) | |
| tree | dae9f16c2eca4b56161fec0ef6b50572e0e12adb /gnu/libexec/uucp | |
| parent | fca321513e83a008b2de1e81db69ad41981f511b (diff) | |
Notes
Diffstat (limited to 'gnu/libexec/uucp')
| -rw-r--r-- | gnu/libexec/uucp/common_sources/policy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/libexec/uucp/common_sources/policy.h b/gnu/libexec/uucp/common_sources/policy.h index c74106cc0e50..9e7c6c5ecf51 100644 --- a/gnu/libexec/uucp/common_sources/policy.h +++ b/gnu/libexec/uucp/common_sources/policy.h @@ -203,7 +203,7 @@ HAVE_SAVED_SETUID to 1, but your system does not have saved set user ID, uucp will fail with an error message whenever anybody other than the uucp user uses it. */ -#define HAVE_SAVED_SETUID 1 +#define HAVE_SAVED_SETUID 0 /* On some systems, such as 4.4BSD-Lite, NetBSD, the DG Aviion and, possibly, the RS/6000, the setreuid function is broken. It should |
