groups

QNX SDP8.0PLMS User's GuideAPIConfigurationDeveloper

Format

groups = [gid_1, [, ... ]]

Description

The groups keyword represents a list of group IDs that specifies the supplementary group access list for the process. The range is 0 to INT_MAX(2147483647).

Example

groups = [11, 101]

Default

The default behavior in QNX is for child processes to inherit the parent's groups. PLMS adopts this behavior in absence of this setting.

Multiplicity

Zero or one instance in a task block.

Constraints

  • Group names are not accepted.

  • The value of groups is evaluated at component runtime. If groups is specified in a task, then the task must have one of the exec*() functions so that groups is used at run time.

Page updated: