mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 06:40:31 -05:00
Define a KERN_PROC_RGID option for kvm_getprocs().
Submitted by: Cyrille Lefevre
This commit is contained in:
parent
26eddc7f41
commit
524b369bc7
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue