From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 10 04:49:37 2010 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AF711065672 for ; Sat, 10 Apr 2010 04:49:37 +0000 (UTC) (envelope-from erich@fuujingroup.com) Received: from fluorine.fuujinnetworks.com (fluorine.fuujinnetworks.com [64.90.67.234]) by mx1.freebsd.org (Postfix) with ESMTP id EB6358FC17 for ; Sat, 10 Apr 2010 04:49:36 +0000 (UTC) Received: from [10.168.1.8] (copper.fuujinnetworks.com [64.90.67.254]) by fluorine.fuujinnetworks.com (Postfix) with ESMTPA id EDF06439E3C for ; Fri, 9 Apr 2010 23:30:20 -0500 (CDT) Message-ID: <4BC00CC7.4080907@fuujingroup.com> Date: Fri, 09 Apr 2010 23:29:43 -0600 From: "Erich Jenkins, Fuujin Group Ltd" User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: jail users can delete files they shouldn't X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2010 04:49:37 -0000 I've gone through the archives for the Jail list, and I'm not finding anything specific to the issue we're experiencing. My apologies if this is a known issue or if I've done something daft, but there appears to be a file permission issue with jails. We have a large deployment of jailed systems, and an issue was brought to my attention today that I hope very much is the result of a misconfiguration or other mistake. Background: Environment is FreeBSD 7.0-REL and 8.0-REL Platforms include i386 (x86 Xeon), amd64 (Opteron) and sparc64 (Netra X1's) Jail environment is a Complete jail, not an application jail Situation: A user managed to kill an apache process today, resulting in their virtual web server (in a jail) going down. The user does not have root privileges on this box, and is not a member of wheel. Upon inspection, I found that the user had deleted a config file that was owned by root (chmod 700). It appears they were not able to read the file, but they were able to delete it which I confirmed with the user. Test: To verify what appeared to be happening, I created a file in the users home directory (typed some garbage into a text file) owned by root (700) and in the wheel group. I then logged into the users account via ssh as that user. I attempted to su to root, which I could not (as expected). I tried to read the file and could not (as expected). Then I tried to delete the file. Bingo. File was gone. I also tried this via FTP using their account and the same thing happened. I could delete the file, but could not transfer it, nor open it. Any thoughts on this would be greatly appreciated. I've tried this in the lab and on some production boxes, and this appears to affect 7.0-REL and 8.0-REL (the only versions in the environment). This also does not appear to be specific to any particular architecture as I have tested on sparc64, amd64 and i386 boxes. -- Erich M. Jenkins Fuujin Group Limited "You should never, never doubt what no one is sure about." -- Gene Wilder