diff options
author | Damien Miller <djm@mindrot.org> | 2006-04-22 21:26:08 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-04-22 21:26:08 +1000 |
commit | 73b42d2bb058da914828b53f2951954560a5b6eb (patch) | |
tree | 7271e92211fab0a06b0d36f162801b073220c5bf /openbsd-compat/openbsd-compat.h | |
parent | 2eaf37d899a55c253ad42d13534a824bce9c8ed2 (diff) |
- (djm) [Makefile.in configure.ac session.c sshpty.c]
[contrib/redhat/sshd.init openbsd-compat/Makefile.in]
[openbsd-compat/openbsd-compat.h openbsd-compat/port-linux.c]
[openbsd-compat/port-linux.h] Add support for SELinux, setting
the execution and TTY contexts. based on patch from Daniel Walsh,
bz #880; ok dtucker@
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 432b183e7..eda9c49eb 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: openbsd-compat.h,v 1.35 2006/03/15 11:25:55 dtucker Exp $ */ | 1 | /* $Id: openbsd-compat.h,v 1.36 2006/04/22 11:26:08 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | 4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. |
@@ -185,6 +185,7 @@ char *shadow_pw(struct passwd *pw); | |||
185 | #include "bsd-cray.h" | 185 | #include "bsd-cray.h" |
186 | #include "bsd-cygwin_util.h" | 186 | #include "bsd-cygwin_util.h" |
187 | #include "port-irix.h" | 187 | #include "port-irix.h" |
188 | #include "port-linux.h" | ||
188 | #include "port-aix.h" | 189 | #include "port-aix.h" |
189 | #include "port-uw.h" | 190 | #include "port-uw.h" |
190 | #include "port-tun.h" | 191 | #include "port-tun.h" |