aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/firejail.h
Commit message (Expand)AuthorAge
* non-dumpable pluginsLibravatar smitsohu2021-01-04
* join: add fexecve fallback for shellsLibravatar smitsohu2020-12-29
* DHCP fixesLibravatar netblue302020-10-06
* join: move to mmapped sandbox status indicatorLibravatar smitsohu2020-08-31
* minor cleanup: move pid functions from main.c to util.cLibravatar netblue302020-08-22
* Merge branch 'master' into lsLibravatar smitsohu2020-08-19
|\
| * Merge pull request #3569 from topimiettinen/seccomp-logLibravatar startx20172020-08-12
| |\
| | * seccomp: loggingLibravatar Topi Miettinen2020-08-05
| * | annotate some functions as non-returning (#3574)Libravatar Reiner Herrmann2020-08-08
| |/
* / refactor ls.c and prepare for new --cat optionLibravatar smitsohu2020-08-19
|/
* integrate join(-or-start) with dbus optionsLibravatar smitsohu2020-07-18
* Add options for D-Bus loggingLibravatar Kristóf Marussy2020-05-07
* Add dbus-*.call and dbus-*.broadcast commandsLibravatar Kristóf Marussy2020-05-07
* Increase MAX_ENVS to 256 (#3386)Libravatar Topi Miettinen2020-04-26
* Add dbus filter optionsLibravatar Kristóf Marussy2020-04-06
* Add xdg-dbus-proxy supportLibravatar Kristóf Marussy2020-04-06
* Add sbox_exec_v and SBOX_KEEP_FDSLibravatar Kristóf Marussy2020-04-06
* Add --dbus-user and --dbus-system optionsLibravatar Kristóf Marussy2020-04-06
* Allow changing error action in seccomp filtersLibravatar Topi Miettinen2020-04-06
* Simple sanity checks for arguments and environmentLibravatar Topi Miettinen2020-04-05
* seccomp: allow defining separate filters for 32-bit archLibravatar Topi Miettinen2020-03-28
* Merge pull request #3268 from smitsohu/remountLibravatar startx20172020-03-13
|\
| * remount hardening: move to file descriptor based mountsLibravatar smitsohu2020-03-06
* | integrate AppArmor with join options (#3242)Libravatar smitsohu2020-03-02
|/
* Add support for SELinux labelingLibravatar Topi Miettinen2020-02-22
* 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
* Add sbox_run_v to run programs with explicit argument listsLibravatar Kristóf Marussy2019-12-30
* Allow resolv.conf be written by dhclientLibravatar Kristóf Marussy2019-12-30
* Add --ip=dhcp and --ip6=dhcp optionsLibravatar Kristóf Marussy2019-12-30
* 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
* simplify chroot option parsingLibravatar smitsohu2019-10-01
* base checks and mounts on same file descriptorLibravatar smitsohu2019-10-01
* chroot moduleLibravatar smitsohu2019-09-29
* break out fs_tracefile functionLibravatar smitsohu2019-09-18
* Allow firejail --trace option to take an optional parameter which is the trac...Libravatar Glenn Washburn2019-08-29
* rewrite/partial revert of 8bff773d6a7bf70c97b3d5b751df9ec0dd6c8b5dLibravatar smitsohu2019-08-09
* fix whitelisting for homedirs outside /homeLibravatar smitsohu2019-07-25
* add symlink resolution for home directoriesLibravatar smitsohu2019-07-09
* fix #2820 - adjustable file copy limit; export FIREJAIL_DEBUG into sboxLibravatar netblue302019-07-04
* no postmount checks when building basic filesystemLibravatar smitsohu2019-06-17
* streamline remounting (ro,rw,noexec)Libravatar smitsohu2019-06-17
* Grammar fixLibravatar Reiner Herrmann2019-05-29
* small private-cwd adjustmentsLibravatar smitsohu2019-05-24
* Merge pull request #2712 from apmorton/features/private-cwdLibravatar smitsohu2019-05-24
|\