aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* testing, admin workLibravatar netblue302015-09-01
|
* Merge pull request #53 from sarneaud/noblacklistLibravatar netblue302015-09-01
|\ | | | | Noblacklist
| * Add noblacklist command to firejail.Libravatar sarneaud2015-09-01
| | | | | | | | | | | | * Basic implementation * Updates to standard profiles * Update to firejail-profile manpage
| * Update profiles to use the new noblacklist command.Libravatar sarneaud2015-09-01
| |
| * Simple implementation of noblacklist command.Libravatar sarneaud2015-09-01
| |
* | Merge pull request #51 from sarneaud/gitignoreLibravatar netblue302015-09-01
|\ \ | | | | | | Add tags file and vim temporary files to .gitignore
| * | Add tags file and vim temporary files to .gitignoreLibravatar sarneaud2015-09-01
| | |
* | | Merge pull request #52 from sarneaud/strncmpLibravatar netblue302015-09-01
|\ \ \ | | |/ | |/| Clean up some fragile uses of strncmp.
| * | Clean up some fragile uses of strncmp.Libravatar sarneaud2015-09-01
| |/ | | | | | | | | | | | | In some places the code compares the first n characters of a string and then assumes a valid string starts from the n+2th character. I didn't find any places where this wasn't justifiable, but I think it's better to stick to safer patterns, especially in SUID code.
* / cleanupLibravatar netblue302015-09-01
|/
* using /etc/firejail/server.profile as default profile if the sandbox is ↵Libravatar netblue302015-08-31
| | | | started by root
* admin workLibravatar netblue302015-08-30
|
* Merge pull request #48 from sarneaud/globLibravatar netblue302015-08-30
|\ | | | | Rewrite globbing code to fix various minor issues
| * Rewrite globbing code to fix various minor issuesLibravatar sarneaud2015-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | * Plug a memory leak. * Remove the short-circuit. (This breaks when someone uses [] or ? patterns without using *. I figure it's best to use the principle of least surprise and just let the system glob() implementation do what it does.) * Stop sorting results. I've also replaced a lot of disable-history.inc with a glob pattern. Now it catches files like .sqlite_history and whatever the user runs under rlwrap.
* | fixing manpagesLibravatar netblue302015-08-30
|/
* more fixes for blacklist on Arch systemsLibravatar netblue302015-08-28
|
* don't blacklist directory links, print a warningLibravatar netblue302015-08-28
|
* fix firejail-in-firejail againLibravatar netblue302015-08-28
|
* cleanup unfinished featuresLibravatar netblue302015-08-28
|
* testing default.profileLibravatar netblue302015-08-28
|
* fixed thunderbird profile to allow a browser to startLibravatar netblue302015-08-28
|
* firejail-in-firejail fixesLibravatar netblue302015-08-28
|
* fixesLibravatar netblue302015-08-27
|
* cleanupLibravatar netblue302015-08-27
|
* testingLibravatar netblue302015-08-27
|
* Merge pull request #46 from iiotx/masterLibravatar netblue302015-08-27
|\ | | | | Use generic.profile by default
| * Use generic.profile by default: fixesLibravatar iiotx2015-08-27
| |
| * Use generic.profile by defaultLibravatar iiotx2015-08-26
|/
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar netblue302015-08-26
|\
| * Merge pull request #43 from pmillerchip/masterLibravatar netblue302015-08-24
| |\ | | | | | | Fix typo in usage.c
| | * Fix typo in usage.cLibravatar Peter Millerchip2015-08-24
| |/
* / Fixed overlay on Arch linux; minor cleanupsLibravatar netblue302015-08-26
|/
* added --env optionLibravatar netblue302015-08-24
|
* private-home testingLibravatar netblue302015-08-23
|
* Merge pull request #42 from pmillerchip/expand-homeLibravatar netblue302015-08-23
|\ | | | | Implement the expand_home util function
| * 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
|
* Merge pull request #38 from pmillerchip/shell-none-argsLibravatar netblue302015-08-21
|\ | | | | Fix arguments passed to child process during execvp in --shell=none mode
| * 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
|
* Merge pull request #35 from pmillerchip/warnings-cleanupLibravatar netblue302015-08-20
|\ | | | | Compile with -W -Wall -Werror
| * Compile with -W -Wall -WerrorLibravatar Peter Millerchip2015-08-20
| |
* | testingLibravatar netblue302015-08-20
|/
* Merge pull request #34 from pmillerchip/make-installLibravatar netblue302015-08-20
|\ | | | | Fix the 'make install' command for new bash completion location
| * Fix the 'make install' command for new bash completion locationLibravatar Peter Millerchip2015-08-20
|/
* Merge pull request #33 from pmillerchip/filenames-with-spacesLibravatar netblue302015-08-19
|\ | | | | Support filenames with spaces in the blacklist option