Home
last modified time | relevance | path

Searched refs:auth (Results 1 – 8 of 8) sorted by relevance

/systemd-251/factory/etc/pam.d/
Dother3 auth include system-auth
4 account include system-auth
5 password include system-auth
6 session include system-auth
Dsystem-auth6 auth sufficient pam_unix.so
7 -auth sufficient pam_systemd_home.so
8 auth required pam_deny.so
/systemd-251/src/libsystemd/sd-bus/
Dbus-socket.c216 b->auth = b->anonymous_auth ? BUS_AUTH_ANONYMOUS : BUS_AUTH_EXTERNAL; in bus_socket_auth_verify_client()
418 b->auth = BUS_AUTH_ANONYMOUS; in bus_socket_auth_verify_server()
435 b->auth = BUS_AUTH_EXTERNAL; in bus_socket_auth_verify_server()
447 b->auth = _BUS_AUTH_INVALID; in bus_socket_auth_verify_server()
452 if (b->auth == _BUS_AUTH_INVALID) in bus_socket_auth_verify_server()
470 if (b->auth == _BUS_AUTH_INVALID) in bus_socket_auth_verify_server()
473 if (b->auth == BUS_AUTH_ANONYMOUS) in bus_socket_auth_verify_server()
481 b->auth = _BUS_AUTH_INVALID; in bus_socket_auth_verify_server()
487 if (b->auth == _BUS_AUTH_INVALID || !b->accept_fd) in bus_socket_auth_verify_server()
Dbus-internal.h258 enum bus_auth auth; member
/systemd-251/src/shared/
Dtpm2-util.c1143 TPM2B_AUTH auth = { in tpm2_unseal() local
1147 hash_pin(pin, strlen(pin), auth.buffer); in tpm2_unseal()
1149 rc = sym_Esys_TR_SetAuth(c.esys_context, hmac_key, &auth); in tpm2_unseal()
1150 explicit_bzero_safe(&auth, sizeof(auth)); in tpm2_unseal()
/systemd-251/shell-completion/bash/
Djournalctl35 __syslog_facilities=(kern user mail daemon auth syslog lpr news uucp cron authpriv ftp local0 local…
/systemd-251/shell-completion/zsh/
D_journalctl62 …_journalctl_facilities=(kern user mail daemon auth syslog lpr news uucp cron authpriv ftp local0 l…
/systemd-251/
DTODO162 * TPM2: add auth policy for signed PCR values to make updates easy. i.e. do
1565 …to log into record signed by unrecognized key, automatically add key to our chain after polkit auth