11 changes: 5 additions & 6 deletions 11 shell-completion/bash/systemd-creds Original file line numberDiff line numberDiff line change @@ -25,10 +25,9 @@ __contains_word() { }__get_tpm2_devices() { local i for i in /dev/tpmrm*; do...
systemd-credscould gain a flag--tpm2-device-keylikehttps://www.freedesktop.org/software/systemd/man/latest/systemd-cryptenroll.html#--tpm2-device-key=PATH Describe alternatives you've considered a. encrypt the secrets on the target host, and then copy them into my secrets deployment tool b. ...
If you log in through an Agama consoleafterthe packages installation starts, Agama will not be able to unmount the/mntfile system once the installation is finished. It seems related tosystemd's credentialssystem (I might be wrong). If you log in before the packages installation starts,/mntis...
import struct from socket import socket, AF_UNIX, SOCK_STREAM, SOL_SOCKET SO_PEERCRED = 17 # Pulled from /usr/include/asm-generic/socket.h s = socket(AF_UNIX, SOCK_STREAM) s.bind('/tmp/pass_cred') s.listen(1) conn, addr = s.accept() creds = conn.getsockopt(SOL_SOCKET, SO_PEER...
6 changes: 4 additions & 2 deletions 6 man/systemd-creds.xml Original file line numberDiff line numberDiff line change @@ -234,7 +234,8 @@ <listitem><para>When specified with the cat or decrypt commands, transcodes the output before showing it. Takes one of <literal>base64</literal>...