Home | History | Annotate | Download | only in openssh

Lines Matching full:effective

49 /* Saved effective uid. */
54 /* Saved effective uid. */
61 * Temporarily changes to the given uid. If the effective user
122 /* Set the effective uid to the given (unprivileged) uid. */
188 fatal("restore_uid: temporarily_use_uid not effective");
192 /* Set the effective uid back to the saved privileged uid. */
200 * Propagate the real uid (usually more privileged) to effective uid
214 * called while temporarily_use_uid is effective.
229 fatal("permanently_set_uid: temporarily_use_uid effective");
325 cap.effective = cap.permitted = (1 << CAP_SYS_BOOT);