HomeSort by relevance Sort by last modified time
    Searched full:setgid (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /bionic/libc/arch-x86/syscalls/
setgid.S 5 .type setgid, @function
6 .globl setgid
9 setgid: label
  /bionic/libc/arch-arm/syscalls/
setgid.S 5 ENTRY(setgid) function
14 END(setgid)
  /external/sepolicy/
wpa_supplicant.te 7 allow wpa self:capability { setuid net_admin setgid net_raw };
installd.te 7 allow installd self:capability { chown dac_override fowner fsetid setgid setuid };
ueventd.te 8 allow ueventd self:capability { chown mknod net_admin setgid fsetid };
zygote.te 8 allow zygote self:capability { dac_override setgid setuid };
adbd.te 6 allow adbd self:capability { net_raw setgid setuid dac_override sys_boot sys_admin };
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 30 * setuid or setgid "ip" command can be used to modify the
42 * setuid or setgid tcpdump can be used maliciously to monitor
  /device/moto/stingray/ril/
logcatd 
logcatd-blan 
  /bootable/recovery/minadbd/
README.txt 7 - always setuid/setgid's itself to the shell user
adb.c 397 if (setgid(AID_SHELL) != 0) {
398 fprintf(stderr, "failed to setgid to shell\n");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
personality.h 27 * cleared upon setuid or setgid exec:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
personality.h 27 * cleared upon setuid or setgid exec:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
personality.h 27 * cleared upon setuid or setgid exec:
  /external/openssh/
uidswap.c 127 if (setgid(getegid()) < 0)
128 debug("setgid %u: %.100s", (u_int) getegid(), strerror(errno));
204 setgid(getgid());
263 if (setgid(pw->pw_gid) < 0)
264 fatal("setgid %u: %.100s", (u_int)pw->pw_gid, strerror(errno));
269 * OS X requires initgroups after setgid to opt back into
295 (setgid(old_gid) != -1 || setegid(old_gid) != -1))
  /ndk/sources/host-tools/make-3.81/
Makefile.am 98 # If necessary, change the gid of the app and turn on the setgid flag.
101 # Whether or not make needs to be installed setgid.
104 # switch) will not work unless make is installed setgid kmem.
108 # Install make setgid to this group so it can get the load average.
118 echo "$$app needs to be owned by group $(inst_group) and setgid;"; \
misc.c 599 /* Hopefully if a system says it's POSIX.1 and has the setuid and setgid
622 extern int setuid (), setgid ();
700 group IDs are those of make (if it was installed setuid or setgid).
716 /* System V has only the setuid/setgid calls to set user/group IDs.
717 There is an effective ID, which can be set by setuid/setgid.
731 at any one time. If you use setuid/setgid, the effective will be set to
747 if (setgid (user_gid) < 0)
748 pfatal_with_name ("user_access: setgid");
795 if (setgid (make_gid) < 0)
796 pfatal_with_name ("make_access: setgid");
    [all...]
Makefile.ami 96 # Whether or not make needs to be installed setgid.
99 # switch) will not work unless make is installed setgid kmem.
101 # Install make setgid to this group so it can read /dev/kmem.
197 echo "$@ needs to be owned by group $(group) and setgid;"; \
SMakefile 102 # Whether or not make needs to be installed setgid.
105 # switch) will not work unless make is installed setgid kmem.
107 # Install make setgid to this group so it can read /dev/kmem.
  /external/kernel-headers/original/linux/
personality.h 42 * cleared upon setuid or setgid exec:
  /system/extras/su/
su.c 67 if(setgid(gid) || setuid(uid)) {
  /external/qemu/
os-posix.c 210 if (setgid(user_pwd->pw_gid) < 0) {
211 fprintf(stderr, "Failed to setgid(%d)\n", user_pwd->pw_gid);
  /libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 101 * @param gid the UNIX gid that the new process should setgid() to after
144 * @param gid the UNIX gid that the new process should setgid() to after
  /ndk/sources/host-tools/make-3.81/tests/
README 60 make to be setgid sys or kmem for this; if you don't want to install
61 make just to test it, make it setgid to kmem or whatever group /dev/kmem

Completed in 843 milliseconds

1 2 3 4 5 6 7 8 91011