HomeSort by relevance Sort by last modified time
    Searched full:setgid (Results 176 - 200 of 377) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/lcov/
descriptions.tests 1275 but fails to set the setgid bit on it if invoked by non-root (uid != 0)
1317 - clears setuid and setgid bits set on an executable file.
1318 - preserves setgid bit set on a non-group-executable file.
1327 Also, verify that chown() clears the setuid/setgid bits set on the file.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 686 if hasattr(os, 'setgid'):
689 self.assertRaises(os.error, os.setgid, 0)
690 self.assertRaises(OverflowError, os.setgid, 1<<32)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 686 if hasattr(os, 'setgid'):
689 self.assertRaises(os.error, os.setgid, 0)
690 self.assertRaises(OverflowError, os.setgid, 1<<32)
    [all...]
  /external/valgrind/main/coregrind/m_ume/
main.c 90 "Warning: Can't execute setuid/setgid executable: %s\n",
  /external/wpa_supplicant_8/src/utils/
os_unix.c 275 setgid(AID_WIFI);
  /libcore/luni/src/main/java/libcore/io/
Posix.java 162 public native void setgid(int gid) throws ErrnoException; method in class:Posix
  /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/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 131 /* Allows setgid(2) manipulation */
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 809 * Test that the /system/bin/run-as command has setuid and setgid
827 // ensure file has setuid/setgid enabled
    [all...]
  /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 419 process, unless the directory has the setgid bit set, in which case it takes
420 the gid from the parent directory, and also gets the setgid bit set if it is
  /frameworks/base/core/jni/
android_util_Process.cpp 416 return setgid(uid) == 0 ? 0 : errno;
1030 {"setGid", "(I)I", (void*)android_os_Process_setGid},
  /frameworks/native/cmds/dumpstate/
dumpstate.c 415 if (setgid(AID_SHELL) != 0) {
416 ALOGE("Unable to setgid, aborting: %s\n", strerror(errno));
  /system/core/init/
init.c 297 if (setgid(svc->gid) != 0) {
298 ERROR("setgid failed: %s\n", strerror(errno));
  /bionic/libc/arch-arm/
syscalls.mk 24 syscall_src += arch-arm/syscalls/setgid.S
  /bionic/libc/arch-mips/
syscalls.mk 25 syscall_src += arch-mips/syscalls/setgid.S
  /bionic/libc/arch-x86/
syscalls.mk 25 syscall_src += arch-x86/syscalls/setgid.S
  /device/asus/deb/
init.deb.rc 199 # Enable the setgid bit on the directory
  /device/asus/flo/
init.flo.rc 201 # 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 129 setgid(AID_BLUETOOTH);
  /external/dnsmasq/src/
helper.c 85 setgid(gid) == -1 ||
  /external/iputils/
tftpd.c 114 setgid(65534);
  /external/kernel-headers/original/linux/
capability.h 154 /* Allows setgid(2) manipulation */

Completed in 694 milliseconds

1 2 3 4 5 6 78 91011>>