Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add countermeasure against hard link attacks in /tmp.HEADmaster | Kaz Kylheku | 2022-07-30 | 1 | -0/+9 |
* | Ban file symlinks under /proc for all users. | Kaz Kylheku | 2022-07-30 | 1 | -9/+2 |
* | Handle consecutive slashes better. | Kaz Kylheku | 2022-07-30 | 1 | -12/+22 |
* | Fix link grafting bug. | Kaz Kylheku | 2022-07-29 | 1 | -1/+1 |
* | Use regular expression against /proc symlinks. | Kaz Kylheku | 2022-07-29 | 1 | -11/+36 |
* | Guard against /proc/<pid>/cwd attack. | Kaz Kylheku | 2022-07-29 | 1 | -3/+109 |
* | Check ownership of symlinks. | Kaz Kylheku | 2022-07-25 | 1 | -0/+12 |
* | Be sure to root directory from absolute symlink. | Kaz Kylheku | 2022-07-25 | 1 | -1/+12 |
* | Correctly handle readlink overflow. | Kaz Kylheku | 2022-07-24 | 1 | -2/+8 |
* | Add SAFEPATH_NOTIDIR error code. | Kaz Kylheku | 2022-07-24 | 1 | -0/+6 |
* | Map safepath errors to strings. | Kaz Kylheku | 2022-07-23 | 1 | -0/+21 |
* | Check using effective UID, not real. | Kaz Kylheku | 2022-07-23 | 1 | -3/+3 |
* | Fix some inaccurate comments. | Kaz Kylheku | 2022-07-23 | 1 | -11/+10 |
* | safepath: new project. | Kaz Kylheku | 2022-07-22 | 1 | -0/+384 |