aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_linux.h')
-rw-r--r--executor/common_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index 8f38fabd7..b9a67418b 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -3482,7 +3482,7 @@ static int do_sandbox_setuid(void)
if (syscall(SYS_setresuid, nobody, nobody, nobody))
fail("failed to setresuid");
- // This is required to open /proc/self/* files.
+ // This is required to open /proc/self/ files.
// Otherwise they are owned by root and we can't open them after setuid.
// See task_dump_owner function in kernel.
prctl(PR_SET_DUMPABLE, 1, 0, 0, 0);