Home
last modified time | relevance | path

Searched refs:user_gid (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/
H A Dos-posix.c95 static gid_t user_gid = (gid_t)-1; /* -1 -1 >=0 */ variable
115 user_gid = -1; in os_set_runas()
133 user_gid = got_gid; in os_set_runas()
141 (user_gid == (gid_t)-1)); in change_process_uid()
144 gid_t intended_gid = user_pwd ? user_pwd->pw_gid : user_gid; in change_process_uid()
157 if (setgroups(1, &user_gid) < 0) { in change_process_uid()
159 user_gid); in change_process_uid()
/openbmc/linux/fs/smb/server/mgmt/
H A Duser_config.h57 static inline unsigned int user_gid(struct ksmbd_user *user) in user_gid() function
/openbmc/linux/fs/smb/server/
H A Dsmb_common.c749 gid = user_gid(sess->user); in __ksmbd_override_fsids()