aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/fs_whitelist.c
Commit message (Expand)AuthorAge
* add more EUID switchingLibravatar smitsohu2021-06-08
* refactor mountingLibravatar smitsohu2021-06-08
* cleanupLibravatar smitsohu2021-06-06
* disable home dir whitelists when --private is presentLibravatar netblue302021-05-29
* whitelist: following up #4229Libravatar smitsohu2021-05-23
* add /run whitelist supportLibravatar smitsohu2021-05-08
* add support for arbitrary whitelist directoriesLibravatar smitsohu2021-05-03
* introduce safer_openat functionLibravatar smitsohu2021-05-03
* copyright updateLibravatar startx20172021-02-15
* Filter environment variablesLibravatar Topi Miettinen2021-02-08
* selinux relabeling, little thingsLibravatar smitsohu2020-04-22
* globbing support for whitelistsLibravatar netblue302020-04-01
* Add support for SELinux labelingLibravatar Topi Miettinen2020-02-22
* move copyright to 2020 (part 2) (#3181)Libravatar glitsj162020-01-24
* break out fs_tracefile functionLibravatar smitsohu2019-09-18
* tune pam-tmpdir file permissionsLibravatar smitsohu2019-08-01
* fix private-tmp/pam-tmpdir interaction - #2685Libravatar smitsohu2019-07-27
* fix whitelisting for homedirs outside /homeLibravatar smitsohu2019-07-25
* move to fd based homedir mountsLibravatar smitsohu2019-07-09
* relocate mountinfo functionality testLibravatar smitsohu2019-07-07
* glibc missing O_PATH definition on CentOS 6 - #2696Libravatar smitsohu2019-05-16
* add whitelist support for /run/user/$uidLibravatar smitsohu2019-02-23
* misc cleanupLibravatar smitsohu2019-02-22
* move copyright statement to 2019Libravatar smitsohu2019-02-07
* cleanup, minor improvementsLibravatar smitsohu2019-01-20
* fs_whitelist: minor mountinfo check improvement, cleanupLibravatar smitsohu2018-11-04
* fs_whitelist: cache length of home directory stringLibravatar smitsohu2018-10-17
* rename expand_home -> expand_macros to better reflect usage and remove unneed...Libravatar Glenn Washburn2018-10-15
* fs_whitelist: no warning if macro resolution fails because of missing homedirLibravatar smitsohu2018-10-12
* incomplete fix: whitelisting of symlinks to other home dirsLibravatar smitsohu2018-10-02
* mount empty home if macro can't be whitelistedLibravatar smitsohu2018-10-01
* fs_whitelist: reduce number of loop iterationsLibravatar smitsohu2018-10-01
* tiny memleaksLibravatar smitsohu2018-10-01
* regression: fix whitelisting of symlinks to other home dirs, small improvementsLibravatar smitsohu2018-10-01
* cleanupLibravatar smitsohu2018-09-30
* cleanupLibravatar netblue302018-08-29
* cleanupLibravatar netblue302018-08-29
* cleanupLibravatar netblue302018-08-28
* memory leaksLibravatar netblue302018-08-28
* improve detection of symbolic linksLibravatar smitsohu2018-08-15
* various small improvements, fixes, nitpicksLibravatar smitsohu2018-08-11
* xdg macro testingLibravatar netblue302018-08-07
* xdg support: split xdg whitelist code in a different moduleLibravatar netblue302018-08-07
* indentation fixLibravatar smitsohu2018-08-04
* automatically trim trailing slashes for whitelisting, fix mountinfo testLibravatar smitsohu2018-08-04
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2018-08-02
|\
| * Check tmp1 and tmp2 for NULL before passing to parse_nowhitelist (thanks @smi...Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-08-02
* | port whitelist path creation to "at" family of functionsLibravatar smitsohu2018-08-02
|/
* Add XDG variable support to blacklist and read-only.Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-07-31
* Add ${MUSIC}, ${VIDEOS}, ${PICTURES}, ${DOCUMENTS}, and ${DESKTOP} (Fixes #259)Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-07-23