From ddf3ca2157b82d609f169eb22706047cbee7d3b4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 25 Jan 2011 12:59:25 +0000 Subject: Rearrange selinux-role.patch so that it links properly given this SELinux build fix. --- sshd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshd.c') diff --git a/sshd.c b/sshd.c index d351094d4..67a2f9d6b 100644 --- a/sshd.c +++ b/sshd.c @@ -708,7 +708,7 @@ privsep_postauth(Authctxt *authctxt) RAND_seed(rnd, sizeof(rnd)); /* Drop privileges */ - do_setusercontext(authctxt->pw); + do_setusercontext(authctxt->pw, authctxt->role); skip: /* It is safe now to apply the key state */ -- cgit v1.2.3