Files
systemd/src/core
Franck Bui 36c97decbe fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met
We previously returned -EPERM but it can be returned for various other reasons
too.

Let's use -ENOLINK instead as this value shouldn't be used currently. This
allows users of CHASE_SAFE to detect without any ambiguities when unsafe
transitions are encountered by chase_symlinks().

All current users of CHASE_SAFE that explicitly reacted on -EPERM have been
converted to react on -ENOLINK.
2018-12-10 09:18:27 +01:00
..
2018-06-29 11:02:17 +09:00
2018-09-26 16:14:29 +02:00
2018-11-22 10:54:38 +01:00
2018-10-26 10:52:41 +02:00
2018-09-26 16:14:29 +02:00
2018-09-26 16:14:29 +02:00
2018-09-25 12:50:35 +02:00
2018-11-22 10:54:38 +01:00
2018-11-22 10:54:38 +01:00
2018-08-23 04:57:39 +09:00
2018-10-26 10:52:41 +02:00
2018-06-14 13:03:20 +02:00