aboutsummaryrefslogtreecommitdiffstats
path: root/safepath.c
Commit message (Expand)AuthorAgeFilesLines
* Add countermeasure against hard link attacks in /tmp.HEADmasterKaz Kylheku2022-07-301-0/+9
* Ban file symlinks under /proc for all users.Kaz Kylheku2022-07-301-9/+2
* Handle consecutive slashes better.Kaz Kylheku2022-07-301-12/+22
* Fix link grafting bug.Kaz Kylheku2022-07-291-1/+1
* Use regular expression against /proc symlinks.Kaz Kylheku2022-07-291-11/+36
* Guard against /proc/<pid>/cwd attack.Kaz Kylheku2022-07-291-3/+109
* Check ownership of symlinks.Kaz Kylheku2022-07-251-0/+12
* Be sure to root directory from absolute symlink.Kaz Kylheku2022-07-251-1/+12
* Correctly handle readlink overflow.Kaz Kylheku2022-07-241-2/+8
* Add SAFEPATH_NOTIDIR error code.Kaz Kylheku2022-07-241-0/+6
* Map safepath errors to strings.Kaz Kylheku2022-07-231-0/+21
* Check using effective UID, not real.Kaz Kylheku2022-07-231-3/+3
* Fix some inaccurate comments.Kaz Kylheku2022-07-231-11/+10
* safepath: new project.Kaz Kylheku2022-07-221-0/+384