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

1 23 4 5 6 7 8 91011>>

  /external/libbrillo/brillo/
process_mock.h 26 MOCK_METHOD1(SetGid, void(gid_t));
  /external/strace/linux/
personality.h 28 * cleared upon setuid or setgid exec:
  /external/tlsdate/
tlsdate-seccomp-amd64.policy 33 setgid: 1
apparmor-profile 16 capability setgid,
77 capability setgid,
134 capability setgid,
  /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:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
personality.h 28 * cleared upon setuid or setgid exec:
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue9400_linux.go 37 C.setgid(0)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue9400_linux.go 37 C.setgid(0)
  /system/sepolicy/
clatd.te 18 allow clatd self:capability { net_admin net_raw setuid setgid };
debuggerd.te 7 allow debuggerd self:capability { dac_override sys_ptrace chown kill fowner setuid setgid };
sdcardd.te 12 allow sdcardd self:capability { setuid setgid dac_override sys_admin sys_resource };
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
logd.te 11 allow logd self:capability { setuid setgid sys_nice audit_control };
postinstall_dexopt.te 9 allow postinstall_dexopt self:capability { chown dac_override fowner setgid setuid };
ueventd.te 13 allow ueventd self:capability { chown mknod net_admin setgid fsetid sys_rawio dac_override fowner };
  /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;"; \
  /external/tlsdate/src/
util-plan9.c 104 if (0 != (setgid (gid) | setegid (gid)))
105 die ("Failed to setgid: %s\n", strerror (errno));
  /system/extras/su/
su.c 118 if (setgid(gid)) error(1, errno, "setgid failed");
  /external/libcap-ng/libcap-ng-0.7/src/
captab.h 29 _S(CAP_SETGID, "setgid" )
  /prebuilts/go/darwin-x86/src/runtime/
syscall2_solaris.go 21 //go:cgo_import_dynamic libc_setgid setgid "libc.so"
  /prebuilts/go/darwin-x86/src/syscall/
asm_solaris_amd64.s 62 TEXT ·setgid(SB),NOSPLIT,$0
  /prebuilts/go/linux-x86/src/runtime/
syscall2_solaris.go 21 //go:cgo_import_dynamic libc_setgid setgid "libc.so"
  /prebuilts/go/linux-x86/src/syscall/
asm_solaris_amd64.s 62 TEXT ·setgid(SB),NOSPLIT,$0
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 124 * setuid or setgid "ip" command can be used to modify the
136 * setuid or setgid tcpdump can be used maliciously to monitor
154 assertTrue("File \"" + file + "\" is setGID", (fs.mode & FileUtils.S_ISGID) == 0);

Completed in 1012 milliseconds

1 23 4 5 6 7 8 91011>>