Logs from the child process (namespaced) are proxied to the parent

process
This commit is contained in:
Robert Swiecki
2015-05-15 16:02:15 +02:00
parent d203695aa0
commit 69622c17ae
5 changed files with 46 additions and 9 deletions

View File

@@ -31,6 +31,6 @@ bool containPrepareEnv(struct nsjconf_t *nsjconf);
bool containMountFS(struct nsjconf_t *nsjconf);
bool containSetLimits(struct nsjconf_t *nsjconf);
bool containMakeFdsCOE(void);
bool containSetupFD(struct nsjconf_t *nsjconf, int fd_in, int fd_out, int fd_err);
bool containSetupFD(struct nsjconf_t *nsjconf, int fd_in, int fd_out, int fd_err, int fd_log);
#endif /* _CONTAIN_H */