Pass pid, ppid, sid, pgid and tcpgid to plugin in user_info list.

This commit is contained in:
Todd C. Miller
2012-04-13 15:18:40 -04:00
parent 89b90fa4cd
commit 5f969cc12a
5 changed files with 121 additions and 3 deletions

View File

@@ -92,6 +92,11 @@
#define TGP_NOECHO_TRY 0x10 /* turn off echo if possible */
struct user_details {
pid_t pid;
pid_t ppid;
pid_t pgid;
pid_t tcpgid;
pid_t sid;
uid_t uid;
uid_t euid;
uid_t gid;