diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-22 14:28:21 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-22 21:33:03 +0100 |
commit | de0b89913cde96616705cf9f5592920ca4f32eea (patch) | |
tree | 42448cc88dfe585e81b74b73cfe88f12695b02b7 /NEWS | |
parent | 965984240eca50e5a31c539cd97ef9fe8631eb62 (diff) | |
download | systemd-de0b89913cde96616705cf9f5592920ca4f32eea.tar.gz |
Partially revert "correct incorrect command in NEWS (#19048)"
This reverts commit 6d18c13e79a0b3374599a3416a644a7837d5a1e6.
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |