summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-01-25 12:59:25 +0000
committerColin Watson <cjwatson@debian.org>2011-01-25 12:59:25 +0000
commitddf3ca2157b82d609f169eb22706047cbee7d3b4 (patch)
tree9ae03508881372c8f22df0e4f7d44df4532f10b0 /sshd.c
parent5e750371bb19c8cc58b5faea70278d857acdae0a (diff)
Rearrange selinux-role.patch so that it links properly given this
SELinux build fix.
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
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)
708 RAND_seed(rnd, sizeof(rnd)); 708 RAND_seed(rnd, sizeof(rnd));
709 709
710 /* Drop privileges */ 710 /* Drop privileges */
711 do_setusercontext(authctxt->pw); 711 do_setusercontext(authctxt->pw, authctxt->role);
712 712
713 skip: 713 skip:
714 /* It is safe now to apply the key state */ 714 /* It is safe now to apply the key state */