mirror of
https://github.com/apache/nuttx.git
synced 2026-09-06 17:06:31 +00:00
Add a flag to group structure: If the group is created by a kernel thread, then all resources in the group must be priviliged
This commit is contained in:
parent
c81093913a
commit
764e1235da
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@
|
|||
|
||||
#define GROUP_FLAG_NOCLDWAIT (1 << 0) /* Bit 0: Do not retain child exit status */
|
||||
#define GROUP_FLAG_ADDRENV (1 << 1) /* Bit 1: Group has an address environment */
|
||||
#define GROUP_FLAG_PRIVILEGED (1 << 2) /* Bit 2: Group is privileged */
|
||||
|
||||
/* Values for struct child_status_s ch_flags */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue