From ebff48f9d348d74998c16679b6469779297188ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Thu, 2 Mar 2017 11:04:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B0=20homedir=20=D0=BF=D1=80=D0=B8=20=D1=81=D0=BE=D0=B7?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=B8=D0=B8=20guest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/calculate | 1 + 1 file changed, 1 insertion(+) diff --git a/data/calculate b/data/calculate index f35635b..453afc5 100644 --- a/data/calculate +++ b/data/calculate @@ -107,6 +107,7 @@ create_nonroot_user() { LANG=C useradd -p "${nonroot_pw}" \ --groups users,wheel,audio,cdrom,video,cdrw,usb,plugdev,games,lp,scanner,uucp \ ${nonroot_user} + chmod 700 /home/${nonroot_user} eend $? fi }