Module: Puppet::FFI::POSIX::Constants Private
- Extended by:
- FFI::Library
- Defined in:
- lib/puppet/ffi/posix/constants.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Constant Summary collapse
- MAXIMUM_NUMBER_OF_GROUPS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Maximum number of supplementary groups (groups that a user can be in plus its primary group) (64 + 1 primary group) Chosen a reasonable middle number from the list www.j3e.de/ngroups.html
65