aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/fs.c
Commit message (Expand)AuthorAge
* pulseaudio: use create_dir_as_user(); small adjustmentsLibravatar smitsohu2018-12-13
* add create_empty_dir_as_user function, refactorLibravatar smitsohu2018-12-11
* refactor private-cache and tmpfsLibravatar smitsohu2018-11-26
* Misc. typos Libravatar luz.paz2018-11-19
* recursive remounts: add fallback for old kernels, some improvementsLibravatar smitsohu2018-11-04
* little tweaks, cosmetic changesLibravatar smitsohu2018-10-26
* fix: return with euid 0Libravatar smitsohu2018-10-25
* experimental: remounts child mount points as well (read-only, read-write, noe...Libravatar smitsohu2018-10-25
* improve some error messagesLibravatar smitsohu2018-10-17
* rename expand_home -> expand_macros to better reflect usage and remove unneed...Libravatar Glenn Washburn2018-10-15
* tentative fix: automatically mount libdir in chroot - #2176Libravatar smitsohu2018-10-15
* allow overriding of disable-mnt with noblacklist - #2154Libravatar smitsohu2018-10-11
* error stringsLibravatar smitsohu2018-09-17
* add switch to disable/enable private-cacheLibravatar smitsohu2018-09-10
* additional restrictions for write-permissions on chrootLibravatar smitsohu2018-09-02
* error stringsLibravatar smitsohu2018-09-01
* consolidate and enhance checks run on chroot directory hierarchy (patch n/n)Libravatar smitsohu2018-09-01
* reduce number of chown/chmod calls in fs_chrootLibravatar smitsohu2018-08-31
* reject chroot if it is world-writable, related enhancementsLibravatar smitsohu2018-08-30
* more silencing of /sys umount warningsLibravatar smitsohu2018-08-29
* silence warning about failed unmounting of /sys (overlay options)Libravatar smitsohu2018-08-29
* fix and harden overlay optionsLibravatar smitsohu2018-08-28
* cleanup, small improvementsLibravatar smitsohu2018-08-25
* close private-cache memleakLibravatar smitsohu2018-08-22
* drop privs when permissions are changed in /run/user/$UIDLibravatar smitsohu2018-08-22
* merge from LTS branch: cleanup O_PATH, --private-templateLibravatar startx20172018-06-19
* Revert "mounting a tmpfs on ~/.cache directory (private-cache) by default"Libravatar Tad2018-06-14
* mounting a tmpfs on ~/.cache directory (private-cache) by defaultLibravatar netblue302018-06-12
* update man page (private-cache)Libravatar smitsohu2018-06-12
* removed CFG_CHROOT_DESKTOP config optionLibravatar netblue302018-06-11
* glibc missing O_PATH definition on Debian 7Libravatar netblue302018-06-09
* add private-cache optionLibravatar smitsohu2018-06-04
* Merge pull request #1932 from RDProjekt/modulesLibravatar netblue302018-05-12
|\
| * Allow accessing /sys/module directoryLibravatar RD Projekt2018-05-09
* | harden read-write mounts, cleanupLibravatar smitsohu2018-05-11
|/
* Add --keep-var-tmp and associated profile optionLibravatar Chiraag Nataraj2018-05-01
* conditional compile for debug code in fs.cLibravatar startx20172018-04-23
* deprecating --forceLibravatar netblue302018-04-03
* overlay fixes and additional hardeningLibravatar netblue302018-01-31
* apparmor support for --chroot sandboxesLibravatar netblue302018-01-24
* --overlay clanupLibravatar netblue302018-01-24
* move copyright statement to 2018Libravatar startx20172018-01-14
* redirect output messages to stderrLibravatar startx20172017-12-14
* strip trailing whitespaceLibravatar Fred-Barclay2017-11-19
* fix resolv.conf for chroot setups - #1639Libravatar netblue302017-11-10
* matching noblacklist in profile files with blacklist in disable-programs.incLibravatar netblue302017-11-02
* allow blacklists noexec etc. in private home directories; fix bug #1608Libravatar netblue302017-10-20
* fix resolv.conf in chroot, issue #1578Libravatar netblue302017-09-28
* --writable-run-user, solving ssh/gnupg authentication problems for smarcardsLibravatar netblue302017-09-14
* /proc/sys can be nosuid,noexec,nodevLibravatar Topi Miettinen2017-07-25