summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-04-27 15:26:00 +0200
committerMichael Biebl <biebl@debian.org>2015-04-27 15:29:01 +0200
commita9a12a8ec77d0ec551bac143f7eacb79c35135af (patch)
tree4dca05225c72469b7a2d905a93225c2c372f41f7
parent3577d5873ab674f01cba24cb8d7eedccde9b3f71 (diff)
Update outdated comment about group netdev
The netdev group is no longer used in the D-Bus policy but can be used via PolicyKit to grant access to org.freedesktop.NetworkManager.settings.modify.system
-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