This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
At the time the PR was filed or updated: | |
A---B PR | |
/ | |
C---D---E main | |
GitHub create a merge commit to test the PR: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Research: what happens with /proc/self/fd/x when x is an fd that was | |
* opened with O_NOFOLLOW. | |
* | |
* ie: can we inotify symlinks using systemd? (it does the same thing) | |
* | |
* This program exits cleanly (ie: all asserts pass). | |
* | |
* Results: | |
* | |
* - operations that normally don't follow symlinks: work on the /proc |