aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/sandbox.c
Commit message (Expand)AuthorAge
* Merge pull request #4041 from smitsohu/traceLibravatar netblue302021-03-05
|\
| * sandbox setup: postpone library preloadingLibravatar smitsohu2021-03-03
* | Merge pull request #4040 from smitsohu/loggerLibravatar netblue302021-03-05
|\ \
| * | sandbox setup: postpone fsloggerLibravatar smitsohu2021-03-03
| |/
* | bring back postexecseccomp for chroot/appimage/overlay sandboxesLibravatar smitsohu2021-03-03
* | cosmeticsLibravatar smitsohu2021-03-03
* | private-etc: minor timetrace fixLibravatar smitsohu2021-03-03
* | Use strerror(errno) instead of %mLibravatar Tomi Leppänen2021-03-03
* | retiring --audit (replaced by jailtest)Libravatar netblue302021-03-01
* | Clarify enforce_filters messageLibravatar rusty-snake2021-03-01
* | Add ./configure --enable-force-nonewprivsLibravatar rusty-snake2021-03-01
* | sandbox: Do not leave file mounts underneath private-etcLibravatar Simo Piiroinen2021-02-22
|/
* firejail in firejail: don't clear environment variablesLibravatar smitsohu2021-02-16
* copyright updateLibravatar startx20172021-02-15
* Filter environment variablesLibravatar Topi Miettinen2021-02-08
* Merge pull request #3850 from smitsohu/smitsohu-shellLibravatar netblue302020-12-30
|\
| * join: add fexecve fallback for shellsLibravatar smitsohu2020-12-29
* | declare seccomp_debug function staticLibravatar smitsohu2020-12-21
|/
* a more portable implementation for time measurementsLibravatar netblue302020-12-01
* reimplement --private-cache using --tmpfsLibravatar smitsohu2020-11-20
* compile time option to disable --private-cache and --tmpfs for regular userLibravatar netblue302020-10-27
* DHCP fixesLibravatar netblue302020-10-06
* disable dbus proxy at compile time (default enabled) - part 1Libravatar netblue302020-09-09
* removed --disable-seccomp from ./configureLibravatar startx20172020-09-01
* shell none: avoid syscalls after seccomp_install_filtersLibravatar smitsohu2020-09-01
* join: move to mmapped sandbox status indicatorLibravatar smitsohu2020-08-31
* cat fixesLibravatar smitsohu2020-08-25
* Merge branch 'master' into lsLibravatar smitsohu2020-08-19
|\
| * mount sandbox lib directory ro,nosuid,nodevLibravatar smitsohu2020-08-08
* | drop system(3) calls from sandbox.cLibravatar smitsohu2020-08-19
|/
* Remove double sys/prctl.h includeLibravatar Fred Barclay2020-06-06
* debug seccomp as the userLibravatar smitsohu2020-04-20
* Add --dbus-user and --dbus-system optionsLibravatar Kristóf Marussy2020-04-06
* Allow changing error action in seccomp filtersLibravatar Topi Miettinen2020-04-06
* seccomp/join fixLibravatar netblue302020-04-03
* seccomp: allow defining separate filters for 32-bit archLibravatar Topi Miettinen2020-03-28
* integrate AppArmor with join options (#3242)Libravatar smitsohu2020-03-02
* Add support for SELinux labelingLibravatar Topi Miettinen2020-02-22
* openSUSE fix: mount private-etc on /usr/etc as wellLibravatar smitsohu2020-02-09
* Fix unsigned comparison error (#3174)Libravatar Kristóf Marussy2020-01-27
* Fix indentation for dhcp client codeLibravatar Kristóf Marussy2020-01-27
* move copyright to 2020 (part 2) (#3181)Libravatar glitsj162020-01-24
* 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