pgrep/pkill/pidwait: Support --uid, --euid & --group options#332
pgrep/pkill/pidwait: Support --uid, --euid & --group options#332cakebaker merged 6 commits intouutils:mainfrom
Conversation
Don't leak intricate details of Linux procfs internals.
Many arguments in pgrep/pkill/pidwait take list as an option and can be handled in an unified way.
0cd81a1 to
29467aa
Compare
Resolving user/group names requires enabling "entries" feature in uucore.
Krysztal112233
left a comment
There was a problem hiding this comment.
Could you sync the changes of process.rs into https://github.com/uutils/coreutils/blob/main/src/uucore/src/lib/features/process.rs? This file will be migrated into uucore in future :)
Added here: uutils/coreutils#7351 Is there some timeline for the migration? Probably makes sense to get the process module in procps as complete as possible before migration, as it will make considerably more difficult to add new features to procps (as then new features might need to wait for uucore to make a release) |
If possible, the migration will start when tools that depend on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #332 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry. |
No description provided.