HomeSort by relevance Sort by last modified time
    Searched full:setgid (Results 76 - 100 of 687) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/host-tools/make-3.81/
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/autotest/client/site_tests/security_SuidBinaries/
security_SuidBinaries.py 13 Make sure no surprise binaries become setuid, setgid, or gain filesystem
  /prebuilts/go/darwin-x86/src/archive/zip/
writer_test.go 45 Name: "setgid",
46 Data: []byte("setgid file"),
  /prebuilts/go/linux-x86/src/archive/zip/
writer_test.go 45 Name: "setgid",
46 Data: []byte("setgid file"),
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 98 // Set setuid, setgid and sticky bits.
104 // setgid
113 // clear perm, setuid, setgid and sticky bits.
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 98 // Set setuid, setgid and sticky bits.
104 // setgid
113 // clear perm, setuid, setgid and sticky bits.
  /docs/source.android.com/src/security/enhancements/
enhancements43.jd 20 <li><strong>No setuid/setgid programs.</strong>
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 67 "setgid",
  /prebuilts/go/darwin-x86/src/os/
types.go 49 ModeSetgid // g: setgid
  /prebuilts/go/linux-x86/src/os/
types.go 49 ModeSetgid // g: setgid
  /system/sepolicy/
adbd.te 17 allow adbd self:capability { setuid setgid };
recovery.te 10 allow recovery self:capability { chown dac_override fowner fsetid setfcap setuid setgid sys_admin sys_tty_config };
  /frameworks/base/core/java/com/android/internal/os/
Zygote.java 69 * @param gid the UNIX gid that the new process should setgid() to after
121 * @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
  /prebuilts/go/darwin-x86/src/syscall/
exec_solaris.go 36 func setgid(gid uintptr) (err Errno)
149 err1 = setgid(uintptr(cred.Gid))
  /prebuilts/go/linux-x86/src/syscall/
exec_solaris.go 36 func setgid(gid uintptr) (err Errno)
149 err1 = setgid(uintptr(cred.Gid))
  /external/dbus/bus/
activation-helper.c 315 if (setgid (pw->pw_gid))
318 "cannot setgid group %i", pw->pw_gid);
  /external/libbrillo/brillo/
process.h 73 virtual void SetGid(gid_t gid) = 0;
171 virtual void SetGid(gid_t gid);
process_unittest.cc 244 process_.SetGid(gid);
261 process_.SetGid(0);
  /external/tlsdate/src/
util.c 190 if (0 != (setgid (gid) | setegid (gid)))
191 die ("Failed to setgid: %s\n", strerror (errno));
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 612 setgid
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 595 setgid
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 592 setgid

Completed in 3985 milliseconds

1 2 34 5 6 7 8 91011>>