Browse Source

Give back to the user the right to manage network connections

pull/788/head
xpetit 3 years ago
parent
commit
5c534dc386
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 3
      sh/debian/ubuntu/configure.sh

3
sh/debian/ubuntu/configure.sh diff.vendored

@ -477,7 +477,8 @@ if ! test -v PERSISTENT; then
EOF
# Remove user abilities
gpasswd -d student sudo
sed -i 's/^%admin/# &/' /etc/sudoers
sed -i 's/^%sudo/# &/' /etc/sudoers
gpasswd -d student lpadmin
gpasswd -d student sambashare

Loading…
Cancel
Save