я сижу в системе по пользователем someuser и я запустила процесс 12345, я хочу к этому процессу присоединиться, но если я делаю strace без sudo, то получаю
strace: Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf: Operation not permitted
strace: attach: ptrace(PTRACE_SEIZE, 15571): Operation not permitted
а если я делаю через sudo:
sudo strace -u someuser -E HOME=/home/someuser -p 12345 -o trace.txt
то у меня просит ввести пароль:
password for someuser:
как узнать или поменять этот пароль?