Date: Wed, 7 Aug 2002 16:23:38 +0200 From: Gabriel Ambuehl <gaml@buz.ch> To: questions@freebsd.org Subject: Forcing umask values (i.e. stopping users from making files world accessible)? Message-ID: <18221229687.20020807162338@buz.ch>
next in thread | raw e-mail | index | archive | help
Hello, I'm wondering whether there is any way to truly stop users (they have (s)FTP access, CGI, PHP) from making their scripts world accessible. I know that I could set umask 027 so that all new files are 750 by default but as far as I understand the umask concept, they still can call chmod and make the files world accessible again, right? So I'm looking for a bullet proof solution that really stops users from making their data world accessible. TIA & regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18221229687.20020807162338>