1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

NEWS: correct/complete some entries

This commit is contained in:
Mike Yuan 2024-09-12 14:44:19 +02:00
parent 236a5e5f89
commit 8e8e41c724
No known key found for this signature in database
GPG Key ID: 417471C0A40F58B3

14
NEWS
View File

@ -93,12 +93,12 @@ CHANGES WITH 257 in spe:
This is analogous to the systemd-nspawn's --private-users=identity.
* Unit option PrivateTmp=disconnected can be used to specify that a
separate tmpfs instance should be used for /tmp and /var/tmp for the
unit.
separate tmpfs instance should be used for /tmp/ and /var/tmp/ for
the unit.
* A new sleep.conf HibernateOnACPower= option can be used to enable
hibernation in suspend-then-hibernate mode even when connected to a
power source.
* A new sleep.conf HibernateOnACPower= option has been added, which
when disabled would suppress hibernation in suspend-then-hibernate
mode until the system is disconnected from a power source.
* udev rules now set 'uaccess' for /dev/udmabuf, giving locally
logged-in users access to the hardware. This is necessary to support
@ -159,6 +159,10 @@ CHANGES WITH 257 in spe:
* 'networkctl edit' can now read the new contents from standard input
with the new --stdin option.
* 'networkctl edit' and 'cat' now supports editing .netdev files by
link. 'networkctl cat' can also list all configuration files
associated with an interface at once with ':all'.
* networkctl gained a --no-ask-password option to suppress interactive
polkit authorization.