HomeSort by relevance Sort by last modified time
    Searched full:setgid (Results 301 - 325 of 698) sorted by null

<<11121314151617181920>>

  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 440 RESTRICT_SYSCALL_DEATH_TEST(setgid);
  /external/kernel-headers/original/uapi/linux/
capability.h 133 /* Allows setgid(2) manipulation */
  /external/strace/linux/aarch64/
syscallent1.h 145 { 1, 0, sys_setgid, "setgid" }, /* 144 */
  /external/strace/linux/arc/
syscallent.h 145 { 1, 0, sys_setgid, "setgid" }, /* 144 */
  /external/strace/linux/avr32/
syscallent.h 74 { 1, 0, sys_setgid, "setgid" }, /* 46 */
  /external/strace/linux/hppa/
syscallent.h 51 { 1, 0, sys_setgid, "setgid" }, /* 46 */
  /external/strace/linux/metag/
syscallent.h 145 { 1, 0, sys_setgid, "setgid" }, /* 144 */
  /external/strace/linux/tile/
syscallent.h 145 { 1, 0, sys_setgid, "setgid" }, /* 144 */
syscallent1.h 145 { 1, 0, sys_setgid, "setgid" }, /* 144 */
  /external/strace/linux/x86_64/
syscallent.h 107 { 1, 0, sys_setgid, "setgid" }, /* 106 */
  /external/strace/linux/xtensa/
syscallent.h 134 { 1, 0, sys_setgid, "setgid" }, /* 138 */
  /external/valgrind/main/coregrind/m_ume/
main.c 90 "Warning: Can't execute setuid/setgid/setcap executable: %s\n",
  /external/wpa_supplicant_8/src/utils/
os_unix.c 313 setgid(AID_WIFI);
  /frameworks/native/cmds/installd/
commands.c     [all...]
installd.c 605 if (setgid(AID_INSTALL) < 0) {
606 ALOGE("setgid() can't drop privileges; exiting.\n");
  /libcore/luni/src/main/java/libcore/io/
Os.java 131 public void setgid(int gid) throws ErrnoException; method in interface:Os
  /ndk/sources/host-tools/make-3.81/
config.ami 41 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
Makefile.in 301 # If necessary, change the gid of the app and turn on the setgid flag.
304 # Whether or not make needs to be installed setgid.
307 # switch) will not work unless make is installed setgid kmem.
311 # Install make setgid to this group so it can get the load average.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
capability.h 134 /* Allows setgid(2) manipulation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
capability.h 134 /* Allows setgid(2) manipulation */
  /external/dnsmasq/contrib/lease-access/
lease.access.patch 33 setgid(gp->gr_gid) == -1))
58 /* lose the setuid and setgid capbilities */
  /external/e2fsprogs/misc/
tune2fs.8.in 438 process, unless the directory has the setgid bit set, in which case it takes
439 the gid from the parent directory, and also gets the setgid bit set if it is
  /frameworks/base/core/jni/
android_util_Process.cpp 405 return setgid(uid) == 0 ? 0 : errno;
1030 {"setGid", "(I)I", (void*)android_os_Process_setGid},
  /frameworks/native/cmds/dumpstate/
dumpstate.c 505 if (setgid(AID_SHELL) != 0) {
506 ALOGE("Unable to setgid, aborting: %s\n", strerror(errno));
  /external/tcpdump/
tcpdump.c 569 setgid(pw->pw_gid) != 0 || setuid(pw->pw_uid) != 0) {
1204 if (setgid(getgid()) != 0 || setuid(getuid()) != 0 )
1205 fprintf(stderr, "Warning: setgid/setuid failed !\n");
1362 if (setgid(getgid()) != 0 || setuid(getuid()) != 0
    [all...]

Completed in 735 milliseconds

<<11121314151617181920>>