HomeSort by relevance Sort by last modified time
    Searched full:setgid (Results 26 - 50 of 698) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/sepolicy/
runas.te 20 allow runas self:capability { setuid setgid };
ueventd.te 8 allow ueventd self:capability { chown mknod net_admin setgid fsetid sys_rawio dac_override fowner };
wpa.te 10 allow wpa self:capability { setuid net_admin setgid net_raw };
netd.te 12 # the setgid bit should be cleared, regardless of whether the setgid
adbd.te 16 allow adbd self:capability { setuid setgid };
zygote.te 8 allow zygote self:capability { dac_override setgid setuid fowner chown };
dumpstate.te 10 allow dumpstate self:capability { setuid setgid };
installd.te 7 allow installd self:capability { chown dac_override fowner fsetid setgid setuid };
recovery.te 10 allow recovery self:capability { chown dac_override fowner fsetid setfcap setuid setgid sys_admin sys_tty_config };
  /bootable/recovery/minadbd/
README.txt 7 - always setuid/setgid's itself to the shell user
  /device/asus/flo/sepolicy/
sensors.te 9 allow sensors self:capability { setuid setgid };
  /device/htc/flounder/sepolicy/
netmgrd.te 12 allow netmgrd self:capability { setuid setgid net_admin net_raw };
  /device/lge/hammerhead/sepolicy/
sensors.te 9 allow sensors self:capability { setuid setgid };
  /device/lge/mako/sepolicy/
sensors.te 9 allow sensors self:capability { setuid setgid };
  /external/kernel-headers/original/uapi/linux/
personality.h 28 * cleared upon setuid or setgid exec:
  /external/strace/linux/
personality.h 28 * cleared upon setuid or setgid exec:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
personality.h 27 * cleared upon setuid or setgid exec:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
personality.h 27 * cleared upon setuid or setgid exec:
  /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...]
  /external/libcap-ng/libcap-ng-0.7/src/
captab.h 29 _S(CAP_SETGID, "setgid" )
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 110 * setuid or setgid "ip" command can be used to modify the
122 * setuid or setgid tcpdump can be used maliciously to monitor
140 assertTrue("File \"" + file + "\" is setGID", (fs.mode & FileUtils.S_ISGID) == 0);
  /external/chromium_org/third_party/cython/src/Cython/Includes/posix/
unistd.pxd 102 int setgid(gid_t)
  /docs/source.android.com/src/devices/tech/security/
enhancements43.jd 20 <li><strong>No setuid/setgid programs.</strong>
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 67 "setgid",

Completed in 668 milliseconds

12 3 4 5 6 7 8 91011>>