Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2004 20:37:46 +0100 (BST)
From:      "Mark Magiera" <mark@hyow.eu.org>
To:        freebsd-security@freebsd.org
Subject:   Re: Default permissions of /home/user..
Message-ID:  <52757.10.0.0.10.1098560266.squirrel@10.0.0.10>
In-Reply-To: <00ab01c4b870$a3024760$3501a8c0@pro.sk>
References:  <1323.213.112.198.199.1098388008.squirrel@mail.hackunite.net> <008401c4b868$ffd64ac0$3501a8c0@pro.sk> <00ab01c4b870$a3024760$3501a8c0@pro.sk>

next in thread | previous in thread | raw e-mail | index | archive | help
> Sorry for my mistake - you use FreeBSD 5. The adduser command was changed
> to
> sh script in it. I do not use 5, so sorry again.
>
> If your /usr/sbin/adduser has in the start of lines 278 to 280 word
> "_pwcmd", add something like this after line 280:
> _pwcmd="$_pwcmd && chmod 700 $_home"
>
> Command stored in $_pwcmd is executed on line 282. The user should be
> added
> and homedir should be created. The addition above should chmod its homedir
> to 700 (drwx------) automatically.
>
> !!! AGAIN, NOT TESTED !!!
>
> Peter Rosa

Just a quick correction, you'll want to chmod $uhome not $_home. Having
done that, you can consider your suggestion tested and working.

Mark Magiera



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52757.10.0.0.10.1098560266.squirrel>