OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gid_map
(Results
1 - 5
of
5
) sorted by null
/external/honggfuzz/libcommon/
ns.c
62
char
gid_map
[4096];
local
63
snprintf(
gid_map
, sizeof(
gid_map
), "%d %d 1", (int)current_gid, (int)current_gid);
65
"/proc/self/
gid_map
", (const uint8_t*)
gid_map
, strlen(
gid_map
), O_WRONLY) == false) {
66
PLOG_E("Couldn't write to /proc/self/
gid_map
");
/prebuilts/go/darwin-x86/src/syscall/
exec_linux.go
470
// This is needed since kernel 3.19, because you can't write
gid_map
without
509
gidf := "/proc/" + itoa(pid) + "/
gid_map
"
exec_linux_test.go
156
t.Fatalf("Unprivileged
gid_map
rewriting with GidMappingsEnableSetgroups must fail")
/prebuilts/go/linux-x86/src/syscall/
exec_linux.go
470
// This is needed since kernel 3.19, because you can't write
gid_map
without
509
gidf := "/proc/" + itoa(pid) + "/
gid_map
"
exec_linux_test.go
156
t.Fatalf("Unprivileged
gid_map
rewriting with GidMappingsEnableSetgroups must fail")
Completed in 353 milliseconds