summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* added mkdir in all whitelisted profilesLibravatar netblue302016-02-18
|
* Merge pull request #302 from jrabe/masterLibravatar netblue302016-02-18
|\ | | | | Add Polari profile
| * Add Polari profileLibravatar Janik Rabe2016-02-17
| |
* | mkdir support in profile filesLibravatar netblue302016-02-17
|/
* cherrytree profileLibravatar netblue302016-02-16
|
* Merge pull request #300 from mahdi1234/masterLibravatar netblue302016-02-16
|\ | | | | Adding cherrytree profile
| * Adding cherrytree profileLibravatar mahdi12342016-02-16
| | | | | | http://www.giuspen.com/cherrytree/
* | merged epiphany browser profileLibravatar netblue302016-02-16
| |
* | centos7 fixes; support for building rpm packagesLibravatar netblue302016-02-16
| |
* | Merge pull request #297 from jgriffiths/rpmfixesLibravatar netblue302016-02-16
|\ \ | | | | | | RPM build fixes
| * | make clean now removes rpmsLibravatar Jon Griffiths2016-02-16
| | |
| * | Remove old-mkrpm.shLibravatar Jon Griffiths2016-02-16
| | |
| * | 'make rpms' now makes the rpm filesLibravatar Jon Griffiths2016-02-16
| | |
| * | Fix mkrpm.shLibravatar Jon Griffiths2016-02-16
| | |
| * | Update spec fileLibravatar Jon Griffiths2016-02-16
| | |
* | | fix pathLibravatar netblue302016-02-15
|/ /
* | centos6 fixLibravatar netblue302016-02-15
| |
* | manpage fixLibravatar netblue302016-02-14
| |
* | merged building on systems without bash from manevichLibravatar netblue302016-02-14
| |
* | merged building on systems without bash from manevichLibravatar netblue302016-02-14
| |
* | qLibravatar netblue302016-02-14
|\ \ | | | | | | | | | Merge branch 'master' of https://github.com/netblue30/firejail
| * \ Merge pull request #293 from reinerh/masterLibravatar netblue302016-02-14
| |\ \ | | | | | | | | Fix memory leak
| | * | Fix memory leakLibravatar Reiner Herrmann2016-02-13
| | | |
* | | | mergeLibravatar netblue302016-02-14
| | | |
* | | | mergeLibravatar netblue302016-02-14
|/ / /
* | | small fixesLibravatar netblue302016-02-14
| | |
* | | --trace fixLibravatar netblue302016-02-13
| | |
* | | --trace fixLibravatar netblue302016-02-13
|/ /
* | remove konsole blacklistLibravatar netblue302016-02-12
| |
* | added lxterminal profileLibravatar netblue302016-02-12
| |
* | split out terminal blacklisting in disable-terminals.incLibravatar netblue302016-02-12
| |
* | seccomp fixesLibravatar netblue302016-02-12
| |
* | set sandbox nice valueLibravatar netblue302016-02-11
| |
* | fix problem with relative path in storage_find functionLibravatar netblue302016-02-10
| |
* | 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
| | |
* | | STUN/WebRTC disabled in default netfilter configurationLibravatar netblue302016-02-10
| | |
* | | STUN/WebRTC disabled in default netfilter configurationLibravatar netblue302016-02-10
|/ /
* | whitelisting ~/.pki in Firefox, Crome/Cromium, OperaLibravatar netblue302016-02-09
| |
* | fixed man firejail-profileLibravatar netblue302016-02-09
| |
* | chroot testingLibravatar root2016-02-09
| |
* | chroot testingLibravatar root2016-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
| |
* | default seccomp filter updateLibravatar netblue302016-02-08
| |
* | default seccomp filter updateLibravatar netblue302016-02-08
| |