Searched refs:setgid (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 2 its parent did not have. The most obvious examples are setuid/setgid 23 been done without the execve call. For example, the setuid and setgid 49 escalate its privileges by directly attacking setuid, setgid, and
|
/linux-4.1.27/fs/devpts/ |
D | inode.c | 102 int setgid; member 167 opts->setgid = 0; in parse_mount_options() 204 opts->setgid = 1; in parse_mount_options() 340 if (opts->setgid) in devpts_show_options() 618 inode->i_gid = opts->setgid ? opts->gid : current_fsgid(); in devpts_pty_new()
|
/linux-4.1.27/Documentation/filesystems/ |
D | mandatory-locking.txt | 75 a setgid file is written to. This is a security measure. The kernel has been 78 to run mandatory lock candidates with setgid privileges. 169 permissions (remove the setgid bit) before trying to read or write to it.
|
D | xfs.txt | 79 setgid bit set, in which case it takes the gid from the 80 parent directory, and also gets the setgid bit set if it is
|
D | affs.txt | 44 setgid[=gid] Same as above, but for gid.
|
D | fuse.txt | 249 setuid and setgid bits when executing programs. To ensure this
|
/linux-4.1.27/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 170 if (setgid(0) != 0) { in create_and_enter_userns()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 116 ENTRY_SAME(setgid)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 52 SYSCALL_SPU(setgid)
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 145 COMPAT_SYSCALL_WRAP1(setgid, gid_t, gid);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 115 106 common setgid sys_setgid
|
D | syscall_32.tbl | 55 46 i386 setgid sys_setgid16
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 170 from "pinning" vulnerable setuid/setgid files against being upgraded by
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 109 Cifs_mkdir and cifs_create now respect the setgid bit on parent dir. 112 files (e.g. "cp -a") to Windows servers. For mkdir and create honor setgid bit
|
/linux-4.1.27/kernel/ |
D | sys.c | 386 SYSCALL_DEFINE1(setgid, gid_t, gid) in SYSCALL_DEFINE1() argument
|
/linux-4.1.27/init/ |
D | Kconfig | 1371 setgid, and capset.
|