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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/syscalls/
setgid.S 4 .globl setgid
6 .ent setgid
8 setgid: label
22 .end setgid
  /bionic/libc/arch-arm/syscalls/
setgid.S 6 ENTRY(setgid) function
15 END(setgid)
  /bionic/libc/arch-x86/syscalls/
setgid.S 6 ENTRY(setgid) function
21 END(setgid)
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 42 * setuid or setgid "ip" command can be used to modify the
54 * setuid or setgid tcpdump can be used maliciously to monitor
72 assertTrue("File \"" + file + "\" is setGID", (fs.mode & FileUtils.S_ISGID) == 0);
  /bootable/recovery/minadbd/
README.txt 7 - always setuid/setgid's itself to the shell user
adb.c 395 if (setgid(AID_SHELL) != 0) {
396 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/libcap-ng/libcap-ng-0.7/src/
captab.h 29 _S(CAP_SETGID, "setgid" )
  /external/kernel-headers/original/linux/
personality.h 42 * cleared upon setuid or setgid exec:
  /docs/source.android.com/src/devices/tech/security/
enhancements43.jd 20 <li><strong>No setuid/setgid programs.</strong>
  /system/extras/su/
su.c 128 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 113 * @param gid the UNIX gid that the new process should setgid() to after
149 * @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
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 117 public void setgid(int gid) throws ErrnoException { os.setgid(gid); } method in class:ForwardingOs
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 

Completed in 1055 milliseconds

1 2 3 4 5 6 7 8 91011>>