commit | 890856a087d1afbfa6f987e163c6e6087875f310 | [log] [tgz] |
---|---|---|
author | John Kacur <jkacur@redhat.com> | Thu Nov 29 15:39:22 2018 +0100 |
committer | John Kacur <jkacur@redhat.com> | Tue Dec 04 20:13:50 2018 +0100 |
tree | 0985860a765048547bb7419cbc4e0b0b10f28d8c | |
parent | 53346eae292d710a1d8506f94632948d25e0913f [diff] |
python-linux-procfs: pflags: Ignore non-existent pids or process names If the user enters a non-existent pid or process name, skip over it, Also, if the user enters nothing but a non-existent pid, then make sure the max_comm_len defaults to 0 instead of generating an error. Signed-off-by: John Kacur <jkacur@redhat.com>