aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/util.c
Commit message (Expand)AuthorAge
* gcov: add missing gcov.h includesLibravatar Kelvin M. Klann2021-06-18
* follow-upLibravatar smitsohu2021-06-11
* add more EUID switchingLibravatar smitsohu2021-06-08
* refactor mountingLibravatar smitsohu2021-06-08
* fixup 9678da00301562464464099b9d7cfd76424fbb23Libravatar smitsohu2021-06-06
* cleanupLibravatar smitsohu2021-06-06
* fix crash during --shutdonwLibravatar netblue302021-05-29
* fix firejail startup raceLibravatar smitsohu2021-05-24
* Merge pull request #4229 from smitsohu/whitelist2Libravatar netblue302021-05-18
|\
| * tweakLibravatar smitsohu2021-05-08
| * introduce safer_openat functionLibravatar smitsohu2021-05-03
| * enhance clean_pathname functionLibravatar smitsohu2021-05-03
* | open files O_CLOEXEC|O_EXCLLibravatar smitsohu2021-05-16
|/
* simplify is_link functionLibravatar smitsohu2021-03-11
* mkdir/mkfile man pagesLibravatar netblue302021-02-26
* copyright updateLibravatar startx20172021-02-15
* Merge pull request #3867 from smitsohu/non-dumpableLibravatar smitsohu2021-01-15
|\
| * non-dumpable pluginsLibravatar smitsohu2021-01-04
* | simplify clean_pathname functionLibravatar smitsohu2021-01-08
|/
* minor cleanup, cosmeticsLibravatar smitsohu2020-12-21
* noroot option: don't drop firejail supplementary groupLibravatar smitsohu2020-12-21
* use openat2 syscall when availableLibravatar smitsohu2020-11-23
* improve copy_fileLibravatar smitsohu2020-08-27
* fix --join for sandboxes with xdg-dbuss-proxyLibravatar netblue302020-08-22
* minor cleanup: move pid functions from main.c to util.cLibravatar netblue302020-08-22
* Ignore SIGTTOU during flush_stdin()Libravatar Arne Welzel2020-07-08
* move copyright to 2020 (part 2) (#3181)Libravatar glitsj162020-01-24
* Merge pull request #3093 from smitsohu/joinLibravatar smitsohu2019-12-25
|\
| * let join wait if target sandbox is not ready yetLibravatar smitsohu2019-12-23
| * move invalid_sandbox function to join moduleLibravatar smitsohu2019-12-22
* | little thingsLibravatar smitsohu2019-12-11
|/
* minor optimizationLibravatar smitsohu2019-09-22
* various clarifications, minor fixesLibravatar smitsohu2019-09-22
* misc cleanup (safe_fd function)Libravatar smitsohu2019-07-07
* glibc missing O_PATH definition on CentOS 6 - #2696Libravatar smitsohu2019-05-16
* hardening: run more code unprivilegedLibravatar smitsohu2019-03-20
* minor enhancement: added robustness for setres[gu]id function callsLibravatar smitsohu2019-03-16
* hardening: replace setuid/setgid calls with setresuid/setresgidLibravatar smitsohu2019-03-16
* misc cleanupLibravatar smitsohu2019-02-22
* move copyright statement to 2019Libravatar smitsohu2019-02-07
* cleanup, minor improvementsLibravatar smitsohu2019-01-20
* disallow zero seconds timeoutLibravatar smitsohu2019-01-20
* signal handler fixes/improvementsLibravatar smitsohu2019-01-19
* pulseaudio: use create_dir_as_user(); small adjustmentsLibravatar smitsohu2018-12-13
* add create_empty_dir_as_user function, refactorLibravatar smitsohu2018-12-11
* adding --net.print command line optionLibravatar netblue302018-10-29
* improve clean_pathname functionLibravatar smitsohu2018-10-17
* improve clean_pathname() function: drop reallocLibravatar smitsohu2018-10-13
* clean homedir pathnameLibravatar smitsohu2018-10-12
* Fix command name parsing so that program paths with spaces do not cause the w...Libravatar Glenn Washburn2018-10-01