aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/util.c
Commit message (Expand)AuthorAge
* 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
* disallow overriding of global rlimits, tiny improvementsLibravatar smitsohu2018-09-06
* improve safe_fd() function for better readability and auditabilityLibravatar smitsohu2018-09-05
* fix and harden overlay optionsLibravatar smitsohu2018-08-28
* cleanup, small improvementsLibravatar smitsohu2018-08-25
* drop privs when permissions are changed in /run/user/$UIDLibravatar smitsohu2018-08-22
* refactor, check the sandbox status for all join optionsLibravatar smitsohu2018-08-20
* fix pid_get_uid for the root userLibravatar smitsohu2018-08-19
* improve detection of symbolic linksLibravatar smitsohu2018-08-15
* various small improvements, fixes, nitpicksLibravatar smitsohu2018-08-11
* xdg support: split xdg whitelist code in a different moduleLibravatar netblue302018-08-07
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2018-08-01
|\
| * Fixed Documents handling (consume trailing /) and hide XDG warnings unless --...Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-07-31
| * Check to see if expand_home is called as root and switch to user (and restore...Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-07-31
| * Add XDG variable support to blacklist and read-only.Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-07-31
* | enhance safe_fd function so it can digest arbitrary pathnamesLibravatar smitsohu2018-08-01
|/
* Add ${MUSIC}, ${VIDEOS}, ${PICTURES}, ${DOCUMENTS}, and ${DESKTOP} (Fixes #259)Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-07-23