diff options
| author | Jeremy Bicha <jbicha@ubuntu.com> | 2017-06-14 16:03:23 -0400 |
|---|---|---|
| committer | Jeremy Bicha <jbicha@ubuntu.com> | 2017-11-12 17:04:31 -0500 |
| commit | 87e2ac90fb98fca060068702c0acc0859c4d8414 (patch) | |
| tree | fd30bd486e4b28b5bbb6c91cd67010bb9334ab15 /debian/network-manager.postinst | |
| parent | 22891fd7bb27f495ec8965a338169871d1e8cd57 (diff) | |
Don't add the netdev group
Diffstat (limited to 'debian/network-manager.postinst')
| -rw-r--r-- | debian/network-manager.postinst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/network-manager.postinst b/debian/network-manager.postinst index b0b6ad30..fbf4ed1a 100644 --- a/debian/network-manager.postinst +++ b/debian/network-manager.postinst @@ -20,10 +20,6 @@ set -e case "$1" in configure) - # 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 - NIF=/etc/network/interfaces if [ -z "$2" ] && [ -f $NIF ]; then ifaces=`grep -v '^#' $NIF | awk '/iface/ {print $2}' | sort -u | sed -e 's/lo//' -e '/^$/d' -e 's/^/- /'` |