aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/sandbox.c
Commit message (Expand)AuthorAge
...
* Run dhclient inside the sandboxLibravatar Kristóf Marussy2019-12-30
* postpone procfs mount until after chroot callLibravatar smitsohu2019-10-13
* improve enforce_filters warningLibravatar smitsohu2019-10-01
* prevent trace from interfering with sandbox setupLibravatar smitsohu2019-09-22
* break out fs_tracefile functionLibravatar smitsohu2019-09-18
* fix --timeoutLibravatar netblue302019-07-04
* Merge pull request #2771 from smitsohu/homedir2Libravatar netblue302019-06-20
|\
| * avoid running without procfs describing the pid namespaceLibravatar smitsohu2019-06-14
* | no postmount checks when building basic filesystemLibravatar smitsohu2019-06-17
* | streamline remounting (ro,rw,noexec)Libravatar smitsohu2019-06-17
|/
* small private-cwd adjustmentsLibravatar smitsohu2019-05-24
* Merge pull request #2712 from apmorton/features/private-cwdLibravatar smitsohu2019-05-24
|\
| * Add private-cwd option to control working directory within jailLibravatar Austin Morton2019-05-23
* | Add deterministic-exit-code option to ensure firejail exits with the first ch...Libravatar Austin Morton2019-05-20
|/
* dbus: make --nodbus block also system D-Bus socketLibravatar Topi Miettinen2019-05-15
* mount runtime seccomp files read-only (#2602)Libravatar smitsohu2019-03-23
* hardening: run more code unprivilegedLibravatar smitsohu2019-03-20
* move copyright statement to 2019Libravatar smitsohu2019-02-07
* cleanup, minor improvementsLibravatar smitsohu2019-01-20
* signal handler fixes/improvementsLibravatar smitsohu2019-01-19
* fix parent death signalLibravatar smitsohu2019-01-13
* enforce nonewprivs instead of seccomp for chroot sandboxesLibravatar smitsohu2018-12-15
* add explicit nonewprivs support to join option; accompanying small improvementsLibravatar smitsohu2018-12-14
* Do not override user provided seccomp lists when in chroot/overlay/appimage, ...Libravatar Glenn Washburn2018-10-16
* bringing in the fix for always have helpers in sandbox (original pull rq from...Libravatar netblue302018-10-13
* allow overriding of disable-mnt with noblacklist - #2154Libravatar smitsohu2018-10-11
* exit if execl fails (arg_audit)Libravatar smitsohu2018-09-11
* small rlimits adjustmentLibravatar smitsohu2018-09-10
* set rlimits at later timepoint during sandbox setupLibravatar smitsohu2018-09-09
* disallow overriding of global rlimits, tiny improvementsLibravatar smitsohu2018-09-06
* --chroot fixes (Debian problem)Libravatar netblue302018-09-01
* fix issue with join optionLibravatar smitsohu2018-08-19
* clear all warnings from cppcheck static code analysisLibravatar smitsohu2018-08-11
* set umask for internal useLibravatar smitsohu2018-07-16
* Revert "mounting a tmpfs on ~/.cache directory (private-cache) by default"Libravatar Tad2018-06-14
* Change --nousb to --nou2f per suggestion on last commit.Libravatar Chiraag Nataraj2018-06-12
* Add --nousb optionLibravatar Chiraag Nataraj2018-06-12
* mounting a tmpfs on ~/.cache directory (private-cache) by defaultLibravatar netblue302018-06-12
* add private-cache optionLibravatar smitsohu2018-06-04
* remove 64bit seccomp filter from 32bit architecturesLibravatar netblue302018-05-06
* mergesLibravatar netblue302018-04-23
* priv tweaksLibravatar smitsohu2018-04-22
* fix problem found by smitsohuLibravatar netblue302018-04-13
* cleanup seccomp run filesLibravatar netblue302018-04-12
* noroot uid/gid/supplementary group fixes; problems found by smitsohuLibravatar netblue302018-04-09
* add --noautopulse arg for complex pulse setupsLibravatar Melvin Vermeeren2018-04-01
* --nodbus, first draft for #1825Libravatar startx20172018-03-26
* appimage enhancementsLibravatar netblue302018-02-27
* added support to disable apparmor globally in /etc/firejail/firejail.configLibravatar netblue302018-02-19
* whitelist, private-dev, private-tmp support for chroot and overlay sandboxesLibravatar netblue302018-01-25