Home | History | Annotate | Download | only in openbsd-compat

Lines Matching refs:user_ctx

111 	security_context_t user_ctx = NULL;
118 user_ctx = ssh_selinux_getctxbyname(pwname);
119 if (setexeccon(user_ctx) != 0) {
132 if (user_ctx != NULL)
133 freecon(user_ctx);
143 security_context_t user_ctx = NULL;
151 user_ctx = ssh_selinux_getctxbyname(pwname);
160 if (security_compute_relabel(user_ctx, old_tty_ctx,
174 if (user_ctx != NULL)
175 freecon(user_ctx);