aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtracelog
Commit message (Collapse)AuthorAge
* clear all warnings from cppcheck static code analysisLibravatar smitsohu2018-08-11
| | | | obtained with: cppcheck --enable=warning --force --inconclusive --quiet ~/firejail/src
* move copyright statement to 2018Libravatar startx20172018-01-14
|
* Improve cross build support by using configured compiler instead of make defaultLibravatar Helmut Grohne2017-07-26
| | | | https://bugs.debian.org/869707
* Remove trailing whitespace from src/Libravatar Fred Barclay2017-05-24
|
* copyright 2017Libravatar netblue302017-02-11
|
* fixesLibravatar netblue302016-11-27
|
* fixesLibravatar netblue302016-11-26
|
* fix "PATH_MAX undeclared" error on musl systemsLibravatar Aleksey Manevich2016-08-07
|
* Fix wrong pointer variable in stat64 wrapperLibravatar Thomas Jarosch2016-07-31
| | | | | | | | | If a program would have called stat() and then stat64(), the traced program probably would crash with a NULL pointer access on orig_stat64. I've checked for similiar glitches in the other wrappers -> they looked ok.
* compile fixesLibravatar netblue302016-07-10
|
* Fix chdir bug in libtracelogLibravatar Aleksey Manevich2016-07-06
|
* 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