Browse Source

Add rights to use the format tool

content-update
xpetit 3 years ago
parent
commit
020433029d
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

@ -486,6 +486,9 @@ if ! test -v PERSISTENT; then
gpasswd -d student lpadmin
gpasswd -d student sambashare
# Give to rights to use format tool
echo 'student ALL = (root) NOPASSWD: /usr/local/bin/format' >> /etc/sudoers
cp /etc/shadow /etc/shadow-
fi

Loading…
Cancel
Save