An example of this is:
cat pass.txt | docker login -u jarjarbinks --password-stdin=true
Can another unprivileged process snoop on the data being transferred through the anonymous FIFO?
An example of this is:
cat pass.txt | docker login -u jarjarbinks --password-stdin=true
Can another unprivileged process snoop on the data being transferred through the anonymous FIFO?
does the process belong to the same user running this?
SYS_PTRACE
capability, but you usually do) can just snoop on the system calls needed to read the stdin file descriptor.