Define a KERN_PROC_RGID option for kvm_getprocs().
Submitted by: Cyrille Lefevre
This commit is contained in:
parent
cedda3bff2
commit
2dbf0cc197
@ -418,6 +418,7 @@ TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_entry);
|
||||
#define KERN_PROC_ARGS 7 /* get/set arguments/proctitle */
|
||||
#define KERN_PROC_PROC 8 /* only return procs */
|
||||
#define KERN_PROC_SV_NAME 9 /* get syscall vector name */
|
||||
#define KERN_PROC_RGID 10 /* by real group id */
|
||||
#define KERN_PROC_INC_THREAD 0x10 /*
|
||||
* modifier for pid, pgrp, tty,
|
||||
* uid, ruid, and proc
|
||||
|
Loading…
Reference in New Issue
Block a user