Remove outdated comment about run_as open being broken
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 20 Oct 2016 15:53:57 +0000 (11:53 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 20 Oct 2016 18:45:53 +0000 (14:45 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/runas.c

index d4a8e6c9c6b8397b0fe318a240df024ed2ed6442..081a3d28e98e4eac9bf236ac4825319d3828f0b4 100644 (file)
@@ -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)
 {
This page took 0.026458 seconds and 5 git commands to generate.