mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
Partially revert "correct incorrect command in NEWS (#19048)"
This reverts commit 6d18c13e79
.
The syntax like "0666" is very unclear. It only makes sense for some subset of
people who do C programming. Let's use the much more sensible modern python
syntax instead.
This commit is contained in:
parent
965984240e
commit
de0b89913c
2
NEWS
2
NEWS
@ -251,7 +251,7 @@ CHANGES WITH 248:
|
||||
be restored for individual services with NoExecPaths=/dev (or by allow-
|
||||
listing and excluding /dev from ExecPaths=).
|
||||
|
||||
* Permissions for /dev/vsock are now set to 0666, and /dev/vhost-vsock
|
||||
* Permissions for /dev/vsock are now set to 0o666, and /dev/vhost-vsock
|
||||
and /dev/vhost-net are owned by the kvm group.
|
||||
|
||||
* The hardware database has been extended with a list of fingerprint
|
||||
|
Loading…
Reference in New Issue
Block a user