[Top]
System
|
Method System.setgroups()
- Method
setgroups
-
void System.setgroups(array(int) gids)
- Description
-
Set the supplemental group access list for this process.
- Note
-
Throws errors on failure.
This function is not available on all platforms.
- See also
-
System.initgroups, System.cleargroups, System.getgroups,
System.getgid, System.getgid, System.getegid, System.setegid
|