aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* cleanup and some new testsLibravatar netblue302016-07-31
|
* Merge pull request #662 from reinerh/masterLibravatar netblue302016-07-31
|\ | | | | Suggestions to release process
| * Create detached signature for source tarball (Closes #204)Libravatar Reiner Herrmann2016-07-30
| |
| * Use xz compression for source tarballLibravatar Reiner Herrmann2016-07-30
| |
* | Merge pull request #665 from thomasjfox/unpacker-profilesLibravatar netblue302016-07-31
|\ \ | | | | | | Add profiles for tar (gtar), unzip and unrar
| * | Add file.profileLibravatar Thomas Jarosch2016-07-31
| | |
| * | Add profiles for tar (gtar), unzip and unrarLibravatar Thomas Jarosch2016-07-30
| |/ | | | | | | | | | | | | | | | | | | | | | | | | I've tested compression and uncompression of various tar formats and also straced unzip/unrar regarding their file access in /etc. -> should be fine. If you want to unpack files in /usr/bin, then use the --ignore=private-bin switch. Same for /etc: --ignore=private-etc
* | Merge pull request #668 from thomasjfox/improve-traceLibravatar netblue302016-07-31
|\ \ | | | | | | Improve libtrace / libtracelog
| * | libtrace: Add support for lstat() / lstat64()Libravatar Thomas Jarosch2016-07-31
| | |
| * | 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.
* | Merge pull request #663 from thomasjfox/make-dist-mkuidLibravatar netblue302016-07-31
|\ \ | | | | | | Include mkuid.sh in "make dist"
| * | Add uids.h to .gitignoreLibravatar Thomas Jarosch2016-07-30
| | |
| * | Include mkuid.sh in "make dist"Libravatar Thomas Jarosch2016-07-30
| |/ | | | | | | Fixes the rpm build from the tarball.
* | Merge pull request #661 from manevich/join-quotingLibravatar netblue302016-07-31
|\ \ | | | | | | Fix command line quoting on joining, move quoting code to functions
| * | exit with error if length of quoted command line is longer than ARG_MAXLibravatar Aleksey Manevich2016-07-30
| | |
| * | fix cmdline quoting on --join + move cmdline quoting code to functionsLibravatar Aleksey Manevich2016-07-30
| | |
* | | Merge pull request #664 from reinerh/recursive_mkdirLibravatar netblue302016-07-31
|\ \ \ | |_|/ |/| | Allow recursive mkdir (Closes #305)
| * | Allow recursive mkdir (Closes #305)Libravatar Reiner Herrmann2016-07-30
|/ /
* | fixesLibravatar netblue302016-07-30
| |
* | Merge pull request #660 from xee5ch/skypeforlinuxLibravatar netblue302016-07-30
|\ \ | | | | | | Add new skypeforlinux profile.
| * | Add new skypeforlinux profile.Libravatar Al S2016-07-30
| | | | | | | | | Per recommendation of @netblue30, allow use of the netlink protocol in order for skypeforlinux to properly function in a firejail environment, per discussion in Github issue #656.
* | | Merge pull request #659 from thomasjfox/improve-profile-listLibravatar netblue302016-07-30
|\ \ \ | | | | | | | | Improve profile list
| * | | Remove double-listed icedove.profileLibravatar Thomas Jarosch2016-07-30
| | | | | | | | | | | | | | | | | | | | Also checked Makefile.in and platform/debian/conffiles for missing / duplicate files.
| * | | Sort profiles alphabeticallyLibravatar Thomas Jarosch2016-07-30
| | |/ | |/| | | | | | | That way it's easy to check if a profile is already listed.
* | | Merge pull request #658 from pigmonkey/bitlbeeLibravatar netblue302016-07-30
|\ \ \ | | | | | | | | Allow BitlBee to write /var/lib/bitlbee
| * | | Allow BitlBee to write /var/lib/bitlbeeLibravatar Pig Monkey2016-07-29
| |/ / | | | | | | | | | | | | | | | Bitlbee stores its configuration in /var/lib/bitlbee. It must be able to write to this directory in order to save config changes (adding accounts, writing OTR keys, etc).
* | | Merge pull request #657 from reinerh/masterLibravatar netblue302016-07-30
|\ \ \ | |/ / |/| | Some test fixes
| * | Use wildcard for qdiscLibravatar Reiner Herrmann2016-07-30
| | |
| * | Look for argtest in test directory to not require it being installedLibravatar Reiner Herrmann2016-07-29
| | |
| * | Run correct shell script during testLibravatar Reiner Herrmann2016-07-29
| | |
| * | Build argtest if it doesn't existLibravatar Reiner Herrmann2016-07-29
| | |
| * | Don't assume that current directory is inside /homeLibravatar Reiner Herrmann2016-07-29
|/ /
* | using UID_MIN/GID_MIN values from /etc/login.defLibravatar netblue302016-07-29
| |
* | fix Makefile.inLibravatar netblue302016-07-29
| |
* | config file fixLibravatar netblue302016-07-29
| |
* | noexec fixLibravatar netblue302016-07-29
| |
* | Merge pull request #654 from thomasjfox/add-uudeview-profileLibravatar netblue302016-07-28
|\ \ | | | | | | Add profile for uudeview
| * | Add profile for uudeviewLibravatar Thomas Jarosch2016-07-28
| | | | | | | | | | | | | | | | | | | | | uudeview might access unsafe email content, therefore restrict it as much as possible. In fact it's best to call firejail with a private home dir, too.
* | | added netfilter-default config option in /etc/firejail/firejail.configLibravatar netblue302016-07-28
|/ /
* | whitelist fixLibravatar netblue302016-07-28
| |
* | fix cyberfox profileLibravatar netblue302016-07-28
| |
* | Merge pull request #653 from thomasjfox/improve-disable-passwdmgrLibravatar netblue302016-07-28
|\ \ | | | | | | disable-passwdmgr.inc: Don't leak keepassx config
| * | disable-passwdmgr.inc: Don't leak keepassx configLibravatar Thomas Jarosch2016-07-27
| | | | | | | | | | | | It contains the path to the last used database.
* | | symlink whitelist fixLibravatar netblue302016-07-27
| | |
* | | symlink whitelist fixLibravatar netblue302016-07-27
| | |
* | | Merge branch 'master' of https://github.com/netblue30/firejailLibravatar netblue302016-07-27
|\ \ \
| * \ \ Merge pull request #652 from manevich/patch-3Libravatar netblue302016-07-27
| |\ \ \ | | | | | | | | | | Two fixes to --join behaviour
| | * | | Honor --shell option when joiningLibravatar Aleksey Manevich2016-07-27
| | | | |
| | * | | Honor --nice option when joiningLibravatar Aleksey Manevich2016-07-27
| | |/ /
* | / / --join fixesLibravatar netblue302016-07-27
|/ / /