Home
last modified time | relevance | path

Searched refs:set_current_groups (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/
Dgroups.c139 int set_current_groups(struct group_info *group_info) in set_current_groups() function
151 EXPORT_SYMBOL(set_current_groups);
210 retval = set_current_groups(group_info); in SYSCALL_DEFINE2()
Duid16.c197 retval = set_current_groups(group_info); in SYSCALL_DEFINE2()
/Linux-v4.19/include/linux/
Dcred.h70 extern int set_current_groups(struct group_info *);
/Linux-v4.19/arch/s390/kernel/
Dcompat_linux.c267 retval = set_current_groups(group_info); in COMPAT_SYSCALL_DEFINE2()
/Linux-v4.19/Documentation/security/
Dcredentials.rst457 called before :c:func:`set_groups` or :c:func:`set_current_groups`.