aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
|
* Add allow-perl.inc to w3m.profile (#2965)Libravatar Ethan R2019-09-16
| | | | | | * Removed disable-interpreters.inc from w3m.profile * disable-interpreters + allow-perl
* Merge pull request #2935 from crass/fix-profile-builderLibravatar netblue302019-09-15
|\ | | | | Fix profile builder
| * Merge branch 'master' into fix-profile-builderLibravatar netblue302019-09-15
| |\ | |/ |/|
* | Fix #2899Libravatar rusty-snake2019-09-15
| |
* | typos [skip ci]Libravatar rusty-snake2019-09-14
| |
* | "Net None" Option Breaks Functionality (#2962)Libravatar Barış Ekin Yıldırım2019-09-14
| | | | | | Netfilter is fine but "net none" option breaks functionality of marketplace.
* | update seccomp in man firejailLibravatar rusty-snake2019-09-13
| |
* | Fix #2945 (Signal 1.27 Fails to Start)Libravatar rusty-snake2019-09-13
| |
* | Update SkypeForLinux profile for latest version (#2960)Libravatar Denys Havrysh2019-09-13
| | | | | | Fixes #2933
* | libtrace cleanupLibravatar netblue302019-09-10
| |
* | appimage --trace testingLibravatar netblue302019-09-10
| |
* | Add ar profile (#2949)Libravatar glitsj162019-09-08
| | | | | | | | | | | | * Add ar to firecfg * Create ar.profile
* | Fix private-bin in tar.profileLibravatar glitsj162019-09-06
| | | | | | Fixes #2942.
* | Fix gnome-scheduleLibravatar glitsj162019-09-06
| | | | | | This fixes #2941.
* | Update syscalls.txtLibravatar rusty-snake2019-09-05
| |
* | remove ~/.config/dconf from whitelist-common.incLibravatar rusty-snake2019-09-05
| | | | | | | | | | - dconf database is read-only (fde6e04b) and accessed over dbus, there are no reasons to keep it in the sandbox
* | explain removal of nodbus in qpdfview.profileLibravatar smitsohu2019-09-05
| | | | | | see previous commit, #2879
* | Merge pull request #2879 from Edu4rdSHL/patch-1Libravatar smitsohu2019-09-05
|\ \ | | | | | | qpdfview: Fix issue when opening a file from file manager
| * | Fix issue when opening a file from file managerLibravatar Eduard Tolosa2019-07-29
| | | | | | | | | I can confirm https://github.com/netblue30/firejail/pull/2837#issuecomment-511334363 when opening a file from `pcmanfm`, it doesn't open if qpdfview contains `nodbus`
* | | 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.
* | | fixup! Use new seccomp syntax from #2926 in more profilesLibravatar rusty-snake2019-08-30
| | |
* | | fix #2669Libravatar rusty-snake2019-08-30
| | |
* | | Use new seccomp syntax (#2926) in more profilesLibravatar rusty-snake2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rules for redirecting profiles: - add exceptions: just add 'seccomp !SYSCALL' - remove exception: ``` seccomp ignore seccomp ```
* | | Use new seccomp syntax from #2926 in more profilesLibravatar rusty-snake2019-08-30
| | |
* | | Use new seccomp syntax from #2926Libravatar rusty-snake2019-08-30
| | |
| | * 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 branch 'master' of https://github.com/netblue30/firejailLibravatar netblue302019-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.
* | | | readme/relnotesLibravatar netblue302019-08-29
|/ / /
* | | fix previous mergeLibravatar netblue302019-08-29
| | |
* | | Merge pull request #2926 from topimiettinen/seccomp-allow-exceptionsLibravatar netblue302019-08-29
|\ \ \ | | | | | | | | Allow exceptions to seccomp lists
| * \ \ Merge branch 'master' into seccomp-allow-exceptionsLibravatar netblue302019-08-29
| |\ \ \ | |/ / / |/| | |
* | | | seccomp numeric testingLibravatar netblue302019-08-28
| | | |
* | | | Merge pull request #2929 from aoand/masterLibravatar netblue302019-08-28
|\ \ \ \ | | | | | | | | | | seccomp fix: allow numeric syscalls
| * | | | seccomp fix: allow numeric syscallsLibravatar aoand2019-08-26
|/ / / / | | | | | | | | | | | | as per man page, numeric syscall is indicated by the dollar sign '$'
* | | | Fix private-bin order in ghostwriter.profileLibravatar glitsj162019-08-26
| | | |
* | | | Fix order of private-cache in mpsyt.profileLibravatar glitsj162019-08-26
| | | |