mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-08-31 09:50:11 +03:00
TODO: add note about chase_symlink flag
This commit is contained in:
3
TODO
3
TODO
@ -293,6 +293,9 @@ Features:
|
|||||||
* special case some calls of chase_symlinks() to use openat2() internally, so
|
* special case some calls of chase_symlinks() to use openat2() internally, so
|
||||||
that the kernel does what we otherwise do.
|
that the kernel does what we otherwise do.
|
||||||
|
|
||||||
|
* add a new flag to chase_symlinks() that stops chasing once the first missing
|
||||||
|
component is found and then allows the caller to create the rest.
|
||||||
|
|
||||||
* make use of new glibc 2.32 APIs sigabbrev_np() and strerrorname_np().
|
* make use of new glibc 2.32 APIs sigabbrev_np() and strerrorname_np().
|
||||||
|
|
||||||
* add /etc/integritytab, to support dm-integrity setups. In particular those
|
* add /etc/integritytab, to support dm-integrity setups. In particular those
|
||||||
|
Reference in New Issue
Block a user