diff options
author | Michael Gisbers <michael@gisbers.de> | 2021-03-19 11:38:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 11:38:53 +0100 |
commit | 6d18c13e79a0b3374599a3416a644a7837d5a1e6 (patch) | |
tree | e7cc2b542bafb863cf572358482392021860c789 /NEWS | |
parent | 6f50c94dfda7c5bd31b364a40038c3d68d1e56ab (diff) | |
download | systemd-6d18c13e79a0b3374599a3416a644a7837d5a1e6.tar.gz |
correct incorrect command in NEWS (#19048)
* for /dev/vsock a file permission of 0o666 was mentioned but 0666 is probably better understood, so let's use that
* correct non existing command 'ip dev'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -224,7 +224,7 @@ CHANGES WITH 248: systemd.network files gained a new ActivationPolicy= setting which allows configuring how the UP state of an interface shall be managed, i.e. whether the interface is always upped, always downed, or may be - upped/downed by the user using "ip dev". + upped/downed by the user using "ip link set dev". * The default for the Broadcast= setting in .network files has slightly changed: the broadcast address will not be configured for wireguard @@ -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 0o666, and /dev/vhost-vsock + * Permissions for /dev/vsock are now set to 0666, 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 |