aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #293 from reinerh/masterLibravatar netblue302016-02-14
|\ | | | | Fix memory leak
| * Fix memory leakLibravatar Reiner Herrmann2016-02-13
| |
* | small fixesLibravatar netblue302016-02-14
| |
* | --trace fixLibravatar netblue302016-02-13
| |
* | --trace fixLibravatar netblue302016-02-13
|/
* seccomp fixesLibravatar netblue302016-02-12
|
* set sandbox nice valueLibravatar netblue302016-02-11
|
* Merge pull request #289 from manevich/patch-2Libravatar netblue302016-02-10
|\ | | | | Fix problem with relative path in storage_find function
| * 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.
* | STUN/WebRTC disabled in default netfilter configurationLibravatar netblue302016-02-10
|/
* fixed man firejail-profileLibravatar netblue302016-02-09
|
* isolate command name problemLibravatar netblue302016-02-08
|
* whitelist fixLibravatar netblue302016-02-08
|
* fixed whitelist problemLibravatar netblue302016-02-08
|
* set window titleLibravatar netblue302016-02-08
|
* default seccomp filter updateLibravatar netblue302016-02-08
|
* 0.9.38 testingLibravatar netblue302016-02-02
|
* 0.9.38 testingLibravatar netblue302016-02-01
|
* deprecated --private-home featureLibravatar netblue302016-02-01
|
* various fixesLibravatar netblue302016-01-31
|
* various fixesLibravatar netblue302016-01-31
|
* fixed ssh login in firejail shellLibravatar netblue302016-01-31
|
* TyposLibravatar Martin Carpenter2016-01-30
|
* 0.9.38-rc1 testingLibravatar netblue302016-01-29
|
* Merge pull request #269 from mcarpenter/sa_family_tLibravatar netblue302016-01-29
|\ | | | | Include <sys/socket.h> for sa_family_t (RHEL 6.6)
| * Include <sys/socket.h> for sa_family_t (RHEL 6.6)Libravatar Martin Carpenter2016-01-29
| |
* | Fix for systems that don't have CAP_SYSLOGLibravatar Martin Carpenter2016-01-29
|/ | | | | | | CAP_SYSLOG was retroactively split from CAP_SYSADMIN (Linux kernel commit ce6ada35bdf710d16582cc4869c26722547e6f11). Existing supported systems might not yet have this commit (eg RHEL 6.6) in which case compilation fails.
* the first protocol list requested takes precedenceLibravatar netblue302016-01-28
|
* don't allow --chroot as user without seccomp supportLibravatar netblue302016-01-26
|
* --private-tmpLibravatar root2016-01-26
|
* --tmpfs allowd only as root userLibravatar root2016-01-25
|
* --disable-network --disable-userns compile time optionsLibravatar netblue302016-01-25
|
* 0.9.38 testingLibravatar netblue302016-01-24
|
* testingLibravatar netblue302016-01-24
|
* Make the sandbox process reap all children.Libravatar Karl-Johan Karlsson2016-01-23
| | | | | | | The sandbox process is PID 1 in the sandbox, which means it needs to reap orphans within the jail by running waitpid(-1). Solves netblue30/firejail#256
* set terminal window titleLibravatar netblue302016-01-23
|
* Merge pull request #255 from sinkuu/fix_run_symlinkLibravatar netblue302016-01-23
|\ | | | | Fix symlink invocation for programs placing symlinks in $PATH
| * Fix symlink invocation for programs placing symlinks in $PATHLibravatar sinkuu2016-01-23
| |
* | disable /dev/kmsg and /proc/kmsgLibravatar netblue302016-01-23
| |
* | added --user commandLibravatar netblue302016-01-23
|/
* fixed .asoundrc problems for Debian sidLibravatar netblue302016-01-22
|
* fix gvfs bugLibravatar netblue302016-01-21
|
* whitelist fixLibravatar netblue302016-01-21
|
* changed typo in man file generationLibravatar Holger Heinz2016-01-20
|
* build regressionsLibravatar netblue302016-01-20
|
* debug whitelist codeLibravatar netblue302016-01-19
|
* man firejail-profile fixesLibravatar netblue302016-01-18
|
* if the program name is a symbolic link, use the real path to generate the ↵Libravatar netblue302016-01-17
| | | | name of the profile file
* symlink invocationLibravatar netblue302016-01-17
|
* faster exitLibravatar netblue302016-01-16
|