summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/network-manager.postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/network-manager.postinst b/debian/network-manager.postinst
index 8021d9e7f..bcb634dd0 100644
--- a/debian/network-manager.postinst
+++ b/debian/network-manager.postinst
@@ -32,7 +32,8 @@ case "$1" in
fi
fi
- # Create netdev group that is used in the D-Bus policy file
+ # Create netdev group. Members of group netdev get access to the PolicyKit action
+ # org.freedesktop.NetworkManager.settings.modify.system without prior authentication
addgroup --quiet --system netdev
if [ -x "/etc/init.d/dbus" ]; then