aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/join.c
Commit message (Expand)AuthorAge
* cmdline.c: optionally quote the resulting command lineLibravatar Jeff Squyres2021-06-02
* open files O_CLOEXEC|O_EXCLLibravatar smitsohu2021-05-16
* retiring --audit (replaced by jailtest)Libravatar netblue302021-03-01
* copyright updateLibravatar startx20172021-02-15
* Filter environment variablesLibravatar Topi Miettinen2021-02-08
* join: misc improvementsLibravatar smitsohu2021-01-06
* join: add fexecve fallback for shellsLibravatar smitsohu2020-12-29
* disable dbus proxy at compile time (default enabled) - part 1Libravatar netblue302020-09-09
* removed --disable-seccomp from ./configureLibravatar startx20172020-09-01
* join: move to mmapped sandbox status indicatorLibravatar smitsohu2020-08-31
* fix --join for sandboxes with xdg-dbuss-proxyLibravatar netblue302020-08-22
* annotate some functions as non-returning (#3574)Libravatar Reiner Herrmann2020-08-08
* integrate join(-or-start) with dbus optionsLibravatar smitsohu2020-07-18
* integrate AppArmor with join options (#3242)Libravatar smitsohu2020-03-02
* move copyright to 2020 (part 2) (#3181)Libravatar glitsj162020-01-24
* join: wait with effective uid of the userLibravatar smitsohu2020-01-17
* fix join timeout if sleep interval is not a multipleLibravatar smitsohu2020-01-17
* let is_ready_for_join() return a booleanLibravatar smitsohu2019-12-23
* simplify join timeoutLibravatar smitsohu2019-12-23
* make join timeout configurable in firejail.configLibravatar smitsohu2019-12-23
* let join wait if target sandbox is not ready yetLibravatar smitsohu2019-12-23
* move invalid_sandbox function to join moduleLibravatar smitsohu2019-12-22
* hardening: run more code unprivilegedLibravatar smitsohu2019-03-20
* security: too early to register signal handlerLibravatar 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
* fix join/seccomp #2296Libravatar netblue302019-01-08
* join: also check proc file to detect nonewprivs bitLibravatar smitsohu2018-12-17
* join: check prctl return valueLibravatar smitsohu2018-12-14
* add explicit nonewprivs support to join option; accompanying small improvementsLibravatar smitsohu2018-12-14
* Make --join return exit code of the invoked programLibravatar Paweł2018-10-14
* disallow overriding of global rlimits, tiny improvementsLibravatar smitsohu2018-09-06
* refactor, check the sandbox status for all join optionsLibravatar smitsohu2018-08-20
* small enhancement to join.c (ready-for-join is always a regular file)Libravatar smitsohu2018-08-19
* fix failing travis build (make no assumptions about C standard)Libravatar smitsohu2018-08-19
* fix issue with join optionLibravatar smitsohu2018-08-19
* various small improvements, fixes, nitpicksLibravatar smitsohu2018-08-11
* clear all warnings from cppcheck static code analysisLibravatar smitsohu2018-08-11
* set umask for internal useLibravatar smitsohu2018-07-16
* priv tweaksLibravatar smitsohu2018-04-22
* fix --joinLibravatar netblue302018-04-11
* split run files processing in a separate file - src/firejail/run_files.cLibravatar startx20172018-03-17
* move copyright statement to 2018Libravatar startx20172018-01-14
* redirect output messages to stderrLibravatar startx20172017-12-14
* strip trailing whitespaceLibravatar Fred-Barclay2017-11-19
* fix dependency on /etc/firejail/firejail.config when starting on symbolic linksLibravatar startx20172017-09-15
* fix x11 display reporting in firemon and firetools for sessions joining an ex...Libravatar netblue302017-08-15
* compile cleanupLibravatar startx20172017-08-15