tag
line
file
source code
S_ISGID
428
fs/exec.c
euid) || ((i & S_ISGID) && inode->i_gid != current->egid)) &&
S_ISGID
439
fs/exec.c
e_gid = (i & S_ISGID) ? inode->i_gid : current->egid;