aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
...
| * Implement the expand_home util functionLibravatar Peter Millerchip2015-08-22
| |
* | Merge pull request #41 from pmillerchip/fatal-warningsLibravatar netblue302015-08-23
|\ \ | | | | | | Support --enable-fatal-warnings in all Makefiles
| * | Support --enable-fatal-warnings in all MakefilesLibravatar Peter Millerchip2015-08-22
| | |
* | | if a sandbox is already running, the program is started directlyLibravatar netblue302015-08-23
| |/ |/|
* | support net none in profile filesLibravatar netblue302015-08-22
|/
* added --enable-fatal-warningsLibravatar netblue302015-08-21
|
* Fix arguments passed to child process during execvp in --shell=none modeLibravatar Peter Millerchip2015-08-20
|
* remove warnings form src/lib/Makefile.inLibravatar netblue302015-08-20
|
* Compile with -W -Wall -WerrorLibravatar Peter Millerchip2015-08-20
|
* Merge pull request #33 from pmillerchip/filenames-with-spacesLibravatar netblue302015-08-19
|\ | | | | Support filenames with spaces in the blacklist option
| * Support filenames with spaces in the blacklist optionLibravatar Peter Millerchip2015-08-19
| |
* | moved bash completion files under srcLibravatar netblue302015-08-18
|/
* Support ~ in blacklist and profile includesLibravatar Peter Millerchip2015-08-18
|
* removed mknod from default seccomp filter, some software packages are using ↵Libravatar netblue302015-08-16
| | | | named pipes created with mknod
* moved warning under --debug optionLibravatar netblue302015-08-16
|
* Merge pull request #29 from pmillerchip/symlink-fixesLibravatar netblue302015-08-16
|\ | | | | Replace get_link with realpath
| * Replace get_link with realpathLibravatar Peter Millerchip2015-08-16
| |
* | --overlay rework, adding a persistent directory; implemented --overlay-tmpfs ↵Libravatar netblue302015-08-16
|/ | | | option
* Merge pull request #28 from mhaas/fix-some-compiler-warningsLibravatar netblue302015-08-16
|\ | | | | Fix some compiler warnings
| * Fix comparison between unsigned and signedLibravatar Michael Haas2015-08-16
| |
| * Remove unused variablesLibravatar Michael Haas2015-08-16
| |
| * Fix typo: viod -> voidLibravatar Michael Haas2015-08-16
| |
* | Merge pull request #27 from mhaas/fix-typos-in-manLibravatar netblue302015-08-16
|\ \ | | | | | | Fix typos in firejail and firejail-profile man
| * | Fix typos in firejail and firejail-profile manLibravatar Michael Haas2015-08-16
| |/ | | | | | | Signed-off-By: Michael Haas <haas@computerlinguist.org>
* / Call realpath to resolve symlinks correctly in disable_fileLibravatar Peter Millerchip2015-08-15
|/
* Merge pull request #21 from pmillerchip/private-homeLibravatar netblue302015-08-14
|\ | | | | Implement the --private-home option
| * Implement the --private-home option as an alternative name for --private.keepLibravatar Peter Millerchip2015-08-13
| |
* | Fix typos in firejail-profile manpageLibravatar Peter Millerchip2015-08-13
|/
* Merge pull request #13 from pmillerchip/masterLibravatar netblue302015-08-12
|\ | | | | Fix potential null pointer dereference in netfilter
| * Fix potential null pointer dereference in netfilterLibravatar Peter Millerchip2015-08-11
| |
* | --private-etc option, issue #5Libravatar netblue302015-08-12
| |
* | tenative fix for issue 11Libravatar netblue302015-08-11
|/
* fixing issues 2 and 4Libravatar netblue302015-08-10
|
* Baseline firejail 0.9.28Libravatar netblue302015-08-08