Home | History | Annotate | Download | only in openssh

Lines Matching full:effective

54 /* Saved effective uid. */
59 /* Saved effective uid. */
66 * Temporarily changes to the given uid. If the effective user
125 /* Set the effective uid to the given (unprivileged) uid. */
187 fatal("restore_uid: temporarily_use_uid not effective");
191 /* Set the effective uid back to the saved privileged uid. */
199 * Propagate the real uid (usually more privileged) to effective uid
213 * called while temporarily_use_uid is effective.
230 fatal("permanently_set_uid: temporarily_use_uid effective");
303 cap.effective = cap.permitted = (1 << CAP_SYS_BOOT);