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

<<11121314151617181920>>

  /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 966 if (setgid(uid) != 0) {
967 ALOGE("setgid(%d) failed in installd during dexopt\n", uid);
    [all...]
installd.c 599 if (setgid(AID_INSTALL) < 0) {
600 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 483 if (setgid(AID_SHELL) != 0) {
484 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...]
  /device/asus/deb/
init.deb.rc 192 # Enable the setgid bit on the directory
  /device/asus/flo/
init.flo.rc 198 # Enable the setgid bit on the directory
  /device/lge/mako/
init.mako.rc 194 # Enable the setgid bit on the directory
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 131 setgid(AID_BLUETOOTH);
  /external/dnsmasq/src/
helper.c 85 setgid(gid) == -1 ||
  /external/iputils/
tftpd.c 114 setgid(65534);
  /external/ltrace/etc/
libc.so.conf 405 int setgid(int);
  /external/ltrace/sysdeps/linux-gnu/aarch64/
syscallent.h 165 "setgid", /* 144 */
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 312 setgid(getgid());
  /external/strace/linux/arm/
syscallent.h 75 { 1, 0, sys_setgid, "setgid" }, /* 46 */

Completed in 620 milliseconds

<<11121314151617181920>>