aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/fs.c
Commit message (Expand)AuthorAge
* blacklist firejail appimage dir if not usedLibravatar smitsohu2021-01-15
* reimplement --private-cache using --tmpfsLibravatar smitsohu2020-11-20
* add macro, globbing support to --tmpfs optionLibravatar smitsohu2020-11-19
* compile time option to disable --private-cache and --tmpfs for regular userLibravatar netblue302020-10-27
* Allow --tmpfs inside $HOME for unprivileged usersLibravatar rusty-snake2020-10-23
* fix firejail-in-firejail testLibravatar netblue302020-05-18
* Add dbus filter optionsLibravatar Kristóf Marussy2020-04-06
* remount fix - #3280Libravatar smitsohu2020-03-16
* improve the previous fix: don't remount FUSE without permissionLibravatar smitsohu2020-03-14
* tentative: don't remount FUSE without permissionLibravatar smitsohu2020-03-14
* fail if opening the resolved path failsLibravatar smitsohu2020-03-06
* remount hardening: move to file descriptor based mountsLibravatar smitsohu2020-03-06
* fix read-only=/Libravatar smitsohu2020-01-26
* move copyright to 2020 (part 2) (#3181)Libravatar glitsj162020-01-24
* Fix Brave's native sandbox (#3087)Libravatar glitsj162019-12-19
* add private-tmp debug messageLibravatar smitsohu2019-11-28
* improving remount performanceLibravatar smitsohu2019-11-19
* blacklist private-home runtime directoryLibravatar smitsohu2019-11-14
* private-cache warning messages - #2968Libravatar smitsohu2019-11-12
* Disabled --overlay for kernels 4.219 and newer until we can bring a fix inLibravatar netblue302019-11-08
* blacklist runtime profile directoryLibravatar smitsohu2019-10-14
* postpone procfs mount until after chroot callLibravatar smitsohu2019-10-13
* x11 hardeningLibravatar smitsohu2019-10-13
* chroot moduleLibravatar smitsohu2019-09-29
* move chroot from path based to file descriptor based mountsLibravatar smitsohu2019-09-29
* move to fd based homedir mountsLibravatar smitsohu2019-07-09
* more simplification of fs_check_chroot_dirLibravatar smitsohu2019-07-08
* reduce redundancy in fs_check_chroot_dirLibravatar smitsohu2019-07-08
* fix option skipping caused by noblacklistLibravatar smitsohu2019-06-29
* Merge pull request #2771 from smitsohu/homedir2Libravatar netblue302019-06-20
|\
| * avoid running without procfs describing the pid namespaceLibravatar smitsohu2019-06-14
* | fix logical OR in disable_fileLibravatar smitsohu2019-06-18
* | no postmount checks when building basic filesystemLibravatar smitsohu2019-06-17
* | cleanupLibravatar smitsohu2019-06-17
* | streamline remounting (ro,rw,noexec)Libravatar smitsohu2019-06-17
|/
* Expose /tmp/.X11-unix as read-only as per Issue #2269Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2019-05-19
* glibc missing O_PATH definition on CentOS 6 - #2696Libravatar smitsohu2019-05-16
* move copyright statement to 2019Libravatar smitsohu2019-02-07
* cleanup, minor improvementsLibravatar smitsohu2019-01-20
* improve chroot error handlingLibravatar 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
* 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