From 2e950c57c5009816e071a335436724c644d33b48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 20 Oct 2016 11:53:57 -0400 Subject: [PATCH] Remove outdated comment about run_as open being broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/common/runas.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/runas.c b/src/common/runas.c index d4a8e6c9c..081a3d28e 100644 --- a/src/common/runas.c +++ b/src/common/runas.c @@ -487,10 +487,6 @@ int run_as_mkdir(const char *path, mode_t mode, uid_t uid, gid_t gid) return run_as(RUN_AS_MKDIR, &data, uid, gid); } -/* - * Note: open_run_as is currently not working. We'd need to pass the fd - * opened in the child to the parent. - */ LTTNG_HIDDEN int run_as_open(const char *path, int flags, mode_t mode, uid_t uid, gid_t gid) { -- 2.34.1