--- elwix/config/rc.subr	2021/03/17 21:27:33	1.11.2.1
+++ elwix/config/rc.subr	2021/03/21 01:42:08	1.11.2.2
@@ -4,7 +4,7 @@
 # (C) AITNET ltd - Sofia/Bulgaria <office@aitnet.org>
 #    by Michael Pounov <misho@elwix.org>
 #
-# $Id: rc.subr,v 1.11.2.1 2021/03/17 21:27:33 misho Exp $
+# $Id: rc.subr,v 1.11.2.2 2021/03/21 01:42:08 misho Exp $
 #
 
 ### Dont edit this file !!!
@@ -148,7 +148,7 @@ MakeFS_etc()
 	chmod 0600 $1/etc/ssh/ssh_host_ecdsa_key;
 	chmod 0600 $1/etc/ssh/ssh_host_ed25519_key;
 
-	chmod 0440 $1/etc/sudoers;
+#	chmod 0440 $1/etc/sudoers;
 
 	mkdir -p $1/etc/mqtt;
 	chgrp -R 883 $1/etc/mqtt;