summaryrefslogtreecommitdiffstats
path: root/src/core/exec-credential.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/dbus-service: refuse bind mounting over /run/credentials/Mike Yuan2024-08-171-0/+13
* core/exec-credential: do not use unlink_and_free for relative path under dfdMike Yuan2024-08-041-23/+24
* core/exec-credential: emit correct error on invalid cred sourceMike Yuan2024-08-041-4/+4
* core/exec-credential: use struct load_cred_args everywhereMike Yuan2024-08-041-129/+82
* core/exec-credential: use maybe_decrypt_and_write_credential() for SetCred= tooMike Yuan2024-08-041-31/+1
* core/exec-credential: drop misleading comment regarding EEXISTMike Yuan2024-08-041-4/+0
* core/exec-credential: trivial coding style cleanupMike Yuan2024-08-041-8/+8
* core: refuse credentials with invalid names matching with globYu Watanabe2024-08-031-0/+5
* core: Add support for renaming credentials with ImportCredential=Daan De Meyer2024-07-311-6/+87
* exec-credential: Skip duplicate credentials in load_credential_glob()Daan De Meyer2024-07-311-4/+11
* exec-credential: Log if we skip duplicate credentialDaan De Meyer2024-07-311-1/+3
* Drop EEXIST handling in load_credential_glob()Daan De Meyer2024-07-311-2/+0
* core: clean up Set/LoadCredential= parsersMike Yuan2024-07-231-4/+96
* core/exec-credential: drop unused unit_add_default_credential_dependenciesMike Yuan2024-06-121-25/+0
* Revert "core/credential,mount: re-read /proc/self/mountinfo before invoking u...Mike Yuan2024-06-121-7/+4
* core/exec-credential: downgrade warning about missing cred to debugZbigniew Jędrzejewski-Szmek2024-05-141-1/+1
* core/exec-credential: complain louder if inherited credential is missingMike Yuan2024-05-071-4/+5
* core/exec-credential: update commentYu Watanabe2024-05-011-2/+2
* core: reuse credential dir across start and start-post if populated,Mike Yuan2024-02-061-59/+60
* core: introduce exec_params_need_credentialsMike Yuan2024-02-061-2/+8
* core/exec-credential: use FOREACH_ARRAY at one more placeMike Yuan2024-02-061-21/+19
* core/exec-credential: add missing assertionsMike Yuan2024-02-061-4/+23
* mountpoint-util: introduce path_is_mount_point_fullMike Yuan2024-02-061-2/+2
* core/exec-credential: make param const where appropriateMike Yuan2024-02-041-4/+3
* creds-util: add a concept of "user-scoped" credentialsLennart Poettering2024-01-301-2/+4
* exec-credential: strv_extend() handles NULL strings gracefullyLennart Poettering2024-01-171-3/+2
* creds-util: optionally, allow NULL credentials even with TPMLennart Poettering2024-01-051-0/+2
* tpm2-util: more iovec'ificationLennart Poettering2024-01-051-10/+21
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-021-1/+1
* core/exec-credential: use rmdir_and_freep at one more placeMike Yuan2023-10-111-4/+2
* io-util: introduce loop_write_full that takes a timeoutMike Yuan2023-09-071-1/+1
* core/credential,mount: re-read /proc/self/mountinfo before invoking umount co...Yu Watanabe2023-09-061-4/+7
* core/exec-credential: introduce exec_context_get_credential_directory() helpe...Yu Watanabe2023-09-061-0/+19
* core: rename credential.[ch] -> exec-credential.[ch]Yu Watanabe2023-09-061-0/+1003