From: Jérémie Galarneau Date: Thu, 20 Oct 2016 15:53:57 +0000 (-0400) Subject: Remove outdated comment about run_as open being broken X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=2e950c57c5009816e071a335436724c644d33b48 Remove outdated comment about run_as open being broken Signed-off-by: Jérémie Galarneau --- 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) {