From 1e5977b62f896e844b548c3007ace9e1dfa7f9ed Mon Sep 17 00:00:00 2001
From: Michael Biebl
The keyfile plugin is the generic plugin that supports all
- the connection types and capabilities that NetworkManager has. It writes files
- out in a .ini-style format in /etc/NetworkManager/system-connections/.
+ the connection types and capabilities that NetworkManager has. The files are
+ in a .ini-style format and located in /etc/NetworkManager/system-connections/,
+ /usr/lib/NetworkManager/system-connections/ and
+ /run/NetworkManager/system-connections/.
This plugin is always enabled and will automatically be used to store
any connections that are not supported by any other active plugin.
For security, it will ignore files that are readable or writable by any user
- or group other than 'root' since private keys and passphrases may be stored
+ other than 'root' since private keys and passphrases may be stored
in plaintext inside the file.
Examples of keyfile configuration.
A sample configuration for an ethernet network: @@ -566,6 +567,6 @@ Example: mac-address-blacklist= 00:22:68:12:79:A6;00:22:68:12:79 +
Generated by GTK-Doc V1.32.1