From 51e87acd844279219c29aa51c02b956e361b6220 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 4 Dec 2019 09:23:53 -0600 Subject: root administrator is not allowed anymore --- src/ubpasswd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ubpasswd.sh b/src/ubpasswd.sh index 34180de..1c0e1dd 100755 --- a/src/ubpasswd.sh +++ b/src/ubpasswd.sh @@ -11,7 +11,7 @@ # user list. The first user in this list that is found in # /etc/shadow is changed. root is only changed if mtadm # or admin is not found. -ADMINLIST="mtadm admin root" +ADMINLIST="mtadm admin" MTS=/sys/devices/platform/mts-io if (( $(id -u) != 0 )) ; then -- cgit v1.2.3