aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
...
* fix chroot with mounted resolv.confLibravatar smitsohu2019-10-13
|
* x11 hardeningLibravatar smitsohu2019-10-13
|
* kalgebra.profile, kalgebramobile.profileLibravatar rusty-snake2019-10-12
|
* x11 xorg: blacklist non-default Xauthority fileLibravatar smitsohu2019-10-08
| | | fixes #1652
* add x11 xorg option to HAS_X11 conditional - #2205Libravatar smitsohu2019-10-08
|
* add HAS_X11 conditional, disconnect session manager - #2205Libravatar smitsohu2019-10-08
|
* little tweaksLibravatar smitsohu2019-10-08
|
* Merge pull request #2982 from smitsohu/chrootLibravatar netblue302019-10-04
|\ | | | | Move chroot entirely from path based to file descriptor based mounts
| * improve enforce_filters warningLibravatar smitsohu2019-10-01
| | | | | | added an additional newline in order to keep it visually separate from other unrelated error messages
| * simplify chroot option parsingLibravatar smitsohu2019-10-01
| | | | | | | | this is a partial revert, back to the original code
| * base checks and mounts on same file descriptorLibravatar smitsohu2019-10-01
| |
| * improve variable namesLibravatar smitsohu2019-09-29
| |
| * chroot moduleLibravatar smitsohu2019-09-29
| |
| * move chroot from path based to file descriptor based mountsLibravatar smitsohu2019-09-29
| |
* | fix the fixLibravatar smitsohu2019-10-04
| | | | | | | | | | | | cf. previous commit 34e5ad65b238b698c55e4921c9ac9294e6548cc7 line buffered output is what we really want
* | alphabetize man page entriesLibravatar smitsohu2019-10-04
| |
* | fix concurrent writing to trace fileLibravatar smitsohu2019-10-04
| |
* | break out of libtrace file open loopLibravatar smitsohu2019-10-04
| |
* | commented out some debug code in libtraceLibravatar netblue302019-09-29
| |
* | increase socket buffer size for firemon, bug #2700Libravatar netblue302019-09-29
|/
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2019-09-22
|\
| * Create pngquant.profileLibravatar rusty-snake2019-09-21
| |
| * Create gnome-latex.profileLibravatar rusty-snake2019-09-20
| |
* | minor optimizationLibravatar smitsohu2019-09-22
| |
* | prevent trace from interfering with sandbox setupLibravatar smitsohu2019-09-22
| |
* | various clarifications, minor fixesLibravatar smitsohu2019-09-22
|/
* break out fs_tracefile functionLibravatar smitsohu2019-09-18
|
* fix the fix: tune file copy limit widthLibravatar smitsohu2019-09-17
|
* fail gracefully if argc is zeroLibravatar smitsohu2019-09-17
|
* add trace file validationLibravatar smitsohu2019-09-17
|
* move to fd based trace file mountLibravatar smitsohu2019-09-17
|
* Merge branch 'master' into fix-profile-builderLibravatar netblue302019-09-15
|\
| * update seccomp in man firejailLibravatar rusty-snake2019-09-13
| |
| * libtrace cleanupLibravatar netblue302019-09-10
| |
| * Add ar profile (#2949)Libravatar glitsj162019-09-08
| | | | | | | | | | | | * Add ar to firecfg * Create ar.profile
| * fix FIREJAIL_FILE_COPY_LIMIT larger than 2GBLibravatar smitsohu2019-09-05
| |
| * Revert changes in #2928 to seccomp group @defaultLibravatar Topi Miettinen2019-09-04
| | | | | | | | | | Reconstruct @default by not relying on the changed system call groups @privileged and @resources.
* | Make sure that we are unprivileged before creating the trace log file.Libravatar Glenn Washburn2019-08-29
| |
* | When running builder trace output should go to separate file because (1) ↵Libravatar Glenn Washburn2019-08-29
| | | | | | | | trace output is logged to console, which is a pain to capture, and (2) it should not be mingled with program output anyway, which it was when sending to stdout.
* | Update man page to note that --trace can now take an optional parameter.Libravatar Glenn Washburn2019-08-29
| |
* | Allow firejail --trace option to take an optional parameter which is the ↵Libravatar Glenn Washburn2019-08-29
| | | | | | | | trace log file path. The trace log file will be created if it does not exist and then bind mounted to RUN_TRACE_FILE so that the sandboxed program can access it.
* | Allow libtrace preload library to use for trace output a logfile specified ↵Libravatar Glenn Washburn2019-08-29
| | | | | | | | by the environment variable FIREJAIL_TRACEFILE or as the RUN_TRACE_FILE if it exists ortherwise use the console as before.
* | Fix issue where strace output file path has leading space making it an ↵Libravatar Glenn Washburn2019-08-29
| | | | | | | | invalid path.
* | Better debug handling.Libravatar Glenn Washburn2019-08-29
| |
* | Profile builder helper should use correct firejail binary path.Libravatar Glenn Washburn2019-08-29
|/
* Merge pull request #2928 from topimiettinen/seccomp-more-groupsLibravatar netblue302019-08-29
|\ | | | | Add further seccomp groups
| * Add further seccomp groupsLibravatar Topi Miettinen2019-08-28
| | | | | | | | Get further seccomp group definitions from systemd.
* | fix previous mergeLibravatar netblue302019-08-29
| |
* | Merge branch 'master' into seccomp-allow-exceptionsLibravatar netblue302019-08-29
|\ \
| * | seccomp fix: allow numeric syscallsLibravatar aoand2019-08-26
| |/ | | | | | | as per man page, numeric syscall is indicated by the dollar sign '$'