aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtracelog
Commit message (Collapse)AuthorAge
* Fix problem with relative path in storage_find functionLibravatar Aleksey Manevich2016-02-10
| | | | | | | | | | | | | | | | storage_find function fails on relative path, so nothing reported to log when blacklisted file accessed by relative path. This is because CWD is NULL when realpath function called. How to reproduce: touch /home/user/somefile firejail --blacklist=somefile --tracelog cat somefile Solution: keep CWD value and set it before calling realpath. In order to do this: * new wrapper for chdir call, and variable to keep CWD added. * storage_find modified to chdir before calling realpath function. * order of storage_find and orig_* calls in syscall wrappers changed, to prevent error set by calls in storage_find leak outside. * condition for calling realpath changed to include double-slash and path without initial slash.
* TyposLibravatar Martin Carpenter2016-01-30
|
* copyright 2016Libravatar netblue302016-01-13
|
* Sort file lists to make build reproducibleLibravatar Reiner Herrmann2015-12-16
|
* tracelog fixesLibravatar netblue302015-12-12
|
* tracelog fixesLibravatar netblue302015-12-06
|
* tracelog fixesLibravatar netblue302015-12-06
|
* memory leakLibravatar netblue302015-12-06
|
* fixesLibravatar netblue302015-12-06
|
* --tracelog workLibravatar netblue302015-12-04
|
* --tracelogLibravatar netblue302015-12-03