Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add process user and group info #10

Closed
andrewkroh opened this issue Apr 4, 2018 · 0 comments
Closed

Add process user and group info #10

andrewkroh opened this issue Apr 4, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@andrewkroh
Copy link
Member

ProcessInfo should include UID and GID values (Real, effective, saved set, and filesystem).

@andrewkroh andrewkroh added the enhancement New feature or request label Apr 4, 2018
@cwurm cwurm closed this as completed in #34 Jan 3, 2019
cwurm pushed a commit that referenced this issue Jan 3, 2019
Adds a `User()` function to `Process` and implements it for all providers.

For Linux and Darwin (macOS) this retrieves the real, effective, and saved user and group IDs. For Windows, this retrieves the user and primary group SID.

Closes #10.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant